Thread: php
View Single Post
Old 12-15-2007, 09:06 AM   #2
 
ShadowHeart's Avatar
ShadowHeart
Master Summoner
 
Join Date: Jan 2005
Location: Sweden
Age: 41
Posts: 1,730
Send a message via MSN to ShadowHeart
Re: php

PHP has nothing to do with JavaScript. JavaScript is a client side scripting language, it is executed on the client (ie, the web browser of the user). PHP is a server side scripting language, which generates HTML (and possibly JavaScript) dynamically depending on the user's request. The client never sees any PHP code.

I'm not sure where you should start, but www.php.net is probably a good site to bookmark. It has documentation on everything in PHP, all functions, etc.

Google is your friend. Search for PHP/JavaScript and tutorials. You can also purchase a book on the subject(s).
__________________
And then there was silence
Just a voice from the other world
Like a leaf in any icy world
Memories will fade
ShadowHeart is offline   Reply With Quote