…string. First of all, I don’t see any strings there. I can see a float converted to a string…PHP tries to handle this in a crossplatform way (because it uses its own float-to-string and string-to-float…
Post: Handling big result sets
…` float…mysql_query function: http://www.php.net/manual/en/function.mysql-query.php. Unfortunately there is nothing interesting for our current task excluding link to mysql…to convert millions of values from int to the string and client has to do reverse conversion. This takes time. Furthemore string…

