Search found 3 matches
- Sun Jun 25, 2006 12:32 pm
- Forum: PHP - Code
- Topic: Using javascript variable in PHP without submitting a form?
- Replies: 5
- Views: 530
- 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...
- 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...