[PHP-DB] Call to undefined function oci_

2005-06-19 Thread John Cecere
I'm running into a problem with getting Oracle to work with PHP. Specific information on my installation is below. All appearances show that oci support configured, built and installed fine in my PHP build. However, I try to access any oci function and I get something like this: Fatal error: C

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

2005-06-19 Thread -{ Rene Brehmer }-
Documented research indicate that on Thu, 16 Jun 2005 16:20:31 +0100 (BST), babu wrote: > 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 >

[PHP-DB] Mailing list installation error

2005-06-19 Thread Globalvoice101
Dear friends, Mailing list installation is giving error,(Php, Mysql) posted below are error message Script of subscribe and unsubscribe script to send newsletter. mysql table structure Also is there any way I put check box on web page against each email, and those which user or I check only new

RE: [PHP-DB] Re: UPDATE command

2005-06-19 Thread JeRRy
The trick is your using the wrong ' instead you need ` ... go away from kl;->' and go to `->123 ;) The key above the (Tab) key, or the key next to the number 1 above the q. so ... $query="SELECT * FROM bibleverses WHERE `used` = 0 ORDER BY RAND() LIMIT 1"; When I first learned this also

[PHP-DB] Function to create bar chart problem

2005-06-19 Thread Alvaro Cobo
Hi guys. I am a newbie triying to do grown-up people stuff :) I am trying to write a function to create a bar chart using JPGraph where I have to pass two variables (query name, and x axis column name) and the function creates the graphic. It is because I have several queries with diferent leng