[PHP-DB] re: mysql ORDER BY problems

2006-06-18 Thread J. Alejandro Ceballos Z. -JOAL-
are they defined as integer or varchars (string)? try a) exchange field definition varchar / integer b) order by length(number) and later by number -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] capture a webpage to later process it

2006-04-28 Thread J. Alejandro Ceballos Z. -JOAL-
I want to read the results of an URL address, to later process it and insert part of them as internal code. If I use include or require, they inserts ALL the resulting code, but I want to do something like: blah, blah, blah ?php $result_webpage =