solon Posted November 5, 2008 Share Posted November 5, 2008 Hey guys i am wondering how i can do the following: I have a file called file1.php and i want to send a value to file2.php through AJAX to process it and return the response in file2.php! Thanks in advance! Quote Link to comment Share on other sites More sharing options...
JasonLewis Posted November 5, 2008 Share Posted November 5, 2008 Well, first.. Do you want it to happen server-side or client-side? Is it really AJAX that you are after? I suggest you look at some AJAX tutorials to being with. Explain what you want file2.php to do. Quote Link to comment Share on other sites More sharing options...
solon Posted November 5, 2008 Author Share Posted November 5, 2008 OK. file2.php is responsible to show some data extracted from mysql db table called `tbl1` using php scripts! file1.php has the information that are inserted into `tbl1` from file3.php! So to explain better i have a form with a lot of details(file1.php)! Those details are send to file3.php to be processed and and inserted into `tbl1`. and automatically(on page reload) they appear in file2.php which is included in the same page as file1.php! What i want to do is get rid off all that page reloads so that everything happens faster and with no need to reload all the data in the page! Thanks Quote Link to comment Share on other sites More sharing options...
solon Posted November 6, 2008 Author Share Posted November 6, 2008 i still need some help here!! thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.