Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Wed Jun 26, 2024 1:42 am

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 15 posts ] 
Author Message
 Post subject: PHP - What is it?
PostPosted: Sun Jun 27, 2004 7:00 pm 
PPT God
PPT God

Posts: 2155
Joined: Thu Jun 10, 2004 4:21 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... :)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 27, 2004 8:02 pm 
Honorary Member
Honorary Member

Posts: 169
Joined: Sat Jun 05, 2004 6:30 pm
Location: Milwaukee, Wisconsin
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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 27, 2004 8:21 pm 
PPT God
PPT God

Posts: 2155
Joined: Thu Jun 10, 2004 4: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?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 27, 2004 8:32 pm 
Honorary Member
Honorary Member

Posts: 169
Joined: Sat Jun 05, 2004 6:30 pm
Location: Milwaukee, Wisconsin
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)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 27, 2004 10:20 pm 
PPT Toddler
PPT Toddler
User avatar

Posts: 198
Joined: Wed Jun 02, 2004 1:00 am
ya PHP is probably the easiest programming language I have learned. Also try http://www.phpfreaks.com


Since these are no longer temporary forums, I will update my signature.
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 27, 2004 11:53 pm 
PPT God
PPT God

Posts: 2155
Joined: Thu Jun 10, 2004 4:21 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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 28, 2004 9:28 am 
PPT Trainee
PPT Trainee
User avatar

Posts: 627
Joined: Mon May 31, 2004 10:08 am
Location: Someday I'll find out.
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.


Image


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 28, 2004 1:06 pm 
PPT God
PPT God

Posts: 2155
Joined: Thu Jun 10, 2004 4:21 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?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 28, 2004 1:22 pm 
PPT God
PPT God
User avatar

Posts: 2364
Joined: Mon May 31, 2004 4:19 pm
Location: Austin, Texas
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


Image

Speculation Central - Thinking about the future... Today!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 28, 2004 1:23 pm 
PPT God
PPT God

Posts: 2155
Joined: Thu Jun 10, 2004 4:21 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?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 28, 2004 1:30 pm 
PPT God
PPT God
User avatar

Posts: 2364
Joined: Mon May 31, 2004 4:19 pm
Location: Austin, Texas
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


Image

Speculation Central - Thinking about the future... Today!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 28, 2004 5:08 pm 
PPT Toddler
PPT Toddler
User avatar

Posts: 198
Joined: Wed Jun 02, 2004 1:00 am
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


Since these are no longer temporary forums, I will update my signature.
Image


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 29, 2004 9:52 pm 
Newbie
Newbie

Posts: 15
Joined: Mon Jun 21, 2004 10:29 am
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.


_ASFOKAFF


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 29, 2004 10:26 pm 
PPT Student
PPT Student
User avatar

Posts: 346
Joined: Wed Jun 16, 2004 8:45 am
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


Image
Giving away >50< Gmail invites. PM me with your current email for one.
Get Firefox!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 30, 2004 2:47 am 
Honorary Member
Honorary Member

Posts: 169
Joined: Sat Jun 05, 2004 6:30 pm
Location: Milwaukee, Wisconsin
.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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 15 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 12 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group