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? Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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.