I've worked with PHP before, but never made a whole website using PHP. Now that I'm doing so, I just have to say that PHP is awesome :D
Printable View
I've worked with PHP before, but never made a whole website using PHP. Now that I'm doing so, I just have to say that PHP is awesome :D
Sure is :cool:
Whoa, I was so excited I forgot my question.
If I have this as my url: http://www.site.com/php.php?action=viewall how can I tell this in my code?
So I can do:
Thanks in advance.Code:if($action == 'viewall') {
echo 'viewall it is...';
}
That's exactly what you do.
bah! I had "if ($action == 'view')" in my code.
Thanks filburt!