|
Posted by J.O. Aho on 11/21/06 13:13
Matt wrote:
> I have been developing for the web for a few years, mostly HTML,
> Javascript, and ASP.NET, so I have a little bit of experience in server
> side scripting, but have never used PHP. Are there any good refrences
> for beginners, or tips you guys could give me as I start to venture
> into this land.
Of course the on-line manual with user comments is valuable asset and for you
who used a lot of visualbasic you could use asp2php, it's a tool that takes a
visualbasic script and converts it to php (of course not 100% accurate), but
you will see how things differers in the two languages. IMHO PHP was quite
similar to C, so after understanding how the variables was sent from script to
script, I haven't had any major difficulties.
You could take a look at http://www.w3schools.com/php/default.asp not sure how
useful it is.
And this page is good for globals that are used fro get browser information
and transferring data between scripts
http://www.php.net/manual/en/reserved.variables.php
//Aho
Navigation:
[Reply to this message]
|