Total_me
07-18-2009, 04:27 AM
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:
<?php
if (isset($about)) {
echo "about me: I'm a student...";
}
elseif (isset($contact)) {
echo "contact me8654894654";
}
else {
echo "Hello Every1!";
}
?>
Can any one help for me? :(
Thanks
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:
<?php
if (isset($about)) {
echo "about me: I'm a student...";
}
elseif (isset($contact)) {
echo "contact me8654894654";
}
else {
echo "Hello Every1!";
}
?>
Can any one help for me? :(
Thanks