PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
neophyte
DevNet Resident
Posts: 1537 Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota
Post
by neophyte » Thu Aug 19, 2004 10:47 am
I'm trying to capture the value of the index below in a php variable. Any suggestions?
<script language='javascript'>document.addcategory.category.selectedIndex
</script>
neophyte
DevNet Resident
Posts: 1537 Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota
Post
by neophyte » Thu Aug 19, 2004 10:54 am
Rule Number one always look for answers before posting.
Rule Number two see rule number one.
Found my answer.
pickle
Briney Mod
Posts: 6445 Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:
Post
by pickle » Thu Aug 19, 2004 10:55 am
Good to hear. Maybe post your solution for future generations to ponder?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.