How to perform click action without leaving a page
Posted: Mon May 10, 2010 10:28 pm
OK.. just went through my first php tut and built a small blog. It was pretty cool.. learned some things.
Now here's my question. For this first tut, I had an index.php page, put a table with 2 columns in it and did a php include to bring a different php page in each side of the table. We'll call those 2 pages side1.php and side2.php.
My question: Can I click a hyperlink in side1.php, have it perform the action in side2.php (such as bring up the hyperlink post in this case), without leaving index.php?
Thanks!
Now here's my question. For this first tut, I had an index.php page, put a table with 2 columns in it and did a php include to bring a different php page in each side of the table. We'll call those 2 pages side1.php and side2.php.
My question: Can I click a hyperlink in side1.php, have it perform the action in side2.php (such as bring up the hyperlink post in this case), without leaving index.php?
Thanks!