Hows it goin?? Im pretty new to this, so I have a pretty simple question. I
am running an apache server with php 4 on a win 2k machine. When I try to do
something like this:
<?
echo "<a href=\"index.php?action=someaction\">Some Action</a>";
if ($action == "someaction") {
echo "Anything";
}
?>
It says: Notice: Undefined variable: action in .....
Ive built plenny of pages with simple things like that, and they all
work...is it a problem with my apache server??? Thanks in advance
Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php