Mobile app version of vmapp.org
Login or Join
Sent6035632

: Should I learn html/css before php even for using database? I have seen lots of questions about this topic and all of them were asking whether someone, who wants to use PHP for "building web

@Sent6035632

Posted in: #Css #Database #Html #Mysql #Php

I have seen lots of questions about this topic and all of them were asking whether someone, who wants to use PHP for "building web pages", should learn HTML first, or not?

Most of the answers said yes, because most of the time you make web page with both PHP and HTML (and maybe CSS).

However, if I just want to use PHP for contacting to My Database (for example MySQL) and nothing more, should I first learn any HTML or CSS, or not?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent6035632

2 Comments

Sorted by latest first Latest Oldest Best

 

@Kaufman445

It's never bad to know the basics of HTML/CSS, but if you really just use it for database communication, I don't really see the need to learn it.

10% popularity Vote Up Vote Down


 

@Twilah146

You can learn PHP without learning HTML / CSS.

If you are just doing simple database operations without making any web pages / web interface to your application, then PHP only is fine. So, you would be practically restricted to running PHP scripts via command line.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme