Search results

  1. C

    mySQL PHP adding current time to table to my code?

    Hi everyone, so am having a little trouble here, i had the following working line of code in php and mySQl: ------------------------------------------- $query = "INSERT INTO analyses (analysis, username, success, series, plates, replicates) SELECT '$tmpdir', 'unknown', 0, series, plates...
  2. C

    mySQL PHP adding current time to table to my code?

    Hi everyone, so am having a little trouble here, i had the following working line of code in php and mySQl: ------------------------------------------- $query = "INSERT INTO analyses (analysis, username, success, series, plates, replicates) SELECT '$tmpdir', 'unknown', 0, series, plates...
Back
Top