Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
2 Posted Topics
Re: echo not working
may be you can use <?echo $schoolyear;?> or <?=$schoolyear;?>
Re: Redirection
try this if(statement) { echo "<html><head> <meta http-equiv='refresh' content='0;url=your_page_link.php'> </head></html>"; } else { echo "<html><head> <meta http-equiv='refresh' content='0;url=your_page_link.php'> </head></html>"; }
The End.
deni