rtsanderson Posted February 1, 2010 Share Posted February 1, 2010 I have a PHP webpage which interacts with a MySQL database. I would like to add a function to the page that sends an SQL statement to the database when a button on the page is pushed. The SQL will be embedded in the web page. How do I accomplish this? Link to comment https://forums.phpfreaks.com/topic/190534-how-to-send-a-sql-statement/ Share on other sites More sharing options...
fenway Posted February 1, 2010 Share Posted February 1, 2010 This is fairly rudimentary stuff -- there are lots of tutorials on this site that can help you out with syntax and flow. Link to comment https://forums.phpfreaks.com/topic/190534-how-to-send-a-sql-statement/#findComment-1004989 Share on other sites More sharing options...
rtsanderson Posted February 1, 2010 Author Share Posted February 1, 2010 Quote This is fairly rudimentary stuff -- there are lots of tutorials on this site that can help you out with syntax and flow. Sorry. That was my first post here. I won't bother you again. Link to comment https://forums.phpfreaks.com/topic/190534-how-to-send-a-sql-statement/#findComment-1004998 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.