View Single Post
Old 06-19-2009, 11:01 PM   #8 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

A simple test and it appears to work for me, even with the page encoding as ISO-8859-1.

php Code:
$szSQL = "SELECT * FROM swedish";
$pResultSet = mysql_query($szSQL);
$pResult = mysql_fetch_row($pResultSet);

echo $pResult[1];

That code on a blank canvas with the table as so: http://www.grabup.com/uploads/430020...0009007F40.png
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote