Jump to content

php/mysql/javascript


paul2463

Recommended Posts

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 thanks

Paul
Link to comment
Share on other sites

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.


Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.