Hello!
When I run this SQL in PHP I get an error:

Snip -->
$sql="SELECT * FROM site WHERE sID='$wID'";
$result=mysql_query($sql,$db);

$row = mysql_fetch_array($result);

$content = $row["content"];
<--Snip

The problem is that I believe that it can't fetch the code from the content
as it is a "Long Text" in MySQL.
Does anyone know what I am doing wrong and how to fix it?
If you want to see the whole code, please put a post and I'll paste it all.

Thanks!

Cato



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to