I need the ABOVE answered, I was thinking of using variables but I am unsure if I should use and array or not
<?
if ($blah == "services") {
?>
these are my services and this information is only shown if the action is called (see below).
<?
} elseif ($blah == "products") {
?>
these are my products, want to buy some?
<?
} else {
?>
<h3>welcome to my main page</h3>
Check out my :
< a href="index.php3?blah=services">services< /a>
< a href="index.php3?blah=products">products< /a>
^^^^^^^^^^^^^^^^^^^
would that give me something like this in a URL? I need to call the data with it