19.11.2016, 23:29
Quote:
Hm. I've tried all that.
My current structure goes like this; Main Folder - index.php - .htaccess Sub Folders - functions -> header.php & footer.php - images - stylesheets - server - admin -> (with all the admin files inside) |
PHP код:
<link rel="stylesheet" type="text/css" href="stylesheets/style.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/menu_css.css" />
Also keep in mind, every piece of PHP code will never be reached to the user, PHP is server-side. HTML and JavaScript are client-side.