|
Posted by Rik on 10/26/06 19:06
IchBin wrote:
> Sorry, I am a Java programmer and very new to php and was wondering
> with these questions. How do you typically integrate CSS into a PHP
> script. Do you embed it or reference a external CSS file? Have an
> include script to dynamically generate it. How do you have it work
> with a HTML FORM? Sorry, I have no clue as of yet. I have just
> started to research it.
PHP is not linked to CSS in any way.
PHP generates/handles code, and spews back what's asked of it. If you want
the output html documents, just make sure there's a correct link in the
header like with static HTML documents.
Both HTML & CSS are rendered in the client's browser, so all you have to do
is provide the correct output.
--
Rik Wasmus
Navigation:
[Reply to this message]
|