Re: [PHP] Check out system for Shopping Cart

2009-05-21 Thread Lex Braun
Vernon, CC messages to php-general to keep responses on-list. See my comments inline. On Thu, May 21, 2009 at 12:06 PM, Vernon St.Croix wrote: > > I have amended as you advised and the mysqli errors are now gone. Thanks > for that. > > I however have another one I can't get rid of: > > > *Warnin

Re: [PHP] Check out system for Shopping Cart

2009-05-21 Thread Lex Braun
On Thu, May 21, 2009 at 7:32 AM, Vernon St.Croix wrote: > *Warning*: mysqli_query() expects parameter 1 to be mysqli, object given > in *C:\wamp\www\draft\checkout.php* on line *26* > > ***for the script > > > include("mysql.class.php"); > > include ("header.php"); > > > > //include (

[PHP] Check out system for Shopping Cart

2009-05-21 Thread Vernon St . Croix
Can you please help with my checkout script. I have been getting errors as shown below: Warning: mysqli_query() expects parameter 1 to be mysqli, object given in C:\wamp\www\draft\checkout.php on line 26 Warning: mysqli_affected_rows() expects parameter 1 to be mysqli, object given in C: