Timeline for Passing php array to javascript function [duplicate]
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:27 | history | edited | URL Rewriter Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| S Nov 27, 2012 at 14:04 | history | edited | Community Bot |
insert duplicate link
|
|
| S Nov 27, 2012 at 14:04 | history | closed |
deceze ♦ N.B. gpojd Somnath Muluk Linger |
exact duplicate | |
| Nov 27, 2012 at 14:00 | review | Close votes | |||
| Nov 27, 2012 at 14:04 | |||||
| Nov 27, 2012 at 13:55 | comment | added | SQRCAT | I'm not the downvoter - but how you apply the script is rather irrelevant to the logical nature behind this question. Could you clarify your problem, perhaps repost your question more thoroughly and provide clear information? (Also note that you are using a for loop to create multiple select boxes. This is probably not what you want to do. You want to create one <select> and wrap that around your multiple <option> tags, wherein you use the attribute "value" to set the actual value of each option) | |
| Nov 27, 2012 at 13:52 | comment | added | Friend | why do you give negative point fo no reason.. check and read both question... in my question iam using external php ,, in the link provided by you they have used inter php within script, so its different questions altogeather.. | |
| Nov 27, 2012 at 13:47 | comment | added | SQRCAT | The author of the question does not understand the background behind his question, which is why its twice as hard to provide an answer. Also the main purpose remains unclear. To the author: Perhaps you could elaborate and provide some more background to your question. Generally, you cannot use HTML code right from with PHP without either leaving the PHP parser for that block or using a function that outputs your content - such as echo() | |
| Nov 27, 2012 at 13:43 | answer | added | Ignacio Vazquez-Abrams | timeline score: 1 | |
| Nov 27, 2012 at 13:42 | comment | added | jprofitt | Is this the exact PHP code you're using currently? | |
| Nov 27, 2012 at 13:40 | history | asked | Friend | CC BY-SA 3.0 |