View Full Version : PHP Discussion
Powered
02-23-2007, 07:47 PM
Hi,
My website should be ready soon in CSS/HTML but I want to move it onto PHP, but how difficult or easy is PHP. How does it compare to CSS/HTML?
Are there any complete beginner guides to PHP?
Nightfire
02-23-2007, 07:56 PM
http://devzone.zend.com/node/view/id/627
Read and do the 101 tutorials on there :)
Can't compare php with html or css as they're completely different. HTML and CSS are clientside 'languages' where as PHP is parsed by the server.
CFMaBiSmAd
02-23-2007, 08:02 PM
See posts #6 and #9 at this recent thread - http://www.codingforums.com/showthread.php?t=107773
PHP is a programming language. PHP outputs valid HTML/CSS/Javascript content to a browser.
Karen S. Garvin
02-23-2007, 08:47 PM
101 lessons? OMG... oh, it's level 101 (http://http://devzone.zend.com/node/view/id/627)... good link :thumbsup:
bugman
02-24-2007, 12:00 PM
Just a note that, if you're comfortable with client-side javascript syntax, you shouldn't find PHP hard to learn at all. And all you have to do to get started is to change the page extension to '.php'. Of course, there's not much happening server-side at that point.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.