Jump to content

PleaseHelpPlease

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

PleaseHelpPlease's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. We have a time variable in the database, its default is set to NULL. When we perform an update, the value it will get assigned to is dependent on a variable. This variable is either a time in the format HH:MM:SS, or just a blank string. We have no problem updating when its in the time format, however when its a blank string, we want the value in the DB to be updated to NULL. Instead however it becomes 00:00:00. Any suggestions?
  2. We have a value in our DB called website, it is in the form www.whatever.com, we want to display as the value in DB but also be a link to that site. this is the code we have, any suggestions? $web = $info['Website']; <a href="$web"></a>
×
×
  • 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.