control css with php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cantaladie9
    New Member
    • Jul 2006
    • 3

    #1

    control css with php

    i'm new to php and would like to add a function to my site that allows users to change the style e.g font size and colour etc and then be able to log on at another time to activate their style or create new ones, can anyone help with the best way to approach this?
    thanx
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Hi there,

    I would suggest you using javascript to remember user settings.. make use of cookies.. the most easiet way i would say.. good luck my fren.. :)

    Comment

    • lephap99
      New Member
      • Jul 2006
      • 2

      #3
      Originally posted by cantaladie9
      i'm new to php and would like to add a function to my site that allows users to change the style e.g font size and colour etc and then be able to log on at another time to activate their style or create new ones, can anyone help with the best way to approach this?
      thanx
      Hello .
      if you want to change it (color, size) for user.
      You can code : we have many ways
      I only example for color
      1/ function :(not database).
      user type in text box (in a form)
      -- Bgcolor of page: <boby bgcolor="<?$HTT P_POST_VAR['nameoffieldtex t']?>>.
      Ok, maybe you release it.
      2/ With database:
      You make 1 table : confix(id, confixName, confixValue);
      and ... If you want note description. You can mail for me. lephap99@gmail. com
      Good luck to you

      Comment

      • raxec
        New Member
        • Jul 2006
        • 2

        #4
        Hey i got one for you that works like the one in MSN.com if that would work for you just re post and i'll post it or just e-mail me .

        www.soportecr.c om/xml/color.php

        Comment

        • cantaladie9
          New Member
          • Jul 2006
          • 3

          #5
          Originally posted by raxec
          Hey i got one for you that works like the one in MSN.com if that would work for you just re post and i'll post it or just e-mail me .

          www.soportecr.c om/xml/color.php
          that would be really good if u could e-mail it to on cantaladie9@hot mail.com,
          thanx alot

          Comment

          Working...