English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Well I want to start doing php pages on my domain and etc. but I'm not sure what it is and I want a quick start guide to php. I don't want some step by step with all this crazy stuff, I'm not too bright : (, anyhow just a quick start guide lol. Thanks in advance!

2007-02-18 15:38:19 · 4 answers · asked by JasonXiao 3 in Computers & Internet Programming & Design

well just something thats straight forward not something that talks about all these other random programs i should know or buy and junk : ]

2007-02-18 16:24:06 · update #1

4 answers

PHP is a server-side web programming language, similar to Perl.

For a basic introduction I'd try http://www.w3schools.com/php/default.asp . I've learned the most, however, with a book called "PHP 5 In Easy Steps" published by Barnes & Noble.

2007-02-18 16:49:30 · answer #1 · answered by jordan55 2 · 0 0

PHP is another scripting language... like ASP, Javascript... Basically, it allows you to mess around with variables, uses booleans, run loops, and connect with databases. Most people will use mysql databases with PHP because it is very easy to incorporate into any script.

If you want a good guide on PHP, I recommend http://www.tizag.com/phpT/ guide to help you. It really explains everything from a to z in php. I also recommend http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?z=y&EAN=9781590595527&itm=2 book. I consider it one of the best books for learning PHP. The author does a great job teaching, and giving examples.

Something to note about php... ever wonder what "?id=blah&test=hello" is at the end of urls? Well, those are variables being passed to a page that uses them! In that statement... the variable "id" equals "blah" and the variable "test" equals "hello".. just some food for thought.

Something else you will need to know.. is every php page has to have a .php extension... php won't run in .html, .htm.... When you want to use php in a .php file... you must surround the php code with to close. Otherwise, your code will just displayed on the page.

I hope this helped you a little bit!

2007-02-19 01:16:01 · answer #2 · answered by Ben 1 · 0 0

its a programming language thats suposedly real good for web programming, how quick are u thinking??

2007-02-18 23:45:56 · answer #3 · answered by Anonymous · 0 0

http://en.wikipedia.org/wiki/PHP

here is a good start for you... hope it helps...

2007-02-18 23:42:54 · answer #4 · answered by goodnugs4me 3 · 0 0

fedest.com, questions and answers