[PHP] Re: Undefined variable

2002-10-09 Thread Steve Yates
"Muhammad Khairuzzaman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I worked, but i dont get it, why use $_POST['name'] or $_GET['name'] when If you set a variable inside your script called $validuser=true, how would you know if that was POSTed to your

Re: [PHP] Re: MySQL back up

2002-10-09 Thread Owen Prime
Haven't really been following this thread but you may want to make sure that 1. mysqldump & gzip are executable by apache 2. $backupdir is writeable by apache 3. You have taken into consideration your php safe mode settings Cheers, Owen Prime http://www.noggin.com.au Ken wrote: > Okay here is

Re: [PHP] CC Processing Merchants

2002-10-09 Thread Joshua Alexander
We use an Authorize.net reseller, merchantexpress.com. While the sign up process can be a hassle, I'm pretty happy with Authorize.net. Since we use the ADC Direct method, we don't lose control at all. When the customer submits their credit card info, our PHP script uses Curl to securely reques

Re: [PHP] Multi-Dimensional Arrays

2002-10-09 Thread Jonathan Sharp
try doing this for each item: $cartArray[] = array('itemnumber' => $itemnumber, 'brand' => $brand, 'quantity' => $itemqty, 'name' => $itemname); -js Jonathan Duncan wrote: > I am trying to create an array to hold shopping cart information. The array > I am using is called "cartArray". What I

RE: [PHP] CC Processing Merchants

2002-10-09 Thread olinux
You can find a lot of good information and comparisons here: http://www.merchantworkz.com olinux > > -Original Message- > From: Andrew Brampton > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 10 October 2002 9:49 AM > To: [EMAIL PROTECTED] > Subject: [PHP] CC Processing Merchants > >

[PHP] Animation in PHP

2002-10-09 Thread arun kv
hai , I want to create an animated line in php from (x,y) to (x1,y1).will php support animation.if so how do i go about in doing this.how do i draw a char so that it keeps on changing colors till i close browser. thanks for help Arun -- PHP Gen

[PHP] Animation in PHP

2002-10-09 Thread arun kv
hai , I want to create an animated line in php from (x,y) to (x1,y1).will php support animation.if so how do i go about in doing this.how do i draw a char so that it keeps on changing colors till i close browser. thanks for help Arun -- PHP General Mai

<    1   2