RE: [PHP] forms and IP numbers

2001-07-13 Thread scott [gts]
stat() > -Original Message- > From: Randy Johnson [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 13, 2001 4:09 PM > To: scott [gts]; php > Subject: RE: [PHP] forms and IP numbers > > > I would like to pull the date and time of the creation of a file via a php

RE: [PHP] forms and IP numbers

2001-07-13 Thread Randy Johnson
I would like to pull the date and time of the creation of a file via a php script and compare it to the current time. How do I do this? TIA Randy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

RE: [PHP] forms and IP numbers

2001-07-13 Thread scott [gts]
valid... > -Original Message- > From: Marc van Duivenvoorde [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 13, 2001 6:10 AM > To: Php general lijst > Subject: [PHP] forms and IP numbers > > > A friend of mine found a bug in my messageboard code, this way he can p

Re: [PHP] forms and IP numbers

2001-07-13 Thread Chris Lambert - WhiteCrown Networks
Security - www.whitecrown.net */ - Original Message - From: Marc van Duivenvoorde <[EMAIL PROTECTED]> To: Php general lijst <[EMAIL PROTECTED]> Sent: Friday, July 13, 2001 6:09 AM Subject: [PHP] forms and IP numbers | A friend of mine found a bug in my messageboard code, this way

[PHP] forms and IP numbers

2001-07-13 Thread Marc van Duivenvoorde
A friend of mine found a bug in my messageboard code, this way he can post with other (than in my database) nicknames from a local form. Now I want to have the formhandler do a check from where the form is sent. If it is not sent from my own webserver it has to display an error message. Thanks