|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-29 16:32 UTC] georg@php.net
[2002-11-29 17:01 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 12:00:01 2025 UTC |
When I use DATE_FORMAT, or NUMBER_FORMAT or any modificator from MySQL, the function mysql_field_table doesn't work. i.e. This WORKS $result = mysql_query("select foo as xpto from patient"); echo mysql_field_table($result, 0); Ok I got "patient" This DOESN'T work $result = mysql_query("select DATE_FORMAT(foo, '%d/%m/%Y) as foo from patient"); echo mysql_field_table($result, 0); I got nothing..... Well that's all. See ya! Thanks!