Re: [PHP] last modification time

2001-08-08 Thread Matt Kaufman
What I do is put a timestamp in the database, using the time(); function, select it and format it. Matt Kaufman - Original Message - From: BRACK [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 1:40 PM Subject: [PHP] last modification time Is there any function

Re: [PHP] check if user exists

2001-08-01 Thread Matt Kaufman
is submitted Matt Kaufman - Original Message - From: Ker Ruben Ramos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 01, 2001 11:44 AM Subject: [PHP] check if user exists how do i check if user exist? I tried... $result = mysql_query(SELECT count(uname) FROM users WHERE

Re: [PHP] check if user exists

2001-08-01 Thread Matt Kaufman
is submitted Matt Kaufman - Original Message - From: Ker Ruben Ramos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 01, 2001 11:44 AM Subject: [PHP] check if user exists how do i check if user exist? I tried... $result = mysql_query(SELECT count(uname) FROM users WHERE

RE: [PHP] check if user exists

2001-08-01 Thread Matt Kaufman
is submitted Matt Kaufman - Original Message - From: Ker Ruben Ramos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 01, 2001 11:44 AM Subject: [PHP] check if user exists how do i check if user exist? I tried... $result = mysql_query(SELECT count(uname) FROM users WHERE

[PHP] Sorry...

2001-08-01 Thread Matt Kaufman
I'm not sure why it sent 3 of the same messages to the list - sorry about that.

Re: [PHP] Another simple question (dont hurt me)

2001-07-31 Thread Matt Kaufman
Use the mail() function. http://www.php.net/mail Matt Kaufman - Original Message - From: Kyle Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 8:33 PM Subject: [PHP] Another simple question (dont hurt me) In php, oh wait well this is really 2 questions

Re: [PHP] If Failing - Very strange

2001-07-31 Thread Matt Kaufman
I'm not sure, but don't you do something with endif(); ? Matt Kaufman - Original Message - From: Mitch Vincent [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 12:57 PM Subject: [PHP] If Failing - Very strange Could someone explain this? if( $fCredit

Re: [PHP] dynamic variable names?

2001-07-31 Thread Matt Kaufman
I don't know if this is what you want, but take a look at http://www.php.net/manual/en/language.variables.php - You may want to assign them by reference? Matt Kaufman - Original Message - From: Matthew Delmarter [EMAIL PROTECTED] To: PHP Mailing List [EMAIL PROTECTED] Sent: Tuesday

Re: [PHP] dynamic variable names?

2001-07-31 Thread Matt Kaufman
Nevermind, I forgot about variable variables. Matt Kaufman - Original Message - From: Matt Kaufman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 10:43 PM Subject: Re: [PHP] dynamic variable names? I don't know if this is what you want, but take a look at http

[PHP] New Book - Tips?

2001-07-30 Thread Matt Kaufman
was wondering if any of you other users had any tips or ideas.. Thanks, Matt Kaufman [EMAIL PROTECTED]

Re: [PHP] Limit

2001-07-30 Thread Matt Kaufman
I would just query the database to see how many records are currently listed (using COUNT) and use an if statement to see if it's over or under the limit. If it's over you can just print out a message saying that no more entries can be added. Matt Kaufman - Original Message - From

Re: [PHP] Limit

2001-07-30 Thread Matt Kaufman
No problem, nice to help :) - Original Message - From: Jeremy Morano [EMAIL PROTECTED] To: Matt Kaufman [EMAIL PROTECTED] Sent: Monday, July 30, 2001 11:44 AM Subject: RE: [PHP] Limit perfect, thank you -Original Message- From: Matt Kaufman [mailto:[EMAIL PROTECTED]] Sent

Re: [PHP] Find and Replace

2001-07-30 Thread Matt Kaufman
or settings.inc.php) Matt Kaufman - Original Message - From: Shrout, Ryan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 30, 2001 12:06 PM Subject: [PHP] Find and Replace This isn't exactly PHP I need help with, but it relates to what I learned about security. Up until now, I have been

Re: [PHP] Find and Replace

2001-07-30 Thread Matt Kaufman
Oh, vi has a find and replace feature if you want to do it through the terminal. Matt Kaufman - Original Message - From: Shrout, Ryan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 30, 2001 12:06 PM Subject: [PHP] Find and Replace This isn't exactly PHP I need help

Re: [PHP] Find and Replace

2001-07-30 Thread Matt Kaufman
I forget, actually :) Here's a tutorial on it though - http://www.bruce-hamilton.com/tutorials/chmod.shtml Matt Kaufman - Original Message - From: Shrout, Ryan [EMAIL PROTECTED] To: 'Matt Kaufman' [EMAIL PROTECTED] Sent: Monday, July 30, 2001 12:14 PM Subject: RE: [PHP] Find and Replace

[PHP] MS Passport type script.

2001-07-28 Thread Matt Kaufman
How would I go about creating a MS Passport type script for use on several different sites - and only having to let the user login on one main place? All the sites would be on the same server. Thanks, Matt Kaufman