HI everybody..
i am working on ASP, and vbsrcipt javascript so what's the new features provided by the PHP
i want to get some tutorial of php so that i can learn it
sandi
Printable View
HI everybody..
i am working on ASP, and vbsrcipt javascript so what's the new features provided by the PHP
i want to get some tutorial of php so that i can learn it
sandi
the best thing i have found is by looking at the functions on http://www.php.net
the syntax is really easy
1. Download PHP from php.net
2. Download the docs in HTML format.
3. Download a PHP server from www.badblue.com (70 kb)
4. Read the docs
5. Download a few scripts from www.hotscripts.com, and have a look at how PHP is written..
That's how i learned it.. might work for you too!! :)
I pretty much learned it by looking up functions in the CHM file that you can download from the PHP homepage. I would think of a function that is in VB that would be useful, then look it up in the help file, and use it. :)
EchoQuote:
Originally posted by anoop007
1. Download PHP from php.net
2. Download the docs in HTML format.
3. Download a PHP server from www.badblue.com (70 kb)
4. Read the docs
5. Download a few scripts from www.hotscripts.com, and have a look at how PHP is written..
That's how i learned it.. might work for you too!! :)