Viewing MY SQL Database integration

MY SQL Database integration



User: Sam T. 8 years ago
I need to have filters and based on those filters only a queried set of data will show up. I know Everweb doesn't have this functionality. Are there any third party options?
User: Jumbo T. 8 years ago
Query the database with PHP.

Then display the result in the webpage either in an iframe or with AJAX.

W3school will tell you how to do it.

To get you started :

http://www.w3schools.com/php/php_mysql_select.asp
http://www.w3schools.com/php/php_ajax_database.asp

Last edit 8 years ago
User: Richard C. 6 years ago
I also have a need to access a MySQL database on my site. I had planned to use PHP in an HTML snippet but I can't even get a simple "Hello World in PHP" (embedded in HTML) to work. Is it simply not possible to use PHP in an EW HTML snippet??


Post Reply
You must login or signup to post.