RE: [PHP-DB] Fatal Error: Class 'mysqli' not found in...

2007-02-19 Thread Ralph E. Brickley
. Problem solved. Thanks for all the help. I do laugh at my calamity... thought I must cry too! -Original Message- From: John Comerford [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 3:33 PM To: Ralph E. Brickley Cc: [email protected] Subject: Re: [PHP-DB] Fatal Error: Class

[PHP-DB] Fatal Error: Class 'mysqli' not found in...

2007-02-19 Thread Ralph E. Brickley
ndows, System32, System, C:\PHP5, C:\PHP5\EXT\, everywhere. I'm stuck and need help. I uninstalled MySQL 5 and put 4.1 back on and that didn't help either. Any clues? Thanks! Ralph McMinnville

RE: [PHP-DB] Date Conversion

2006-05-16 Thread Ralph Brickley
ADDENDUM: To Convert your date string, use the associate array: $months_arr = array("January"=>01, "February =>02...); $month = $months_arr["February"]; * Replace $months_arr["February"] with $_POST["Month"]; // Output $month = 01; Ral

RE: [PHP-DB] Date Conversion

2006-05-16 Thread Ralph Brickley
A simple associate array would work as well, although not quite as elegent. $months_arr = array("January"=>01, "February"=>02...); -Original Message- From: Mark Bomgardner [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 12:35 PM To: Php-Db Subject: [PHP-DB] Date Conversion PHP 4.4/

RE: [PHP-DB] Cannot connect to MySQL using

2006-03-29 Thread Ralph Brickley
It looks right on the function use, but you may want to check the installation of the mySQL service to ensure you have the right setup. There is normally always a password on root. Also, I would be a little more careful of pasting your IP Address into a message forum. I'm sure we are all honest pe

[PHP-DB] MySQL - Unable to run service

2006-03-15 Thread Ralph Brickley
: Error 1067: Unable to start service on Local Computer. Anyone have an idea about that? That user logged in is the comp administrator. Ralph E. Brickley A&E Security and Electronics (503) 472-6439 / (877) 472-6439 (503) 519-3914 Cell (503) 472-3570 Fax [EMAIL PROTECTED]

RE: [PHP-DB] data picker

2006-02-13 Thread Ralph Brickley
I currently use a Javascript date picker class that a friend sub developed. If anyone is interested, email me and I'll email the java files back. -Original Message- From: Bastien Koert [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 8:20 AM To: [EMAIL PROTECTED]; [email protected]

Re: [PHP-DB] isset or ! isset what is my problem?

2006-01-03 Thread Ralph
Actually this has nothing to do with rows. I'm just trying to substitute a value when a query returns an empty value. On Jan 3, 2006, at 5:24 AM, El Bekko wrote: On Monday 02 January 2006 7:54 pm, Ralph wrote: I'm building a URL based on data extracted from mySQL and I wan

[PHP-DB] isset or ! isset what is my problem?

2006-01-02 Thread Ralph
I'm building a URL based on data extracted from mySQL and I want the text space.gif used as my default value should the variable $picture by NULL. The results of the code below kick back a value for $picture when it is set in the database, but ignores the space.gif if the database result

[PHP-DB] Re: Dynamic Drop Down Box

2002-03-05 Thread Ralph Friedman
> would be populated with Explorer, Expedition, Ranger, etc.). > something like SELECT Model FROM MyTable WHERE Manufacturer='Ford' -- Rgds Ralph -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: WHERE clause

2002-03-04 Thread Ralph Friedman
uery. If you want or need to retrieve all the rows in the data base, your "SELECT" statement is sufficient. -- Rgds Ralph -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Retrieving a date.

2002-03-04 Thread Ralph Friedman
mply plugging "php" "mysql" "tutorial" (without the quotes) into google (or whatever search engine you prefer) should turn up all the information that you could possibly use. -- Rgds Ralph -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Date Ranges

2001-05-02 Thread Ralph Guzman
if you have a table with a date field, you can write a query that will look something like this: // assuming these dates $start_date = '2001-02-05'; $end_date = '2001-07-05'; // sql query SELECT * FROM events_table WHERE date_field >= '$start_date' AND date_field <= '$end_date'; this would resu

[PHP-DB] PHPub: A Zend IDE/DEBUGGER Alternative

2001-01-31 Thread Ralph Guzman
I am glad to see others working on alternatives to the highly cost Zend products. I came across PHPub, a PHP IDE/Debugger which I've never seen mentioned on this list. Even though it is still not ready for final release, it's seems pretty stable. Great Features. One of it's cool features is a b