JamesCliff
Programmer
Ok, i am very very new to javascripting. Infact ive never done it in my life.
I am only attempting it now because i need client side scripting which php cannot do.
Basiclly is it possible to integrate java and php together? I ask this because this is my scenario:
I have a php script which populates a listbox from a mysql table called brisk_users with the id and username from the table. I wanted it so when a row is selected in the listbox the specific id for that row is then stored within a variable which is then included in a URL link which posts the ID to another page. However i am told php cannot do this and i need to use java or something that will do client side scripting for what im after.
Using java how can i achieve what im trying to do above.
You must forgive my explanation attempt been so brief and to the point, but i really havent got a clue what to do lol.
Any help would be greatly appriciated.
Thanks
Jim
I am only attempting it now because i need client side scripting which php cannot do.
Basiclly is it possible to integrate java and php together? I ask this because this is my scenario:
I have a php script which populates a listbox from a mysql table called brisk_users with the id and username from the table. I wanted it so when a row is selected in the listbox the specific id for that row is then stored within a variable which is then included in a URL link which posts the ID to another page. However i am told php cannot do this and i need to use java or something that will do client side scripting for what im after.
Using java how can i achieve what im trying to do above.
You must forgive my explanation attempt been so brief and to the point, but i really havent got a clue what to do lol.
Any help would be greatly appriciated.
Thanks
Jim