Do I need to know html to learn php? If so what is it that I need to know?
I looked at one site and it says you need some basic but it does not say what.
I know some C (taking a class in it know.) And some C++ (it was just a class to introduce programming concepts.)
Need to know html to learn php?
Started by cook777, Mar 20 2009 11:34 AM
11 replies to this topic
#1
Posted 20 March 2009 - 11:34 AM
|
|
|
#2
Posted 20 March 2009 - 11:48 AM
No, but i would recommended it, html isnt that hard realy might aswell learn it, but its up to you.
#3
Posted 20 March 2009 - 12:42 PM
to program PHP, you don't need any HTML knowledge, but, then you can't have your PHP result in web pages. php is mainly a language used for generating html for web pages.
although, it could be used for other purposes. but it's not usual.
I prefer that you start learning HTML. a great site is W3Schools Online Web Tutorials.
although, it could be used for other purposes. but it's not usual.
I prefer that you start learning HTML. a great site is W3Schools Online Web Tutorials.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#4
Posted 20 March 2009 - 01:19 PM
Not at all!
PHP can be used for other things like console programming and GUI programming that don't require knowing HTML.
If you want to use PHP to make web pages you need to know HTML since PHP outputs HTML.
PHP can be used for other things like console programming and GUI programming that don't require knowing HTML.
If you want to use PHP to make web pages you need to know HTML since PHP outputs HTML.
#5
Guest_Jordan_*
Posted 20 March 2009 - 01:35 PM
Guest_Jordan_*
Not many people use PHP in CLI mode nor do they generally use it fro GUI applications using PHP-GTK. I agree with what Orjan stated. Also, consider what the "H" means in PHP. :)
#6
Posted 20 March 2009 - 01:36 PM
Correct,
but it is possible to use PHP in CLI mode. So you don't need to know HTML to use PHP. Though it wouldn't hurt to know HTML.
So go learn some HTML. :)
but it is possible to use PHP in CLI mode. So you don't need to know HTML to use PHP. Though it wouldn't hurt to know HTML.
So go learn some HTML. :)
#7
Posted 20 March 2009 - 01:39 PM
Yeah, if your goin to use php-gtk, depending on what you want to use it for realy...its good for using php sockets
#8
Posted 20 March 2009 - 02:55 PM
Chili, did you miss my passus that it can be used for other things, but it's unusual?
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#9
Posted 21 March 2009 - 02:59 AM
Ok I think I will then. :)
Thanks to everyone that answered.
Thanks to everyone that answered.
#10
Posted 28 March 2009 - 05:39 PM
Np :D, btw, the best thing to do is to download free web templates and look at the code to see how they work, thats what i did.
#11
Posted 28 March 2009 - 05:59 PM
killcode said:
Np :D, btw, the best thing to do is to download free web templates and look at the code to see how they work, thats what i did.
Free web templates?
#12
Posted 30 March 2009 - 12:24 PM
cook777 said:
Do I need to know html to learn php? If so what is it that I need to know?
I looked at one site and it says you need some basic but it does not say what.
I know some C (taking a class in it know.) And some C++ (it was just a class to introduce programming concepts.)
I looked at one site and it says you need some basic but it does not say what.
I know some C (taking a class in it know.) And some C++ (it was just a class to introduce programming concepts.)
to program PHP, you don't need any HTML knowledge...


Sign In
Create Account


Back to top









