I have a field where users can write a comment and it updates the box automatically. It goes to a confirmation page but i want to change the directory back to my page, It can be seen here (i have asked the guy to copy the code okay) http://ccgi.apopps.plus.com/intrinsic//index.php <HTML lang=en><HEAD><TITLE>www.TEAM-INTRINSIC.co.uk</TITLE> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <META content="MSHTML 6.00.6000.16525" name=GENERATOR></HEAD><FRAMESET rows=100%,*><FRAME title=http://ccgi.apopps.plus.com/intrinsic//addmessageprocess.php name=mainframe src="http://ccgi.apopps.plus.com/intrinsic//addmessageprocess.php" frameBorder=0 noResize><FRAME title="empty frame" src="about:blank" frameBorder=0 noResize scrolling=no><NOFRAMES></NOFRAMES></FRAMESET></HTML>
"It goes to a confirmation page but i want to change the directory back to my page," What do you mean ? Automatically redirect after someone posts a comment >?
Yes basically, Ive tried altering the src page but it doesnt work. iwant to redrect back to index.html
open addmessageprocess.php in your favorite text editor and find the lines "Your Shoutbox Message Has Been Added! " Delete the content "You will be re-directed back to the home page in 5 seconds" and replace with this echo'<meta http-equiv="REFRESH" content="1; url=index.php">'; PHP: That should redirect the right way .
This isn't good, I could do without that stupid page that says it has been added if possible. Is there any way i can share the files i have u and try and fix it first hand please?