Javaforum - javaforum.lk - Sri Lanka Java Forum
General Information:
Latest News:
Google Web Toolkit 3 Nov 2011 | 05:46 pm
I want to know about GWT(Google web toolkit) and how it is works. And useful ebook or useful examples.
Re: php redirection 7 Oct 2011 | 12:55 am
don't put echo or eny other html content before calling header. it will not work.
php redirection 6 Oct 2011 | 11:09 pm
<?php if (isset($_POST['submit'])&& $_POST['submit']=='back' ) { // echo "back"; header("Location:formb.php"); } user click the back button then dosen't go to for...
Re: php redirection 6 Oct 2011 | 10:24 pm
what is the problem you are facing?
php redirection 6 Oct 2011 | 08:26 pm
<?php if(){ }else{ header('Loction:page.php'); } ?>