[PHP-DB] Re: [PHP] setup connection to sybase

2003-03-13 Thread Ray Hunter
With the installation of sybase on the windows 2000 server (client installation) you will get an interfaces file that contains all the information for connecting to a sybase database. Make sure that you have the sybase client installed on the windows 2000 box that is running PHP. -- ray On

Re: [PHP-DB] string

2002-07-21 Thread Ray Hunter
list( name, rest ) = explode( '@', $email ); name = everything before the @ rest = everything after @ .: B i g D o g :. - Original Message - From: bo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 21, 2002 4:42 PM Subject: [PHP-DB] string Hi, for any email end with

Re: [PHP-DB] Graphing data

2002-07-10 Thread Ray Hunter
I have used jpGraphs with tons of success. These are functions or classes that you can call in your php code... http://www.aditus.nu/jpgraph/ -- RAY HUNTER - Original Message - From: [EMAIL PROTECTED] To: PHP_DB [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 9:41 AM Subject: [PHP

RE: [PHP-DB] MySQL won't return results to screen.

2002-06-07 Thread Ray Hunter
Edit your php.ini and log all errors to a file and then review the filesalso you can turn on all errors and warnings to be displayed---this has helped me many times... Thank you, RAY HUNTER -Original Message- From: Blaine Dinsmore [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07

RE: [PHP-DB] replication questions

2002-05-20 Thread Ray Hunter
Answer to your questions: 1. Yes they can have dbs that each other does not know about. 2. Follow the instructions on setting up replication in mysql docs. They are easy to set up... Regarding the development db's...they are development and they should be on only one server. Why would you want

[PHP-DB] Re: please help!

2002-04-23 Thread Ray Hunter
Also try using the exec command with an array and that will provide the result for you so you can verify if the command was successful using php... Check here: http://www.php.net/manual/en/function.exec.php BigDog Josh Evans [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

[PHP-DB] Re: Saving DB Resuts to a file

2002-04-15 Thread Ray Hunter
Chris, You will want to use the file i/o functions to write to a file and save the db info to a file. http://www.php.net/manual/en/function.fwrite.php Ray BigDog Hunter Chris Payne [EMAIL PROTECTED] wrote in message