Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Learning Php
FlameX
post Jun 11 2008, 06:41 PM
Post #1


Member [Level 1]
****

Group: Members
Posts: 58
Joined: 26-December 07
From: India , Mumbai
Member No.: 55,296



hey People ... i m really interested in Learning PHP Programming .. so plzz cud u suggest me from wher should i learn PHP ..

There r no Institutes that teach PHP in India ! ..

So could u all suggest me some real good stuff from wher i cud learn PHP .. As u trapsters r good in PHP .. !! ..


Thnxzzz `` !
Go to the top of the page
 
+Quote Post
Erdemir
post Jun 11 2008, 06:52 PM
Post #2


Super Member
*********

Group: [HOSTED]
Posts: 217
Joined: 12-May 08
From: Istanbul, Turkey
Member No.: 62,045



I found an understandable tutorial right there. http://www.php-mysql-tutorial.com/
I analyzed the site, it is good enough.

This post has been edited by Erdemir: Jun 11 2008, 06:52 PM
Go to the top of the page
 
+Quote Post
majklisko
post Jun 11 2008, 07:29 PM
Post #3


Newbie [Level 1]
*

Group: [HOSTED]
Posts: 21
Joined: 31-October 07
Member No.: 52,277



At the beginning I was learning from a book, I don't remember the name anymore...then once I realized I don't need it I found the same things in the internet, mainly on php.net, which is the online manual...I want to say, important is to learn the grounds from anywhere and then u can do anything u wanna just with the help of internet, cuz u can't remember everything of course
Go to the top of the page
 
+Quote Post
jlhaslip
post Jun 11 2008, 11:53 PM
Post #4


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,081
Joined: 24-July 05
From: Linix, DOS and Windows…the good, the bad and the ugly
Member No.: 9,787
Spam Patrol



w3schools.com has a php section in their Tutorials, I believe, and a php help section in their forum, too.
Go to the top of the page
 
+Quote Post
moodsey211
post Jul 10 2008, 08:50 AM
Post #5


Newbie [Level 3]
***

Group: Members
Posts: 40
Joined: 10-July 08
From: Cebu City Philippines
Member No.: 64,841



If you have troubles about it you can consult their documentation. It could really help you.

http://www.php.net/docs.php
Go to the top of the page
 
+Quote Post
gnitsuk
post Aug 18 2008, 11:23 AM
Post #6


Newbie
*

Group: Members
Posts: 6
Joined: 18-August 08
Member No.: 66,604



Definately learn not from a book but from online tutorials and from hands on programming.

Get yourself some webspace (use Tarp17!) and upload a simple php file, just calling phpInfo say. Then browse to that webpage and see the results.

Like most things in life, there is no substitute for hands-on learning.

I started and still develop php in WordPad. There are of course PHP editors out there with intellisense and pre-emptive code completion but really a simple text editor is the best for making you learn the lagunage thoroughly - and it needn't take long at all.

There are so many excellent online tutorials for php. Like any programming related topic, the nature of the subject matter lends itself to the medium of the internet when it comes to finding information.
Go to the top of the page
 
+Quote Post
shadowx
post Aug 18 2008, 12:09 PM
Post #7


A clever man learns from his own mistakes, a WISE man learns from those of OTHERS
***********

Group: [HOSTED]
Posts: 1,028
Joined: 12-April 06
From: Essex, UK
Member No.: 21,719



hi there, the above resources are a great start, but remember not to just stick to tutorials. The way i learned was to follow the tutorials and learn the basics, like manipulating a string of characters, or basic maths functions like +, -, * etc....and learning about variables in POST and GET (dont worry if you dont understand what im saying, most tutorials will cover this pretty quickly) Then from there build a basic program, for example a form where it asks for a users first name, then they enter their name and click the submit button and your script compares their name to a list of "banned" users and if they are banned it tells them to go away and if theyre not banned it says hello to them.

Stuff like that.

That way you will get a better understanding of the processes involved in a program and how a program should flow, and also iit will be all your own work. with most tutorials you will simply be copying them, which is great, but to really learn you need to do it yourself with a little help from them and then eventually you wont need them at all and can then step up to the next level.

I do have a tutorial on my website but im having some problems with that at the moment so when its up and running ill post the linky, it tells you all the best software to use and gives a basic intro into PHP. I think its pretty good wink.gif

EDIT: thanks to SM here is the linky http://www.shadows.trap17.com/tutorials/ its not a long tutorial but it will tell you what software you need to test websites on your own computer, rather than needing a webhost, and the best software to use to edit and create code. It will also teach you in a straightforward way how to create a dynamic PHP website with a url like site.com/modules.php?mod=news which i think is a fun project to learn and useful too!

This post has been edited by shadowx: Aug 18 2008, 12:39 PM
Go to the top of the page
 
+Quote Post
Athleone
post Sep 26 2008, 12:40 PM
Post #8


Newbie [Level 2]
**

Group: [HOSTED]
Posts: 28
Joined: 26-September 08
Member No.: 68,403



I learnt from the PHP book by O'Reilly, and I found that it was very helpful, and it was definitely an essential item in my quest to learn PHP. Of course, the best way is to actually code programs yourself, and learn from your mistakes. I also used a PHP host which didn't relay back my errors so I had to make sure I didn't make one mistake in code with a few hundred lines laugh.gif That helped a lot in building character.
Go to the top of the page
 
+Quote Post
kudmus
post Sep 26 2008, 02:25 PM
Post #9


Premium Member
********

Group: [HOSTED]
Posts: 184
Joined: 22-April 08
From: Harare, Zimbabwe
Member No.: 61,160



I also would suggest Tizag.com It's the one I'm using now and I think I'm making progress. The tutorials are understandable and somehow straight forward.
Go to the top of the page
 
+Quote Post
Athleone