Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-24-2011, 10:50 PM   PM User | #1
andynov123
Regular Coder

 
Join Date: Oct 2010
Posts: 246
Thanks: 8
Thanked 1 Time in 1 Post
andynov123 is an unknown quantity at this point
Programming Training Software

Is there any training software available out there that helps you learn php. Something that would give exercises and correct you if you program something wrong? Is there such software available for php or any other languages?
andynov123 is offline   Reply With Quote
Old 08-25-2011, 12:10 AM   PM User | #2
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,521
Thanks: 45
Thanked 440 Times in 429 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Not really.. most of it is trial and error until you understand it.

PHP is not a hard language though, follow some tutorials online and when you hit a snag ask the question on here.

To get started download and install either xampp or uniformserver.
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote
Old 08-25-2011, 01:05 AM   PM User | #3
kor81
New Coder

 
Join Date: Aug 2011
Posts: 49
Thanks: 9
Thanked 0 Times in 0 Posts
kor81 is an unknown quantity at this point
I Found the best way to learn just about any programming language is not from a book, but "hands on experience". Think of the biggest project possible, read tutorials on what you're trying to accomplish etc.. Don't just Copy&Paste write it out and say what your writing out loud in a rhythm.
Give each {}<>./$ different names

I Did this with learning vb and eventually, you will just know and code in rhythm. Trying this method with php, because i'm trying to learn php myself.. lol

Last edited by kor81; 08-25-2011 at 01:09 AM..
kor81 is offline   Reply With Quote
Old 08-25-2011, 05:09 PM   PM User | #4
Coolest
New to the CF scene

 
Join Date: Aug 2011
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Coolest is an unknown quantity at this point
Quote:
Originally Posted by kor81 View Post
Don't just Copy&Paste write it out and say what your writing out loud in a rhythm.
Give each {}<>./$ different names
I'm going to try this!

Thanks
Coolest is offline   Reply With Quote
Old 08-25-2011, 08:29 PM   PM User | #5
kor81
New Coder

 
Join Date: Aug 2011
Posts: 49
Thanks: 9
Thanked 0 Times in 0 Posts
kor81 is an unknown quantity at this point
Quote:
Originally Posted by Coolest View Post
I'm going to try this!

Thanks
Worked for me when i was learning visual basics
kor81 is offline   Reply With Quote
Old 08-25-2011, 08:33 PM   PM User | #6
dnnhater
New Coder

 
Join Date: Jul 2011
Location: Sunshine State
Posts: 79
Thanks: 18
Thanked 0 Times in 0 Posts
dnnhater is an unknown quantity at this point
Quote:
Originally Posted by kor81 View Post
I Found the best way to learn just about any programming language is not from a book, but "hands on experience". Think of the biggest project possible, read tutorials on what you're trying to accomplish etc.. Don't just Copy&Paste write it out and say what your writing out loud in a rhythm.
Give each {}<>./$ different names

I Did this with learning vb and eventually, you will just know and code in rhythm. Trying this method with php, because i'm trying to learn php myself.. lol
omg that is so I how I do it - I get some really funny looks when I sit there talking to myself and I've gone through several notebooks but it definitely works!
dnnhater is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 01:58 AM.


Advertisement
Log in to turn off these ads.