Jump to content

Influx

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

About Influx

  • Birthday 01/27/1986

Contact Methods

  • AIM
    danycm8
  • MSN
    influx@shaw.ca
  • Website URL
    http://

Profile Information

  • Gender
    Not Telling
  • Location
    Canada

Influx's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. if you need to connect use this... [php:1:a7ebf38d4e] $host = \"localhost\"; $user = \"USER\"; $pass = \"PASSWORD\"; $db = \"DATABASE NAME\"; $connection = mysql_connect($host,$user,$pass); $base = mysql_select_db($db,$connection); [/php:1:a7ebf38d4e]
  2. Try this... If this is part of your script add it here... $order_num=313.517; $radio=1; $tmpDateTimeVal=date("Y-m-d H:i:s"); $query2 = mysql_query("INSERT INTO tblPrint (OrderNum, PrinterNum, DateTimeVal) Values (\'$order_num\',\' $radio\', \'$tmpDateTimeVal\' )");
×
×
  • 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.