bod1467 on Jun 13, 2011 at 8:48:35 AM (# 0) This message has been edited.To be honest, I'd say PHP. If he can get to grips with that then he'll be well on his way, as it is a well-used language in the web scripting world. :)
And it is cross-platform (Windows and Linux), so easy to set up on any machine. e.g. on a Windows machine just get WAMP and it'll install Apache (web server), Mysql (database) and PHP (scripting language).
There are loads of PHP tutorial sites out there. :)
<?php echo 'Hello, World!'; ?> Monte on Jun 13, 2011 at 9:54:40 AM (# 1)Bod:
That's actually a good idea. I'm rather novice at PHP myself, so I guess it could be a learning experience for both of us. I already have a WAMP setup, and I have a Linux box, so I'm good there, too...
|