where to start

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
haithamedrees23
Forum Newbie
Posts: 2
Joined: Wed Mar 10, 2010 11:14 am

where to start

Post by haithamedrees23 »

hi all

am new to php but i have a little background and i know how to connect to mysql and how to create some some pages but i need to use frame work to build complete website , what i need is where to start and if any one have any idea what web site to build as training
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: where to start

Post by AbraCadaver »

I like CakePHP as a framework and you could build a simple forum or blog to practice.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: where to start

Post by pickle »

If you're just learning PHP and you want to learn PHP, I wouldn't recommend using a framework. Frameworks certainly let you build things faster, but you need to know what they're doing under the hood and how to properly use them before you can start building decent sites with them.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
haithamedrees23
Forum Newbie
Posts: 2
Joined: Wed Mar 10, 2010 11:14 am

Re: where to start

Post by haithamedrees23 »

thanks a lot , but can you give some links for websites source code with the explanation about how to install it

thanks in advance
Post Reply