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? Quote 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. Quote 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 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.