Re: Bad date external representation

Поиск
Список
Период
Сортировка
От V i s h a l Kashyap @ [Sai Hertz And Control Systems]
Тема Re: Bad date external representation
Дата
Msg-id 40E90D8E.4070707@sancharnet.in
обсуждение исходный текст
Ответ на Bad date external representation  ("Elijah O. Alcantara" <elijah@asti.dost.gov.ph>)
Ответы Re: Bad date external representation  ("Elijah O. Alcantara" <elijah@asti.dost.gov.ph>)
Список 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


В списке pgsql-php по дате отправления:

Предыдущее
От: "Elijah O. Alcantara"
Дата:
Сообщение: Bad date external representation
Следующее
От: "Elijah O. Alcantara"
Дата:
Сообщение: Re: Bad date external representation