Hello,
I want to ask how to do in same file index.php links?
I think I know how to do but i don't know why this code don't working:
Can any one help for me?PHP Code:<?php
if (isset($about)) {
echo "about me: I'm a student...";
}
elseif (isset($contact)) {
echo "contact me8654894654";
}
else {
echo "Hello Every1!";
}
?>![]()
Thanks



Reply With Quote



Bookmarks