. 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
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
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
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/
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
:
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]
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]
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
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
> 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
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
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
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
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
14 matches
Mail list logo