Heop me?
Moderator: General Moderators
Heop me?
Hello All
i am new in php programming
any one help me how i can start with php in right way.
please any one tell me how can i start and where from i start the php
i have a little bit understanding on basic programming concepts.
ok
bye
Thanks in advance
i am new in php programming
any one help me how i can start with php in right way.
please any one tell me how can i start and where from i start the php
i have a little bit understanding on basic programming concepts.
ok
bye
Thanks in advance
Re: Heop me?
Search for php tutorials on google?
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Heop me?
Tutorials seem like an ideal place to start. However, i'd come up with a scenario such as "build an online shop" etc...
Re: Heop me?
I bought a book and gave it a 2,3 reads doing all the examples a couple of times which might be a good way to start. Also most sites offering tutorials have plenty of different kinds of tuts and mostly not that advanced.
Having a book or two is nice when you need a quick reference or ideas.
Having a book or two is nice when you need a quick reference or ideas.
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Heop me?
Yeh, I started out with a book. Sit down with a drink and browse through it. Well said Papa 
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Heop me?
if you are keen to learn online then there are tutorials only a few clicks away: viewforum.php?f=28
Re: Heop me?
Is it after 12 already?aceconcepts wrote:Yeh, I started out with a book. Sit down with a drink and browse through it. Well said Papa
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Heop me?
Is that you in your avatar 
Re: Heop me?
thanks to all of u that u have answer me on my querry.
specially thanks to aceconcepts
that has suggest me that i should biuild a online shop.
please help me the procedure of the shopping cart.
i am very thankfull if u guide me like this
thnks once again all of u
kaukab
specially thanks to aceconcepts
that has suggest me that i should biuild a online shop.
please help me the procedure of the shopping cart.
i am very thankfull if u guide me like this
thnks once again all of u
kaukab
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Heop me?
Do you have any experience with databases?
A big part of an online shop is the use of a database.
A big part of an online shop is the use of a database.
Re: Heop me?
yes i have an experience with databases. i have learned two subjects of the databases.
what will i do that..
take care
what will i do that..
take care
Re: Heop me?
I would start with something more simple to be honest.
A guestbook is a good way of practise database handling, loops and other php functionalities.
After that you can build other stuff around that application such as login and sign up for users, newsletter etc.
An online shop is not just to add some items to a database table and make an html form.
A guestbook is a good way of practise database handling, loops and other php functionalities.
After that you can build other stuff around that application such as login and sign up for users, newsletter etc.
An online shop is not just to add some items to a database table and make an html form.
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Heop me?
The reason i suggested an online shop is because it's a big project.
However, if approached in a modular fashion you can break the work up into seperate project i.e. aesthetics, session handling, functions etc...
@kaukab: try finding a tutorial for building an online shop or indeed buy a book. Or on an even simpler note, try searching for a tutorial on php and forms (forms are used quite frequently in online shops.
However, if approached in a modular fashion you can break the work up into seperate project i.e. aesthetics, session handling, functions etc...
@kaukab: try finding a tutorial for building an online shop or indeed buy a book. Or on an even simpler note, try searching for a tutorial on php and forms (forms are used quite frequently in online shops.