benifactor wrote:
$query = mysql_query("SELECT logos FROM table WHERE sno = '$sno' limit
1") or die(mysql_error());
while ($result = mysql_fetch_array($query)) {
$sno = $result[logos];
}
logos = constant???
if not, you should have it quoted.
Otherwise you will get a PHP notice warning
$query = mysql_query("SELECT logos FROM table WHERE sno = '$sno' limit 1")
or die(mysql_error());
while ($result = mysql_fetch_array($query)) {
$sno = $result[logos];
}
?>
hope it helps
- Original Message -
From: "Fahad Pervaiz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>;
This one time, at band camp, "Haydar TUNA" <[EMAIL PROTECTED]> wrote:
> Hello,
>Firstly, your image table field should be BLOB field then you create
> a image file (for example image.php). in this file, if your application is
> more secure, you can control the session variables. You get
3 matches
Mail list logo