On Wednesday 04 August 2004 18:02, Mark van Beneden wrote: > 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
May I ask what DB you're using? The filename suggests you're using MySQL but then you're trying to call a MS-SQL function. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Your car runs worse after being serviced -- Murphy's Driving Laws n17 */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php