ID:               15819
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         MySQL related
 Operating System: linux 2.2.19
 PHP Version:      4.1.2
 New Comment:

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


Previous Comments:
------------------------------------------------------------------------

[2002-03-01 13:26:17] [EMAIL PROTECTED]

i have a table called LOCATION that has a varchar(100) type field
called contact.  when i make a query

select contact from LOCATION where (uri LIKE "%901%")

using mysql-navigator, i correctly get the whole string contents of the
contact field:

<sip:[EMAIL PROTECTED];user=phone;transport=udp>;expires="Fri,
01 Mar 2002 18:37:13 GMT

but when i make the same query from php, and then apply to the result
mysql_fetch_array($result), the contact sting is missing the first part
of the string:

<sip:[EMAIL PROTECTED];user=phone;transport=udp>

and only contains the remaining part:

Array ( [0] => ;expires="Fri, 01 Mar 2002 18:37:13 GMT" [contact] =>
;expires="Fri, 01 Mar 2002 18:37:13 GMT" )

why is the first part between <>s missing?  is this a bug or
should i do something special because of the <>s?

my php is debian php4 4.1.2-1 and my php-mysql is debian 
php4-mysql4.1.1-2.

-- juha



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15819&edit=1

Reply via email to