Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

PHP - What is it?

Sun Jun 27, 2004 7:00 pm

Okay, call me a newbie, but I have a question.

What is PHP, and where can I learn it? How hard is it, and how different from HTML? I know you can make forums and such with it... :)

Sun Jun 27, 2004 8:02 pm

simpoel php is a server side scripting langauge, meaning everything is done on the server then outputed to the user. for exampel these forums. its relativly easy to learn , liek the syntax is self explanirtory, so i fyou had echo that would mean output text or something a goo dplace to go is probobly:

http://www.zend.com
http://www.php.net
http://www.refdev.com

Sun Jun 27, 2004 8:21 pm

stoodder wrote:simpoel php is a server side scripting langauge, meaning everything is done on the server then outputed to the user. for exampel these forums. its relativly easy to learn , liek the syntax is self explanirtory, so i fyou had echo that would mean output text or something a goo dplace to go is probobly:

http://www.zend.com
http://www.php.net
http://www.refdev.com


Is it hard?

Sun Jun 27, 2004 8:32 pm

nah its pretty easy to tell you the truth, just remmebr always put a ";" at the end of your statements and variabels look liek this:

$myVar

you dont need "var $myVar" either(unless running a class but learn that later)

Sun Jun 27, 2004 10:20 pm

ya PHP is probably the easiest programming language I have learned. Also try http://www.phpfreaks.com

Sun Jun 27, 2004 11:53 pm

unclekyky wrote:ya PHP is probably the easiest programming language I have learned. Also try http://www.phpfreaks.com

Ill start it soon. Thanks

Mon Jun 28, 2004 9:28 am

unclekyky wrote:ya PHP is probably the easiest programming language I have learned. Also try http://www.phpfreaks.com

HTML is easier :P
An example of PHP in use is the news updates on PPT and the IDB.

Mon Jun 28, 2004 1:06 pm

quicksilvery1pore wrote:
unclekyky wrote:ya PHP is probably the easiest programming language I have learned. Also try http://www.phpfreaks.com

HTML is easier :P
An example of PHP in use is the news updates on PPT and the IDB.

Okay, how and where do you write PHP?

Mon Jun 28, 2004 1:22 pm

Xalaxracer wrote:
quicksilvery1pore wrote:
unclekyky wrote:ya PHP is probably the easiest programming language I have learned. Also try http://www.phpfreaks.com

HTML is easier :P
An example of PHP in use is the news updates on PPT and the IDB.

Okay, how and where do you write PHP?


You basically write it on any page that requires PHP, but each web page has to end in .php.

Hmm... I only know a couple of things about PHP, I may learn it this summer. :D

Mon Jun 28, 2004 1:23 pm

Dragonfire wrote:
Xalaxracer wrote:
quicksilvery1pore wrote:
unclekyky wrote:ya PHP is probably the easiest programming language I have learned. Also try http://www.phpfreaks.com

HTML is easier :P
An example of PHP in use is the news updates on PPT and the IDB.

Okay, how and where do you write PHP?


You basically write it on any page that requires PHP, but each web page has to end in .php.

Hmm... I only know a couple of things about PHP, I may learn it this summer. :D


Is there a book on it? That I can buy at like borders?

Mon Jun 28, 2004 1:30 pm

Yes, I believe there are several books to buy. You would want any PHP book that is for PHP 4, as that is the most recent version. I wouldn't be surprised if there was a "PHP 4 For Dummies". :P

And now I should go buy one of those books at Barnes & Noble. xD

Mon Jun 28, 2004 5:08 pm

quicksilvery1pore wrote:
unclekyky wrote:ya PHP is probably the easiest programming language I have learned. Also try http://www.phpfreaks.com

HTML is easier :P
An example of PHP in use is the news updates on PPT and the IDB.


HTML is not a programming language. Basic might have been easier but i have forgotten most of it :(

I have "Sams Teach Yourself PHP 4 in 24 days" Its a very nice book.

BTW your server has to support PHP

Tue Jun 29, 2004 9:52 pm

In my opinion HTML is way easier. PHP isn't that difficult, it's just a little confusing at the beginning. I know the basics of PHP... I learned it from a book entitled "PHP For the World Wide Web Second Edition" by Larry Ullman. This book is a 'Visual QuickStart Guide'. It takes an easy, visual approach to teaching PHP scripting, using pictures to guide you through the language and show you what to do. (That was taken from the back of the book) Anyways, I recommend this book. It doesn't get into the advanced sections of PHP, but is a great starter book.

Tue Jun 29, 2004 10:26 pm

stoodder wrote:nah its pretty easy to tell you the truth, just remmebr always put a ";" at the end of your statements and variabels look liek this:

$myVar

you dont need "var $myVar" either(unless running a class but learn that later)


yup. Once i spent almost an hour trying to fix a error because of that.

I started with asp so you should also remember that variables start with a $.

You don't really need a book if you are familiar w/ programing. I got started on the online manual at php.net

Wed Jun 30, 2004 2:47 am

.ccy wrote:
stoodder wrote:nah its pretty easy to tell you the truth, just remmebr always put a ";" at the end of your statements and variabels look liek this:

$myVar

you dont need "var $myVar" either(unless running a class but learn that later)


yup. Once i spent almost an hour trying to fix a error because of that.

I started with asp so you should also remember that variables start with a $.

You don't really need a book if you are familiar w/ programing. I got started on the online manual at php.net

W00t now that is the way to go lol i, the same way.. sorta, excpet usuallywhen i goet baord i just go onto php.com and search up funcitons and stufff XD lol im lame

||--------------------------------------------------------------||
SIGNED
--this message has been signed by the King of FishFlops
Topic locked