Help Required, PHP Project

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
JohnJ
Forum Newbie
Posts: 5
Joined: Fri Dec 18, 2009 1:51 pm

Help Required, PHP Project

Post by JohnJ »

I would like to learn PHP -- I have the time and patience to do it, and have a project that I would like to work on to keep me motivated. Basically, I'm not exactly sure where I should start. I have spoken to a few people who know PHP, but I really haven't gotten any definite answers on the best method of learning PHP.

The project I would like to work on will include a user system (permissions, etc.), private messaging, and action logging. I know what I want to do, but I don't know where to start with it. Any help would be greatly appreciated!
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Re: Help Required, PHP Project

Post by daedalus__ »

well they must not know very much then. start with the manual :)
JohnJ
Forum Newbie
Posts: 5
Joined: Fri Dec 18, 2009 1:51 pm

Re: Help Required, PHP Project

Post by JohnJ »

daedalus__ wrote:well they must not know very much then. start with the manual :)
Referring to the PHP.net manual?
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Re: Help Required, PHP Project

Post by daedalus__ »

yessuh

and tutorials.

http://www.webstockbox.com/php/7-tutori ... in-system/

http://ajaxian.com/archives/ajaxian-fea ... x-for-chat

ajaxian is a great website by the way. i also often find myself reading articles on ibm developerworks.

w3schools.com and tizag.com are popular.

i've been examining this: http://ajaxim.com/
JohnJ
Forum Newbie
Posts: 5
Joined: Fri Dec 18, 2009 1:51 pm

Re: Help Required, PHP Project

Post by JohnJ »

daedalus__ wrote:yessuh

and tutorials.

http://www.webstockbox.com/php/7-tutori ... in-system/

http://ajaxian.com/archives/ajaxian-fea ... x-for-chat

ajaxian is a great website by the way. i also often find myself reading articles on ibm developerworks.

w3schools.com and tizag.com are popular.

i've been examining this: http://ajaxim.com/
Thanks for the links. Could you tell me, after reading my first post, what is the first thing I should do (I'm aware that I need to research and learn) to get my project started? I know exactly what I want my software to do, but I'm not quite sure where I am supposed to start (coding-wise).
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Re: Help Required, PHP Project

Post by daedalus__ »

uh i dont know man.

find a text editor with syntax highlighting.

start by learning to use a database.
JohnJ
Forum Newbie
Posts: 5
Joined: Fri Dec 18, 2009 1:51 pm

Re: Help Required, PHP Project

Post by JohnJ »

daedalus__ wrote:uh i dont know man.

find a text editor with syntax highlighting.

start by learning to use a database.
Alright. Thanks.
Post Reply