I was using a redirect using $_SERVER['PHP_SELF'] from the previous page (a
login for a site) and it didn't include this from the url: ?aid=12.

shouldn't it? It caused a SQL error. (which I have included a catch for so
the error will be friendly)

instead of the variable to be: /co2_busters_mk2/full_article.php I want it
to be: /co2_busters_mk2/full_article.php?aid=12.  (like it would appear in
the address bar).

is it sposed to be like that or is it a bug? Also what is the best way to
include all get data in the url?

Thanks,


--
JJ Harrison
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to