paul2463 Posted July 8, 2006 Share Posted July 8, 2006 Hello,I am not after specific answers for this question as I like trying to work things out for myself, all I need is a bit of direction. Here is my question. I have a PHP/MySQL query result set, if I place these results in an array object, can this object be passed to a javascript function which also has an array object so they can be compared? if the answer is yes can someone point me to the relevant pages of a relevant manual for the answers. many thanksPaul Quote Link to comment https://forums.phpfreaks.com/topic/14019-phpmysqljavascript/ Share on other sites More sharing options...
hvle Posted July 8, 2006 Share Posted July 8, 2006 no, it can not be pass.php run by server, javascript run on client browser.but you sure can make this array available to the javascript.You have print it like how it should be written in javascript to the html file. Quote Link to comment https://forums.phpfreaks.com/topic/14019-phpmysqljavascript/#findComment-54743 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.