Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-07-2007, 07:57 AM   #1 (permalink)
 
Newb Techie

Join Date: Dec 2007

Posts: 2

ahmedkalu is on a distinguished road

Smile I need help to begin PHP

Is there there any software installation to learn PHP... i need help step by step to learn PHP Language.



Yours,
akalu
ahmedkalu is offline  
Old 12-07-2007, 08:15 AM   #2 (permalink)
anand1's Avatar
 
Newb Techie

Join Date: Nov 2007

Posts: 46

anand1 is on a distinguished road

Default Re: I need help to begin PHP

Ya i do need it plz help!
anand1 is offline  
Old 12-07-2007, 02:22 PM   #3 (permalink)
 
Newb Techie

Join Date: Dec 2007

Posts: 5

DarkLight is on a distinguished road

Default Re: I need help to begin PHP

Sample,

Code:
<?
 echo 'Hello World!';
?>

DarkLight is offline  
Old 12-08-2007, 03:29 AM   #4 (permalink)
aetherh4cker's Avatar
 
Corrupt Techie

Join Date: Sep 2005

Posts: 752

aetherh4cker is on a distinguished road

Default Re: I need help to begin PHP

You'll need to know HTML (and optionally CSS) before undertaking PHP.

I also recommend a free web host that supports PHP and MySQL to practice on... I think one decent one may have been called Award Space.
__________________
aetherh4cker is offline  
Old 12-08-2007, 09:43 AM   #5 (permalink)
 
Junior Techie

Join Date: Nov 2004

Posts: 92

heguru

Default Re: I need help to begin PHP

Search on the google 'php tutorials'. you will get many free sites.

I am not saying you will learn everything from them. But you will get hold of basics. Then you can take a course or buy a advanced php book.
heguru is offline  
Old 12-09-2007, 09:47 AM   #6 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: I need help to begin PHP

Download Appserv (Google it). It is an open source WAMP. WAMP means Windows Apache MySQL PHP. It installs all of these things at once and configures them to work. Basically, it installs a web server with PHP and MySQL support on your PC so you can mess around with PHP without having to upload to a webhost (because as you may know, a normal browser without a web server (such as Apache) can not parse PHP).

After that, I recommend getting a book. I learned PHP with one book, called "PHP For The World Wide Web second edition" by Larry Ullman, from the Peachpit Press. It's a pretty good book. There are better books I'm sure, but it covers pretty much all the basics and some intermediate stuff. The only thing it didn't cover (which disappointed me) is the object side of PHP.

Anyway, get a good book and check out some online tutorials. One of the best ways to learn is to download scripts that you want to write and study them and figure out how they work, then write your own. It takes a while to learn, just be patient.

Some good sites:
W3Schools Online Web Tutorials
PHPeasystep - Learn PHP and MySQL
Tizag Tutorials
Web Design Library &mdash; One-stop resource for web designers
__________________

Need website help? PM me!
CrazeD is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Php Code Help tiger Programming Discussions 1 10-25-2007 08:26 AM
Need a good captcha generating php script surut Windows Operating Systems and Software 1 05-26-2007 09:23 AM
php help ben_ben Programming Discussions 8 04-20-2007 05:32 PM
PHP 2-player game? thejeremy Programming Discussions 4 04-09-2007 06:01 PM
Remote file access w/ IP + PHP? thejeremy Programming Discussions 2 04-04-2007 05:24 PM