Update MySQL without changing pages
Posted: Tue Sep 14, 2010 8:27 am
Hi all,
I would like to know if it's possible to update a MySQL table by calling a PHP page without moving from the current page
For example, their are download scripts which you can call such as download.php?file=filename and the current page won't change but the file will pop up to save
I would like to implement something like this but for adding current contacts to mailing lists
Example: Call addtolist.php and send in contact id and mail list id then it gets added without any changes to current page
Is it possible to do something like this?
Thanks in advance
I would like to know if it's possible to update a MySQL table by calling a PHP page without moving from the current page
For example, their are download scripts which you can call such as download.php?file=filename and the current page won't change but the file will pop up to save
I would like to implement something like this but for adding current contacts to mailing lists
Example: Call addtolist.php and send in contact id and mail list id then it gets added without any changes to current page
Is it possible to do something like this?
Thanks in advance