Re: [PHP-DOC] Determining whether there is a query string

2003-06-28 Thread Derick Rethans
Hello! What don't you understand from this: > Please do not ask support questions to this list, but > instead go here: > > http://www.php.net/support.php Derick -- "Interpreting what the GPL actually means is a job best left to those that read the future by examining anim

Re: [PHP-DOC] Determining whether there is a query string

2003-06-28 Thread Matthew K
Ok, I went to http://www.php.net/variables.external and copied the little example and saved it on my server... I recieved an error "Notice: Undefined index: action in C:\Inetpub\wwwroot\php\database\istheretest.php on line 2" I am using the IIS and used the binary install, is there something I need

Re: [PHP-DOC] Determining whether there is a query string

2003-06-26 Thread Philip Olson
Please do not ask support questions to this list, but instead go here: http://www.php.net/support.php And, read this: http://www.php.net/variables.external Note that variables are case sensitive. Regards, Philip On Fri, 27 Jun 2003, Matthew K wrote: > Hi, what is the proper way to dete

[PHP-DOC] Determining whether there is a query string

2003-06-26 Thread Matthew K
Hi, what is the proper way to determine if there is a query string? In php 3, you could just do "if($id)" but now, when I do "if($_request["id"])" it says, unknow variable... Is my computer messed up or is there a new way? Thanks, Matt K. [EMAIL PROTECTED] -- PHP Documentation Mailing List (ht