IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
 
Reply to this topicStart new topic

Best Way To Start Learning Php


mavreix
no avatar
Newbie [Level 1]
*
Group: Members
Posts: 11
Joined: 25-August 08
Member No.: 66,905



Post #1 post Sep 7 2008, 08:07 PM
So Im fully versed in pre-fab php models like e107 and php nuke but I lack the intimate knowledge of the code itself. Whats the best way to immerse myself into the details of constructing and designing code? Im thinking about hitting up the books a million, any rec. on books? links?
Go to the top of the page
+Quote Post
mavreix
no avatar
Newbie [Level 1]
*
Group: Members
Posts: 11
Joined: 25-August 08
Member No.: 66,905



Post #2 post Sep 7 2008, 08:22 PM
Btw, if anyone wants to help get the site started Im selling and ebook I created which has received all good feedback on eBay. I plan on distributing a generator too through this website I want to develop. I would like to also upload a vBulletin forum to help people make this conversion. Partnership would mean 50% stake in the site and half of all ad-revenues generated and a small portion of sales. Im not new to creating websites I just want this to be professional as possible and look great. Anyway if your interested let me know and please include references to other sites/forums you've developed. Anyway look forward to hearing from you.
Go to the top of the page
+Quote Post
exemption
no avatar
Member [Level 2]
*****
Group: Members
Posts: 88
Joined: 17-June 08
Member No.: 63,746



Post #3 post Sep 7 2008, 08:25 PM
Well first you have to learn HTML, XHTML, CSS, and should learn a bit of Javascript...
A good website to go to learn these programming languages would be w3schools.com
This is an awesome website to learn quickly and thoroughly
Go to the top of the page
+Quote Post
godfather89
no avatar
Newbie [Level 2]
**
Group: [HOSTED]
Posts: 36
Joined: 7-September 08
Member No.: 67,495



Post #4 post Sep 7 2008, 10:49 PM
www.tizag.com also gives very short and good explanations. I went about learning php by looking up tutorials and than searching for the functions i din't get on www.php.net
Go to the top of the page
+Quote Post
ewcreators
no avatar
Member [Level 1]
****
Group: Members
Posts: 59
Joined: 28-August 07
Member No.: 48,983



Post #5 post Sep 8 2008, 05:33 PM
Best way is your own way.
Everybody has their own way to learn something.
PHP isn't a language which you will get in a snap of a finger by reading a whole bunch of books.
Learn one thing, practice, move onto the next.
Best way.
A good site is tizag.com .
----------------------------------
Go to the top of the page
+Quote Post
innosia
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 236
Joined: 29-August 08
Member No.: 67,024



Post #6 post Sep 8 2008, 06:04 PM
QUOTE(mavreix @ Sep 7 2008, 08:07 PM) [snapback]406737[/snapback]
So Im fully versed in pre-fab php models like e107 and php nuke but I lack the intimate knowledge of the code itself. Whats the best way to immerse myself into the details of constructing and designing code? Im thinking about hitting up the books a million, any rec. on books? links?

dear mavreix,

After learning php syntax from any site/book you can start do your php project by creating simple class and function, for example what I do is create a connection for database and enable fetching data, simple one like steps below
1. Create a connection class, this stores db name, user name, user password, db server name, and this class can do function like fetching rows from a query string parameter
2. Then try create a table class, like Article, then inherit from the connection class, where article stores information to article table and provides method for querying article, insert, update and delete, and this article uses parent class (connection) to do the query jobs
3. Create a simple user interface to do call Article class.

If complete then you are completing a cycle from UI, business and data access layer. Try to analyze what you should add to your php code to make it more powerful, like a class that can generate sql query syntax, it can create select statement base on the table name you give as parameter, and it can create where statement base on parameter you give too. And try to make sure the security is good, in php there is a feature call magic quotes, where your string is escaped for mysql to prevent sql injection, you must learn to secure your dal and business. Learn post and get method in common HTML. And so on
Go to the top of the page
+Quote Post
-Sky-
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 305
Joined: 30-August 08
From: United Kingdom
Member No.: 67,096
myCENT:92.38



Post #7 post Sep 8 2008, 08:28 PM
OK, ewcreators, and godfarther, please use the Insert Link feature. That way, people can click it, but with a name of your choice. Not the websites name. I don't know if this is/isn't advertising, but please use the Insert Link feature near (underline) bbcode button.

The "Insert Link" button looks like this: .

Thankyou,
-Sky.

This post has been edited by -Sky-: Sep 8 2008, 08:28 PM
Go to the top of the page
+Quote Post
kudmus
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 249
Joined: 22-April 08
From: Harare, Zimbabwe
Member No.: 61,160



Post #8 post Sep 9 2008, 05:55 AM
QUOTE
www.tizag.com also gives very short and good explanations. I went about learning php by looking up tutorials and than searching for the functions i din't get on www.php.net


Tizag rocks! For me it's the best site for a newbie to start. I am going through their tutorials and PHP seems very easy when you learn it from Tizag.com I also know w3schools is another good site but I haven't tried it.
Go to the top of the page
+Quote Post
triggerhappy
no avatar
Newbie [Level 1]
*
Group: Members
Posts: 15
Joined: 27-October 08
Member No.: 70,751
myCENT:54.69



Post #9 post Oct 27 2008, 05:29 AM
one of the good site to start learning anything about web is w3schools..
you can also try this link. http://www.ibm.com/developerworks/views/op...;show_all=false
Go to the top of the page
+Quote Post
liod
no avatar
Member [Level 1]
****
Group: Members
Posts: 71
Joined: 28-October 08
Member No.: 70,852
myCENT:31.76



Post #10 post Oct 28 2008, 09:24 AM
To learn about PHP i usually learn it by studying others script.
This is a good way to improve your skill.
You can get script at hotScript
Go to the top of the page
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   0 OpaQue 2,552 1st August 2004 - 12:42 PM
Last post by: OpaQue
No new   15 innocent-devil 1,242 20th November 2008 - 11:14 PM
Last post by: Echo_of_thunder
No new 19 ddwyer 1,596 28th December 2008 - 09:28 PM
Last post by: africa
No New Posts 10 champagne 992 28th August 2004 - 07:21 AM
Last post by: hatebreed
No New Posts   7 MSTR 794 26th September 2004 - 08:26 AM
Last post by: Spectre
No New Posts   10 mizako 1,160 5th November 2004 - 08:57 PM
Last post by: xboxrulz
No New Posts   2 mizako 384 14th October 2004 - 10:03 PM
Last post by: pbrugge
No new   22 nicky1 2,637 7th December 2008 - 08:36 AM
Last post by: mbafactory
No New Posts   1 sunilr_74 485 25th November 2004 - 07:40 AM
Last post by: rovertos
No New Posts   6 Mike 741 19th March 2005 - 04:55 AM
Last post by: andrewsmithy
No New Posts   4 gamefreaksl 360 2nd December 2004 - 04:08 PM
Last post by: Spectre
No New Posts   1 desimela 580 7th December 2004 - 01:54 AM
Last post by: icedragn
No New Posts   11 alapidus 1,709 1st February 2005 - 09:57 PM
Last post by: vizskywalker
No New Posts   4 leiaah 627 31st January 2005 - 10:23 AM
Last post by: stevey
No New Posts   3 arcanistherogue 608 26th January 2005 - 04:36 PM
Last post by: yomi


 



RSS