if ($HTTP_GET_VARS["pr_ID"] = "nothing" ) {
}
else if ($HTTP_GET_VARS["pr_ID"] = "something") {
}
else {
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
if ($HTTP_GET_VARS["pr_ID"] = "nothing" ) {
}
else if ($HTTP_GET_VARS["pr_ID"] = "something") {
}
else {
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php