How many PHP coders are there here?

Spudster said:
PHP is easy once you get used to it

I agree but it is much easier if you have a background in html/css. The hardest part is debugging. I have had scripts that I wrote in minutes but chased errors for hours afterwards 😛
 
You know, I've never actually taken the time to learn PHP but I know all of HTML and nearly all of CSS. There should be a separate topic for CSS - It's much harder.
 
Austin01 said:
Actually CSS is fairly simple to learn, php is the harder of both HTML and CSS 🙂

Because HTML and CSS are just for appearance, whereas PHP actually handles the task. In other words its a server side script. 😀
 
I Agree kavin

HTML Is the template part but once you click the submit button it sends it to the PHP Page to be processed
 
Spudster said:
I Agree kavin

HTML Is the template part but once you click the submit button it sends it to the PHP Page to be processed

Hmm. You can have HTML in a PHP file. So, "once you click the submit button it sends it to the PHP Page" won't be fully relevant.
 
Back
Top Bottom