Forum: PHP
02-16-2013, 12:29 AM
|
|
Replies: 1
Views: 226
image from list function array
i have this piece of code that works fine
$sql2= "SELECT country, GROUP_CONCAT(name ORDER BY country SEPARATOR '<br>') as name
FROM...
|
Forum: JavaScript programming
01-19-2013, 04:49 PM
|
|
Replies: 5
Views: 276
|
Forum: JavaScript programming
01-19-2013, 09:17 AM
|
|
Replies: 5
Views: 276
passing data from column to nother column
this is a script i did using php,html and js. the php works to select the data into the 1st column and theres a button to move selected data from col1 to col 2 where i want to submit it to a...
|
Forum: JavaScript programming
01-13-2013, 02:22 PM
|
|
Replies: 1
Views: 152
multiple dropdown lists
im very new to JS, much prefer php but the only way i could do what i want is using JS.
i took 2 pieces of JS i found. i managed to get the 1st 1 doing what i wanted but id like to be able to set it...
|