Jump to content

Need help with PHP/forms and CSS


gibson98

Recommended Posts

Hi,

 

What I have is an area where users can style there own web page on there site. At the moment they have to know css to be able to style it. What I would like to do is have a dropdown list with templates in. This would then write to the area where the CSS originally goes and then when i press update it writes the CSS into the head of the PHP page.

 

Does anyone have any ideas of how i may achieve this?

 

Many thanks

Joe

Link to comment
https://forums.phpfreaks.com/topic/94229-need-help-with-phpforms-and-css/
Share on other sites

First of all you need to save a bunch of CSS templates. Then you need to add a column to the database table that holds the users information. In this column you store the id of the CSS template that they have requested. Finally, while loading the head of the each page, you do a query to the database to find out which CSS template they have set, and then load the appropriate template based on that.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.