Re: [PHP-DB] Multiple Update SQL Statements Execution

2008-11-20 Thread Thodoris
Hi, I am inquiring on this list to see if it is possible to create a script that takes multiple update statements without my having to write one SQL statement for each of the updates. If you want to reuse the same SQL query by just changing the parameters you may consider using the

Re: [PHP-DB] oci_connect

2008-11-20 Thread Fred Silsbee
IT WORKS! in the file /etc/rc.d/init.d/httpd I inserted statements starting with export position indicated by the surrounding code. # Path to the apachectl script, server binary, and short-form for messages. apachectl=/usr/sbin/apachectl httpd=${HTTPD-/usr/sbin/httpd} prog=httpd

[PHP-DB] php script to automate the loading of gpx/shp to postgres using ogr2ogr

2008-11-20 Thread S.Reena
Hi All, I want to automate the conversion of gpx/shp file to postgres database..as when user uploads the file to a specified folder...ogr2ogr command is activated to convert gpx to postgres Can any1 suggest some script or something for this (using php ) ...Also whether OGR/PHP extension will

Re: [PHP-DB] php script to automate the loading of gpx/shp to postgres using ogr2ogr

2008-11-20 Thread Chris
S.Reena wrote: Hi All, I want to automate the conversion of gpx/shp file to postgres database..as when user uploads the file to a specified folder...ogr2ogr command is activated to convert gpx to postgres Can any1 suggest some script or something for this (using php ) ...Also whether