|
I've only ever done five lines of javascript, and had to get help on each one. I use PHP and so I rarely have any want or need to use javascript, but I was wondering if maybe there are uses for it after all. One which I know I could probably use is how to make it so that when someone changes a drop down box it'll automagically reload the page. So I'm wondering, from the users of it, what tutorials should I go to in order to learn stuff that I as a PHP user would use? Also, a good tutorial on the drop down box thing would be nice.
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|