Re: - Mailing list pgsql-php

From Cornelia Boenigk
Subject Re:
Date
Msg-id 004201c1e655$91295be0$aec1fea9@zwerg98
Whole thread Raw
In response to  ("Hillensbeck, Preston" <PHillensbeck@sfbcic.com>)
List pgsql-php
Hi Preston

@$sql="INSERT INTO checking VALUES('$check_date', '$check_num',
'$check_pay', '$check_amount', '$check_trans_type');";

Try your INSERT without '' around '$check_amount'. The quotes are only
used for character-types but not for numeric data.

Regards
Conni


pgsql-php by date:

Previous
From: "Hillensbeck, Preston"
Date:
Subject:
Next
From: "Hillensbeck, Preston"
Date:
Subject: Re: