Re: [PHP] parse URL good syntaxe please

2002-08-13 Thread Jim Dam
Try taking a look at this tutorial for PHP. http://www.php.net/manual/en/tutorial.php - Original Message - From: "Christian Ista" <[EMAIL PROTECTED]> To: "'php list'" <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 10:32 AM Subject: RE: [PHP]

RE: [PHP] parse URL good syntaxe please

2002-08-13 Thread Christian Ista
> First of all, you need to use the $_* superglobals if register_globals is > off. That is, to access get variables, you use $_GET['variable_name'] What do you mean by that ? (I'm newbie in PHP) Bye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

Re: [PHP] parse URL good syntaxe please

2002-08-13 Thread Jim Dam
l Message - From: "Christian Ista" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 10:16 AM Subject: [PHP] parse URL good syntaxe please > Hello, > > Could you tell me why on PHP 4.2.2 this code work > >switch ($_GET[

[PHP] parse URL good syntaxe please

2002-08-13 Thread Christian Ista
Hello, Could you tell me why on PHP 4.2.2 this code work and this one not : In both cases when fuseaction is not defined, I receive an error. Could you tell me how to know if the variable is defined in the URL. In coldfusion you can do but in php ? Bye -- PHP General Mailing List (ht