Dinamic load and php
Posted: Tue May 08, 2007 8:47 am
hi,
I have a page with basically three divs.. a header, a sidebar and one for the content. so, a load my php scripts into the content div clicking on the sidebar options... ok, when submit a form in these scripts I would like to return to the same script i was before.. but.. If I use something like:
this redirects to that script, and I loose my "css framed" structure. is there a way of redirecting just for that div?
I have a page with basically three divs.. a header, a sidebar and one for the content. so, a load my php scripts into the content div clicking on the sidebar options... ok, when submit a form in these scripts I would like to return to the same script i was before.. but.. If I use something like:
Code: Select all
header("Location: myscript.php");