Hi, I have a website that I want someone to design and this person only offers html/css, I have a few questions for security is it better to have html/css or php? My design will incorporate a web hosting design, selling shared hosting, e-commerce with no shopping cart on there, I will be using WHMCS for billing. And just like to know which would be best for my needs. Do you think the html/css can be converted into php hard coded?
You can NOT create ANY web page without HTML. You MUST use CSS to make it pretty. PHP runs on the web server ONLY and adds functionality to the web page what HTML cannot do on its own. No one EVER converts web pages from html/css to php.
Security wise is html/css good, I know I could use php and html but what is php for on a site security, scripts do i need it.
If you need Just Information site then HTML/CSS is best fit to you. But as you are asking a CMS and Security then you will surely need any scripting language like PHP, JSP or ASP. HTML/CSS is far better for a small site frm 5-50 pages but if you want a big website and wanna update it yourself you need to built it in PHP.
As per my knowledge HTML is used to create web pages and without HTML you cannot put any language whether it is scripting language like PHP or any other language using for website building.CSS represents the HTML element in different format.So, in my suggestion HTML+ CSS + PHP is a good combination for your website.
An HTML/CSS site can be secure. The difference isn't in security, it's in functionality. An HTML/CSS site is a snapshot, a PHP page is interactive - it can actually do things. If you want to sell (anything) you need server-side coding, like PHP. Converting HTML/CSS to PHP is as simple as <?php //insert your HTML/CSS page here ?> PHP: It won't do anything, it'll just be a PHP page that creates your HTML/CSS page. (It's like taking a snapshot of a movie on the screen - it's still a snapshot.)