> How do i set a default value for a url parameter ($_GET[".."]) in PHP
4.1?
> I currently have a class that sets a default global value but this
does
> not
> work in this version - the script displays an error if no url value is
> passed in the url.
if(!isset($_GET['...']))
{ $_GET['...'] == "de
How do i set a default value for a url parameter ($_GET[".."]) in PHP 4.1?
I currently have a class that sets a default global value but this does not
work in this version - the script displays an error if no url value is
passed in the url.
Thanks
--
PHP General Mailing List (http://www.php.n
2 matches
Mail list logo