Page 1 of 1

Can you help me?

Posted: Mon May 25, 2009 1:28 am
by shiva_shankar
Hi Everybody,

I am new one of this forum.

Can you help me how to know 'PHP'?

Thanks,
Siva

Re: Can you help me?

Posted: Mon May 25, 2009 2:38 am
by seenud
I think this is the best tutorial on PHP
http://www.w3schools.com/php/default.asp
go through this tutorial might be useful for u.

Thanks,
Seenu

Re: Can you help me?

Posted: Mon May 25, 2009 2:42 pm
by Darhazer
seenud wrote:I think this is the best tutorial on PHP
http://www.w3schools.com/php/default.asp
go through this tutorial might be useful for u.

Thanks,
Seenu
<offtopic>
PHP tutorial at ASP page :drunk:
</offtopic>

<b> shiva_shankar</b>
To learn a programming language, there are 2 requirements:
* A lot of reading
* A lot of writing

So first you need a goal, so you have some reason to learn PHP? Write up the functions you want to implement on a web site, and start implementing them one by one. Everytime you cannot achieve your goals, read at php.net, search on Google, and if you can't find an answer, ask in the forum.

Good luck!