Re: [PHP] Re: Using PHP Credit Card orders

2003-04-01 Thread Daniel McCullough
Were you looking for online autho handlers or mod checks? Phil Schwarzmann[EMAIL PROTECTED] 04/01/03 08:29AM Where can I find information on using PHP along with secure online Credit Card orders? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] HELP HELP in a stand still

2003-03-24 Thread Daniel McCullough
I dont know where my brain is today, obviously not with me. I had this working yesterday and then a server crash casued them to run the backup from teh day before and wiped all my work out. Can someone please get me back on track. HEre is the problem. I want to list a collection of items.

RE: [PHP] strip single quotes

2003-03-20 Thread Daniel McCullough
PROTECTED] To: 'Daniel McCullough' [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: RE: [PHP] strip single quotes Date: Wed, 19 Mar 2003 21:49:10 -0500 MIME-Version: 1.0 Received: from dc-mx03.cluster1.charter.net ([209.225.8.13]) by mc10-f34.bay6.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Wed, 19

RE: [PHP] strip single quotes

2003-03-20 Thread Daniel McCullough
; $result2 = mysql_query($sql2) or die(mysql_error()); $store_name = mysql_fetch_array($result2); $sql3 = SELECT * FROM store_address WHERE address = '.$address.'; any thoughts From: John W. Holmes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: 'Daniel McCullough' [EMAIL PROTECTED],[EMAIL

[PHP] error message ... never seen this one before.

2003-03-19 Thread Daniel McCullough
I get this error. Unknown column 'B' in 'where clause' From this code. $sql = SELECT * FROM store; $result = mysql_query($sql) or die(mysql_error()); $store = mysql_fetch_array($result); $count = mysql_num_rows($result); $id = $store['id']; $name = $store['name']; $address = $store['address'];

[PHP] strip single quotes

2003-03-19 Thread Daniel McCullough
I'm trying to query the database using a string pulled out of the database and compare and get the id. I can do it to a certain point and what kills my query is single quotes. I CANNOT figure out how to escape it. I DID THIS: $address2 = str_replace(', , $address); that worked on some, but

[PHP] Flash book help please

2003-03-18 Thread Daniel McCullough
My wife is a designer, not a technical person. She is learning Flash and she needs a book to learn and learn quickly how to do some things like click actions for a project. Can someone please give me an idea of 2-3 good flash books.

[PHP] complicated but fun, please help.

2003-03-17 Thread Daniel McCullough
Okay here is what I have. I thought this was going to be a wham bam slam dunk. I need to update the poppasswd file on a Plesk system, I have it so the Plesk database gets updated, but I need to let people change their password from a web form, without having them need to login to the Plesk

Re: [PHP] complicated but fun, please help.

2003-03-17 Thread Daniel McCullough
. From: Erik Price [EMAIL PROTECTED] To: Daniel McCullough [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [PHP] complicated but fun, please help. Date: Mon, 17 Mar 2003 16:55:52 -0500 MIME-Version: 1.0 Received: from mxrelay.ptc.com ([12.11.148.30]) by mc5-f40.law1.hotmail.com with Microsoft