View Full Version : CSS and PHP?


Miss_Thang
06-19-2004, 02:01 AM
I'm coding my site using CSS but I want it to have .php instead of .html or .htm

Can I do that? If so how? I know Lissa has a part in her site where it show's you how to convert html to php, if anyone know's can they tell/show me. Thnx!

And can I use .php while coding with CSS? (lol i know that may sound stupid but i wanna know...lol) thnx!

Dude128
06-19-2004, 03:24 AM
what do you want to use PHP for? any .php page is still based on HTML code, with additional PHP code where it's needed. to change the file extension, just rename it...

and you can use CSS, just like you normally would...

you'll have to be more specific as to what you're trying to do :)

Miss_Thang
06-19-2004, 04:34 AM
ok umm...i want my pages to have the extension .php (like the contact page and stuff i'm making a form and i want to use php) do u know where it's at on lissa's site?

pb&j
06-19-2004, 05:11 AM
yes, you are fine for having a .php instead of .html or .htm AND still able to use css as you desire.

darkwolf
06-19-2004, 05:31 AM
Just rename the file WHATEVER.php from WHATEVER.html

Miss_Thang
06-19-2004, 03:50 PM
ok thank u all!