Jump to content

davidhemphill

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

davidhemphill's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Awesome! Got it to work by changing some lines and adding some addslashes() action! Thank you very much.
  2. Thanks. That helps alot in giving me an idea of how to approach it. I will check back if I can get it to work or not.
  3. Okay so I'm creating a simple content management system and I've run into a problem. I've created functionality that will allow the user to have multiple weblogs and to specify their own data model. For instance, one weblog may have the fields: title, body, body_extended, and another might have just: title, and description, it all depends on the user's need. After submitting the information in the entry form I need to be able to take the variables that are post and stick them in their respective fields in the database without defining variables for them in the script. So if they enter data for title, body, and body_extended that information gets put in database fields of the same name. Does that make sense?
×
×
  • 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.