Search found 3 matches

by developer1234
Sun Jun 25, 2006 12:32 pm
Forum: PHP - Code
Topic: Using javascript variable in PHP without submitting a form?
Replies: 5
Views: 530

verminox, I read through your tutorial and still cant seem to get it working... this is what i have come up with, and it gives a "type mismatch" error. Can you help me figure out what's wrong? This is the function called when the "Load" button is pressed. Assuming IE as browser f...
by developer1234
Sun Jun 25, 2006 1:20 am
Forum: PHP - Code
Topic: Using javascript variable in PHP without submitting a form?
Replies: 5
Views: 530

Any help on exactly how I would use this in my specific scenario? I've never used XMLHttpRequest before... I've been reading on it but can't figure out exactly how this would work for me. I need to send the selectedIndex value to the php file using XMLHttpRequest, correct? Then in the php file I nee...
by developer1234
Sat Jun 24, 2006 7:44 pm
Forum: PHP - Code
Topic: Using javascript variable in PHP without submitting a form?
Replies: 5
Views: 530

Using javascript variable in PHP without submitting a form?

Hey, I am trying to create an online music player that allows saving and loading playlists. for better understanding, the website is: I've already implemented the saving part, now I'm trying to implement the Load part. The "playlist" file is just a text file with the song names in it. I ne...