only one Posted April 5, 2007 Share Posted April 5, 2007 can you use javascript with mysql, or would it be better just to use .txt or .ini? Link to comment https://forums.phpfreaks.com/topic/45747-javascript-and-mysql/ Share on other sites More sharing options...
tomfmason Posted April 5, 2007 Share Posted April 5, 2007 You cannot connect javascript to mysql. That has to be done on the server side. Javascript is all client side. You could use ajax and php to pull data from mysql but you can not connection directly to it from js. Link to comment https://forums.phpfreaks.com/topic/45747-javascript-and-mysql/#findComment-222216 Share on other sites More sharing options...
only one Posted April 5, 2007 Author Share Posted April 5, 2007 then how can i get javascript to echo php? everytime i try it shows the code, it doesnt actually proccess it Link to comment https://forums.phpfreaks.com/topic/45747-javascript-and-mysql/#findComment-222339 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.