[snip]
When I write: echo "<th>".msql_field_name($result). "</th>"; 
I get the error message: 
Fatal error: Call to undefined function msql_field_name() in c:\Program
Files\Apache Group\Apache\htdocs\mysqli_send.php on line 37
[/snip]

If you are using (as has been pointed out before) MySQL the correct name
of the function is mysql_field_name (you left out the "y")

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to