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: http://www.p

[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. St

RE: [PHP] strip single quotes

2003-03-20 Thread Daniel McCullough
address); $address = addslashes($address); $sql2 = "SELECT * FROM store_name WHERE name = '".$store['name']."'"; //$build_sql .= $sql2.""; $result2 = mysql_query($sql2) or die(mysql_error()); $store_name = mysql_fetch_array($result2); $sql3 = "SELECT * FROM

RE: [PHP] strip single quotes

2003-03-20 Thread Daniel McCullough
sult2); $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]>,<[EM

[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] 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] 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. _

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

2003-03-17 Thread Daniel McCullough
sions. 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.co

[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 sy