RE: [PHP] cf to php

2001-03-19 Thread Joe Sheble (Wizaerd)
the PHP equivalent is isset() if( !isset( $url_Page )) At 03:09 AM 3/19/01 -0500, Jack Dempsey wrote: >What exactly does that do chris? >If you're trying to check and see if there's a file on the server, then you >could do something with readdir, is_file, etc...if you want to post what >that act

Re: [PHP] cf to php

2001-03-19 Thread Yoshi Melrose
Chris, all you need to check that is: that should do it, as long as the url var exists it'll work. =) Yoshi - Original Message - > > > > is there a php equivalent for this little tidbit from a friend's cf > script? > > here it is: > > > > -- PHP General Mailing List (http://www

Re: [PHP] cf to php

2001-03-19 Thread chris herring
- Original Message - From: "Jack Dempsey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "chris herring" <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 2:09 AM Subject: RE: [PHP] cf to php > What exactly does that do chri

RE: [PHP] cf to php

2001-03-18 Thread Jack Dempsey
What exactly does that do chris? If you're trying to check and see if there's a file on the server, then you could do something with readdir, is_file, etc...if you want to post what that actually tests for then i might be able to help more jack -Original Message- From: chris herring [mai