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
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.