| Anime Oasis Reborn | |||||||||||||||||||||||
![]() | |||||||||||||||||||||||
Sitely
Resources
Layout Templates
Tutorials
Graphics
Premade Layouts
Neopets Graphics
Manga Reviews
Network
Siblings
Affiliates
Link Exchange
Credits/Disclaimer
|
What is PHP?
PHP stands for Hypertext Processor. Php is also a scripting language, and works off the server. HTML is a language in which the browser application is interpreting the code given. Because HTML and CSS is interpreted and displayed by the browser, we end up with codes looking different on different browsers. PHP working off the server (server based) means the server itself is interpreting the code. You can have HTML and PHP on the same page, however only the HTML will be sent to the browser. PHP will look the same in any browser you view it in. HTML on the other hand can very. How much of this makes sense though? Yea, there is a lot of words used. If you didnt understand anything so far, here is a simplified version: PHP will look the same no matter what web browser you are using. HTML/CSS can very because every web browser interprets the code its own way. One thing you will notice when you first try php is the fact you can't view it in your broswer, unlike HTML documents. In order to use PHP you must have it installed on your server, whether its your computer or the web server for your web site. Some vocab to know:
This is pretty confusing though huh? And how am I supposed to start this code? PHP, like HTML and CSS has a starting and ending. <?Php is used to start it. ?> Ends this code. How about we look at a simple code:
<?php At first this all may seem somewhat confusing and impossible to learn, but its rather simple once you understand how it works and its basic purpose, function, and what it can and cannot do. |
||||||||||||||||||||||