[PHP-DB] how to use ocirowcount method in oci8 functions

2005-07-26 Thread babu
Hi all, I have seen in the documentation ocirowcount method works only with update statements. which method should be used for select statement to know the number of rows returned by a select statement. or how to use ocirowcount for select statements. thanks for help babu

[PHP-DB] maximum allowlable length of any database account password

2005-07-21 Thread babu
to some 10 bit for creating and checking the database account. Thanks babu. - Yahoo! Messenger NEW - crystal clear PC to PCcalling worldwide with voicemail

[PHP-DB] a basic question

2005-07-03 Thread babu
asswd, $db))) and ($stmt = ociparse($conn, $sqlstmt)) thanks babu - Yahoo! Messenger NEW - crystal clear PC to PCcalling worldwide with voicemail

[PHP-DB] abstract php code for different databases

2005-06-28 Thread babu
babu - Yahoo! Messenger NEW - crystal clear PC to PCcalling worldwide with voicemail

Re: [PHP-DB] registration form with activation code sent to user

2005-06-16 Thread babu
Ya joseph u r right, i am thinking of the url to be generated to be send to the user. I followed u r steps but did not understand some points. >>2.) Store that string to the database somewhere where to store in database, i mean when the user clicks the activation code how to check the us

[PHP-DB] registration form with activation code sent to user

2005-06-16 Thread babu
Hi , I have seen many forums, where the user can register and a message will be displayed that the user will get an activation code through email, by which he can complete his registration. How this can be done using php.I am eager to know. Thanks. -

[PHP-DB] unable to login to oracle database using php.

2005-06-15 Thread babu
Hi, I have a small problem. I am trying to connect to oracle using php.i get strange results.please see the code below. code: function check_database($login,$password) { global $db; echo"checking authentication "; $conn = ocilogon($login,$password,$db); echo "$conn"; if (!$conn) { echo("Error

[PHP-DB] parse error in create statement.

2005-06-14 Thread babu
HI, Whats the error in this code. "$sqlstmt= "CREATE USER ".$adduser." PROFILE DEFAULT IDENTIFIED BY ".$addpass." DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP QUOTA UNLIMITED ON USERS ACCOUNT UNLOCK;

[PHP-DB] xml to mysql tables using php

2005-06-12 Thread babu
Hi all, I have seen in zend.com about parsing an xml document using php. i have also seen an interesting article which uses perl or java to move data from xml to database and vice versa. Does php has such functions to do so. Thanks - How much f

[PHP-DB] Client username

2004-11-20 Thread Ganesh Babu Nallamothu, Integra-India
Hi all, How to find the login name of client machine in php? Regards, Ganesh -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Refreshing Problem

2004-10-18 Thread Ganesh Babu Nallamothu, Integra-India
Dear All, First time I have entered the values to DB through form. If I refresh once again one more time it is getting inserted. How to solve this problem? Ganesh -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php