General Chat
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsGeneralGeneral Chat

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old April 24th, 2007, 01:55 AM
sonu_13 sonu_13 is offline
Registered User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 2 sonu_13 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 56 m 46 sec
Reputation Power: 0
Hi i am new in php? tel me how to start learning it best?

hello frd,

i am working website recently and new to it.please mail me how to learn best?

reply

Reply With Quote
  #2  
Old April 24th, 2007, 06:35 AM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,946 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 4 Days 6 h 5 m 6 sec
Reputation Power: 3
Quote:
Originally Posted by sonu_13
hello frd,

i am working website recently and new to it.please mail me how to learn best?

reply


I would say that you should start with some tutorials, it is often the best way to learn. I started out by finding a problem that i wanted to solve, then dug through lots of tutorials to find ways of solving my problem. (There are some good tutorials on this site)

Then I moved up to enhancing my problem to make use of more common features of PHP. It was at this point I bought a book (i do not believe in buying a book before you really decide it is what you want to do).

I would suggest you steer clear of these in 24 hours books. I find them to be misleading and do not demonstrate the full potential of the language of your choice.

Also looking at other peoples code can be useful in the learning process, just do not forget to give credit where credit is due if you use someone's code. Its just nice to do so.

Andrew
__________________
Ubuntu User #13389

Reply With Quote
  #3  
Old April 24th, 2007, 06:50 AM
tkarkkainen's Avatar
tkarkkainen tkarkkainen is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: Finland
Posts: 2,327 tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)tkarkkainen User rank is Lance Corporal (50 - 100 Reputation Level)  Folding Points: 26229 Folding Title: Starter FolderFolding Points: 26229 Folding Title: Starter Folder
Time spent in forums: 6 Days 12 h 42 m 12 sec
Reputation Power: 4
Quote:
Originally Posted by Andrew
(i do not believe in buying a book before you really decide it is what you want to do).


Yeah, buying. You should check with your local library, though. I'm sure they have at least some books on the subject.

Quote:
Originally Posted by Andrew
would suggest you steer clear of these in 24 hours books. I find them to be misleading and do not demonstrate the full potential of the language of your choice.


I second that. They are not the greatest books.
__________________
Fight Internet censorship!

Code:
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments

Last edited by tkarkkainen : April 24th, 2007 at 06:50 AM. Reason: typo

Reply With Quote
  #4  
Old April 24th, 2007, 10:10 AM
bobisnotmyuncle bobisnotmyuncle is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 69 bobisnotmyuncle User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 23 h 53 m 24 sec
Reputation Power: 2
Hi I'm also learning php and coding a website using php to manipulate data in a mySQL database.

I know I'm not the best coder, but I find that the way to learn is to start doing something, then you can actually see what is happening...by that rationale I find the tutorials on codewalkers are a good place to start...

I also find keeping things simple helps when you get stuck, I try and change one thing at a time if things don't work out how you want them to.

As far as books go I havn't found one that I can really get into and say it is honestly a good reference tool, I have Kevin Yank's Building a Database Driven Website Using MYSQL 3rd edition but I never find what I want there. The Codewalkers' forum is the best thing I have ever found in relation to php.

Last edited by bobisnotmyuncle : April 24th, 2007 at 10:17 AM.

Reply With Quote
  #5  
Old April 29th, 2007, 04:38 AM
mgscox mgscox is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: High Wycombe,Bucks,UK
Posts: 15 mgscox User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 54 m 29 sec
Reputation Power: 0
If you're new to the web as well as to PHP, then the first to learn is the basics of HTML (or XHTML). Then pick a relatively simple, but challenging, project. A good one is "birthdays" where people enter their name and the date of their birth using a HTML form and using PHP you store this in either a file or a database. Then from a second form you enter a date and using PHP run through all of the previous entries and list the people who were born on that day.

The birthdays project covers the basics of form input, processing user input, accessing files/ databases, condition logic, etc. and will provide a solid basis for moving forwards.
__________________
You're just jealous because the voices only speak to me...

Reply With Quote
  #6  
Old May 3rd, 2007, 01:57 PM
roelor roelor is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 81 roelor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 h 25 m 6 sec
Reputation Power: 2
first learn html
then learn echo statements
then learn some looping
then learn fopen
then make a flat (runned on text files) guestbook
then learn some mysql
then make a mysql guestbook
then learn some ajax
then make a php mysql guestbook with ajax
__________________
EAT THIS PIECAKE!!!
liked the old site more

Reply With Quote
  #7  
Old May 3rd, 2007, 06:51 PM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,729 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 1 h 44 m 18 sec
Reputation Power: 6
personally - learn some html and then learn how to think like a coder by learning flowcharting/pseudocode. after that it is just learning the syntax (in any language) to match the flowcharting/psuedocode. Learn as you need things and learn as much as you can on the subject at the time you are using it.

Use books, forums, mailing lists, IRC or whatever you want. Using all of them is even better.
__________________
life is a game.... Have fun
-----------------------------
http://www.phpwomen.org
strength in unity

PHPCommunity IRC
#phpc on freenode

Reply With Quote
Reply

Viewing: Codewalkers ForumsGeneralGeneral Chat > Hi i am new in php? tel me how to start learning it best?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT