Thursday, June 13, 2002, 1:37:03 AM, you wrote: > Until the recent version of PHP i've enjoyed being able to pass variables as > name/value pairs within my URL. this has been essential for accessing my > mysql database. here is an example of a url.
Why can't you continue to enjoy it? > getAd.php?id=1 The variable can be found in the $_GET array, as in $_GET['id']. Or have I misunderstood your problem? -- Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php