![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: php form info...
From: Malcolm Dew-Jones <yf110@vtn1.victoria.tc.ca>
Date: Fri Oct 21 2005 - 19:34:07 CEST
starbuck (sbj2k1@yahoo.com) wrote:
: 1, input a value in the search box; name of form element is textfield
: any value you use in the original search box works all the way, whether
: the numerical calculations above were to determine the real value,
Mysql receives a string, and you haven't examined that string. The
You don't include any code that illustrates the problem so there is
My example code did not reproduce your problem.
$var = 'm';
$sth = mysql_query($sql, $dbh) or die(mysql_error());
}
$var = 'info';
$sth = mysql_query($sql, $dbh) or die(mysql_error());
}
Both code samples worked just fine against one of my databases.
-- This programmer available for rent.Received on Mon Oct 24 02:11:38 2005 |