runnerjp Posted February 27, 2009 Share Posted February 27, 2009 im using ajax tabs so that users can update different area of their account like this.. the thing is when i fill in the textbox and hit submit it wont update tthe db with any of the dat... but if i go to the tab page directly so www.mysite.com/thetabpage then it will carry out the update.. ok i have tried using both action="<?=$_SERVER["REQUEST_URI"]?>" and action="<?=$_SERVER["PHP_SELF"]?>" in my form to redirect me to my tabbed page but it just doesnt update the database with the values on hobbies.php if any code is need i will add right away...can any 1 help? Link to comment https://forums.phpfreaks.com/topic/147183-form-rediraction/ Share on other sites More sharing options...
runnerjp Posted February 27, 2009 Author Share Posted February 27, 2009 bmping Link to comment https://forums.phpfreaks.com/topic/147183-form-rediraction/#findComment-772708 Share on other sites More sharing options...
runnerjp Posted February 27, 2009 Author Share Posted February 27, 2009 ok if it helps i added <?php echo "<pre>".print_r($_POST,true)."</pre>\n"; ?> at the top of my page and if i use the tab (http://www.runningprofiles.com/membe...hp?page=update) and enter something it just shows Array ( ) but if i go to the page directly (http://www.runningprofiles.com/membe...ab/hobbies.php) it says this Array ( [about_me] => test [submitted] => 1 [submit] => Submit ) so basicly when its doing it through the ajax script its not submitting the form? Link to comment https://forums.phpfreaks.com/topic/147183-form-rediraction/#findComment-772929 Share on other sites More sharing options...
runnerjp Posted February 28, 2009 Author Share Posted February 28, 2009 any1?? Link to comment https://forums.phpfreaks.com/topic/147183-form-rediraction/#findComment-773179 Share on other sites More sharing options...
runnerjp Posted February 28, 2009 Author Share Posted February 28, 2009 ok i have set up some links so you can see it in action http://www.runningprofiles.com/test.php if you want to run the hobbies page on it own then go to http://www.runningprofiles.com/members/include/ajaxtab/hobbies.php Link to comment https://forums.phpfreaks.com/topic/147183-form-rediraction/#findComment-773182 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.