Re: [PHP-DB] Retreving X, Y, Z from the Geometry column in oracle 10g

2008-02-20 Thread santosh
Following is sample code. oci_fetch_array returns resultset in array form. Details are available on http://in2.php.net/manual/en/function.oci-fetch-array.php "; echo $row[1]." and ".$row['NAME']." is the same"; } ?> Santosh - Original Message --

Re: [PHP-DB] this is arafat

2007-08-13 Thread santosh
Hello, I understand for your question that u want to print whole page. It can be easily done using javascript like this. Untitled Document - Original Message - From: "arafat uddin" <[EMAIL PROTECTED]> To: Sent: Monday, A

Re: [PHP-DB] Problem with reading out value from urlline

2007-08-06 Thread santosh
Try this code $id=$_REQUEST['id']; echo $id; I find it working well. Santosh - Original Message - From: "Ruprecht Helms" <[EMAIL PROTECTED]> To: Sent: Monday, August 06, 2007 2:52 PM Subject: [PHP-DB] Problem with reading out value from urlline Hi,

[PHP-DB] display fetched data in excel format

2007-07-05 Thread santosh
can be created dynamically and pass as argv. Thanks Santosh