RE: [PHP] Re: query problem.

2006-01-24 Thread Albert
Angelo Zanetti wrote: > Why does the < > cause that not to be displayed? or is it retrieving it > correctly but not showing it because of the < > (which might be > conflicting with HTML tags? Whenever you have something between < > for example The browser will interpret it as an HTML tag and

[PHP] Re: query problem.

2006-01-24 Thread Barry
Angelo Zanetti wrote: Hi guys. I got an entry in a field called emailfrom in my table (MySQL db). The data in that field is: Sams Bank <[EMAIL PROTECTED]> I then do the following to retrieve the info, using a DB class $recordset=$conn->Execute("SELECT * FROM wiml_history WHERE id = $task_id"