Click to See Complete Forum and Search --> : php for idiots
benneke
12-10-2002, 12:15 PM
are there some sites who explains php for idiots??? and for builing a site in php with dreamweaver?????
i am able to do java, css, html, and a little asp, but i wanna do PHP
Grizzly
12-10-2002, 12:57 PM
As far as I know, you have to become less of an idiot :p
You need to learn the actual mechanics of the language if you want to get anything done.
Skeelo
12-10-2002, 04:10 PM
If you are trying to be an idiot, using Dreamweaver for PHP would definitely be a good way!
You should learn to code in a text editor, using a wysiwyg editor is the 100% half-assed way of doing it. I am told O'Reillys book on PHP is a great way to start, as well as php.net. :cool:
HTML Goodies (http://htmlgoodies.earthweb.com/usersubmit/php.html) is a good site for all beginner coding and scripting tasks. I've been learning a bit of HTML from it. The link I showed you goes directly to the PHP tutorial.
Jeckyll
12-13-2002, 04:46 AM
php.net is definitely the best on line tutorial. If you're running on Windows, you can use Editplus (Editor) and MySQLFront (instead of phpMyAdmin)
anfpunk
12-13-2002, 10:26 AM
http://phpfreaks.com is pretty good.
angomeka
12-13-2002, 11:54 PM
Originally posted by anfpunk
http://phpfreaks.com is pretty good.
that site is very good ;)
bIOHZRd
12-16-2002, 06:07 PM
Using DW for php is not being an idiot, it color codes php for you. Not that other editors for free don't but hey. the WYSIWYG part of it doesn't even apply to the php side, only html/css. Next time try looking into it before saying something like that.
bIOHZRd
12-16-2002, 06:09 PM
OK now for some actual helpful links...
anfpunk hit the best one on the head (cough thief cough)
some others...
http://www.free2code.net/tutorials/php
http://php.resourceindex.com/ <---excellent for examples
Happy coding :)