Have general questions about web design? Need help figuring out how to lay your site out, what style to use or how to make an image? Need help picking between photos for your homepage? Post your question here!
So I have decided I need to learn PHP. Do cascading style sheets work with PHP? I haven't gotten into PHP at all, but will the rules I set up in a *.css apply to a webpage written in php? Any thing that is excluded (like the echo thing)?
PHP has no relation to CSS. PHP runs on the server whereas CSS runs (kind of...it's not a scripting or programming language) on the client. If your PHP script generates valid XHTML, then CSS can style it.