[PHP] PHP connetion of mySQL

2001-10-24 Thread Kacey A. Murphy
Keep getting this error, anyone know why .. Using dreamweaver and Phakt plugin for PHP and everytime I connect inside dreamweaver it works fine, but once posted to the web I get an error. Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in

[PHP] Query Database and list in Columns

2001-11-02 Thread Kacey A. Murphy
What I am doing is using Macromedia Ultradev 4 and querying a mySQL database and using Phakt (PHP) to code the website. Everything is working as far as pulling the database info and repeating it down the page but it looks as if it is one column. This is how I have the table TABLE | COLUMN |

[PHP] Re: Query Database and list in Columns

2001-11-02 Thread Kacey A. Murphy
This is the repeat code using Dreamweaver and not understand PHP to much but I think this is what you asked for ?php while (($Repeat1__numRows-- != 0) (!$specials-EOF)) { ? font face=Verdana, Arial, Helvetica, sans-serif font size=2 font color=#99 b

[PHP] Adv Paypal Shopping Cart

2001-11-04 Thread Kacey A. Murphy
/success.phpcancel_return=http%3A//ww w.p-traders.com/index.php sincerely Kacey A. Murphy netBuilder's, Inc. You can see what I mean by going to http://www.p-traders.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Math Script

2001-11-04 Thread Kacey A. Murphy
Is this possible what I want this to do is take a price say 10.00 in a field in the mySQL databse and do a math set such as -0.5 * 1 This is in a link and I was echoing the field in the database but how do I put a math thingy in there. ?php echo $products-Fields(itm_aship)? Could I do this

Re: [PHP] Questions per installing on linux (Php 4)

2001-11-04 Thread Kacey A. Murphy
This is what I did when I installed PHP and I already had mySQL on my RAQ3i and it worked like a charm, I hope this helps you, -- you can skip by the mySQL install and move on the PHP install below. Since mySQL for the RAQ3i (especially if you used the BIN from Cobalt) doesn't have a directory

Re: [PHP] Questions per installing on linux (Php 4)

2001-11-04 Thread Kacey A. Murphy
This is what I did when I installed PHP and I already had mySQL on my RAQ3i and it worked like a charm, I hope this helps you, -- you can skip by the mySQL install and move on the PHP install below. Since mySQL for the RAQ3i (especially if you used the BIN from Cobalt) doesn't have a directory

[PHP] Forms, ListBoxes, Validating Errors.

2004-01-16 Thread Kacey A. Murphy
SELECT STATE BOX select name=states[] option value= selectedPlease Select State/option ?=$states_options? /select ?err($errors-state)? -- Kacey A. Murphy Digitalicom Technologies Office: 864.582.5269 Cell: 864.266.7701 Email: [EMAIL PROTECTED] Web: http://www.digitalicom.com

[PHP] RE:AGAIN [PHP] Forms, ListBoxes, Validating Errors.

2004-01-16 Thread Kacey A. Murphy
-Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 6:43 AM To: Kacey A. Murphy Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Forms, ListBoxes, Validating Errors. Hello Kacey, Friday, January 16, 2004, 11:33:22 AM, you wrote: KAM What I have