From: | "V i s h a l Kashyap (at) [Sai Hertz And Control Systems]" <sank89(at)sancharnet(dot)in> |
---|---|
To: | "Elijah O(dot) Alcantara" <elijah(at)asti(dot)dost(dot)gov(dot)ph> |
Cc: | pgsql-php(at)postgresql(dot)org |
Subject: | Re: Bad date external representation |
Date: | 2004-07-05 08:13:02 |
Message-ID: | 40E90D8E.4070707@sancharnet.in |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
Dear Elijah ,
>Code:
>
>
>>$query = "Select date_created from organizationinfo where ctrl_no =
>>'$ctrl_no'";
>>$date_created = pg_Exec($connectGovPH, $query);
>>
>>$query = "Select date_modified from organizationinfo where ctrl_no =
>>'$ctrl_no'";
>>$date_modified = pg_Exec($connectGovPH, $query);
>>
>>
fetch results by pg_fetch_result and then insert the data
>>$query = "Insert into temp_organizationinfo
>>VALUES('$ctrl_no','$organization_name','$domain_name','$loginID','$loginPassword','$date_created','$date_modified',4)";
>>pg_Exec($connectGovPH, $query);
>>
>>
--
Best Regards,
Vishal Kashyap
Director / Lead Software Developer,
Sai Hertz And Control Systems Pvt Ltd,
http://www.saihertz.com
Yahoo IM: coeb_college[ a t ]yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Elijah O. Alcantara | 2004-07-05 09:09:50 | Re: Bad date external representation |
Previous Message | Elijah O. Alcantara | 2004-07-05 08:06:28 | Bad date external representation |