Re: [PHP-DB] PHP 5.2.6 integrating MYSQL 5.0.51b on APACHE 2.0.63 + Windows XP SP2)

2008-05-14 Thread Jeff88
jeff88 wrote: chris smith-9 wrote: Did you restart apache? Stupid question I know but best to check. Any errors in the apache logs? Did you edit the right php.ini file? Look at the phpinfo() page and see which file it's loading from. --- I did restart the Apache and even the pc. I

Fwd: [PHP-DB] PHP 5.2.6 integrating MYSQL 5.0.51b on APACHE 2.0.63 + Windows XP SP2)

2008-05-14 Thread Isaak Malik
-- Forwarded message -- From: Isaak Malik [EMAIL PROTECTED] Date: Wed, May 14, 2008 at 4:07 PM Subject: Re: [PHP-DB] PHP 5.2.6 integrating MYSQL 5.0.51b on APACHE 2.0.63 + Windows XP SP2) To: Jeff88 [EMAIL PROTECTED] Make sure that you have httpd.conf correctly configured to load

[PHP-DB] Shopping cart shipping logic

2008-05-14 Thread Ron Piggott
I need help writing a mySQL query and syntax that will determine the shipping packing selected and will then determine the cost to ship. I have assigned dollar values to various packaging. I have a designed the following table which contains various packaging, the maximum size (in centimeters)

[PHP-DB] Re: Shopping cart shipping logic

2008-05-14 Thread Ron Piggott
I have just made a change that I realize is going to be necessary for the shipping logic queries. I have added packaging_type int(1) into the table. Value 1 is for poster tubes; Value 2 is for all other shopping_cart_packaging_options: reference int(2) packaging_name varchar(50)