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
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
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
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
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
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'];
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.
_
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
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
9 matches
Mail list logo