Welcome to trap17! If you plan to stay around a while check out the readme file:
http://www.trap17.com/forums/index.php?act...E=01&HID=18firstly i want to say that i found PHP fairly easy to learn, out of all the programming languages ive tried to learn (ive tried a lot but succeeded only in websites really) only HTML has been easier. IMHO PHP is much easier than any C based language, or javascript or Vbasic. I have written a few tutorials on this site that can be found in the tutorials section of the forums but for my begginner tutorial i saved it to my website:
http://www.shadows.trap17.com/tutorials/beginner_tut.php It will tell you exactly what you need to have installed and where to find it and it will take you from knowing nothing and introduce you to variables and how to use them and display things to the user and show you how to build a dynamic website (EG like: yoursite.com/modules.php?mod=page1 style).
That will teach you the basics. After that experiment with stuff and check out Tizag.com:
http://www.tizag.com/phpT/syntax.php (to go to the absolute begginer part take off "syntax.php" and it will start from the basics.)
There are so many tuts at Tizag if you follow them all you will be able to use databases and read/write files, variables manipulation, arrays, loops, IF statements etc.... It really is a good site.
And thats that! A few tips: Download the XAMPP server package. As both links above say you need to have a server installed on your computer (it couldnt be easier i tell you!) Basically google "XAMPP" and download the installer for your operating system from the apachefriends website. That includes the Apache (web) server used to run PHP, the mysql server used for databases (you cant really use MS Access or anything like that for PHP, needs to be a server) an FTP server and a mail server. It's like a one click installer and you cant go wrong. I also suggest a syntax highlighted editor. My personal choice is PHPdesigner:
http://www.mpsoftware.dk/phpdesigner_personal.php totally free for non comercial works and its brilliant. Those are the two programs i use and ive never had a problem so far.
Good luck with PHP and if you have any problems just ask on the forums, there are a few of us PHPers around and always willing to help, and welcome to T17

Remember to read the readme!
Reply