On 2/28/06, Gustav Wiberg <[EMAIL PROTECTED]> wrote:
>
> Hi there guys!
>
> I have used a date-field and a time-field in a mysql-database.
>
>
>
>
> $sql = "UPDATE tbforum SET";
> $sql .= " question=" . safeQuote($frmQuestion);
> $sql .= ", insertDate='" . $dat . "'";
> $sql .= ", insertTime='" . t
On 28/02/06, Gustav Wiberg <[EMAIL PROTECTED]> wrote:
> Hi there guys!
>
> I have used a date-field and a time-field in a mysql-database.
>
> How should I update these fields through php?
> This is my code now (it works fine locally with data on a win-machine, but
> not on Linux at my webhotel - Ti
Hi there guys!
I have used a date-field and a time-field in a mysql-database.
How should I update these fields through php?
This is my code now (it works fine locally with data on a win-machine, but
not on Linux at my webhotel - Time doesn't work at all)
function safeQuote($value)
{
// Str
3 matches
Mail list logo