to:[EMAIL PROTECTED]
> Sent: Wednesday, January 25, 2006 7:01 AM
> To: PHP List
> Subject: (SCL: 5) [PHP] query problem.
>
> 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]>
&
On Wed, 2006-01-25 at 08:01, 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("SEL
On Wed, January 25, 2006 7:01 am, Angelo Zanetti wrote:
> The data in that field is: Sams Bank <[EMAIL PROTECTED]>
.
.
.
> 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?
You h
Viewing in browser? If so view source.
-Original Message-
From: Angelo Zanetti [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 25, 2006 7:01 AM
To: PHP List
Subject: (SCL: 5) [PHP] query problem.
Hi guys.
I got an entry in a field called emailfrom in my table (MySQL db).
The data
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?
When showing things in an HTML page it's always a good idea to use
'htmlspecialchars' (or htmlenti
Angelo,
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?
Look at the source!
David
--
David Grant
http://www.grant.org.uk/
--
PHP General Mailing List
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");
$row=$recordset->GetA
: "Cesar Aracena" <[EMAIL PROTECTED]>
To: "PHP General" <[EMAIL PROTECTED]>
Sent: Wednesday, November 13, 2002 9:35 AM
Subject: Re: [PHP] Query problem
> The problem is that I have a remote "rented" server and I don't have
access
> to these c
At 23:35 12.11.2002, Cesar Aracena said:
[snip]
>The problem is that I have a remote "rented" server and I don't have access
>to these configurations
>
>any other ideas are welcome. Thanks
>
>any ot
>
>- Original Message -
>From: "BigDog" <[EMAIL PROT
Hi Cesar,
> Hi all,
>
> I came back from vacations and forgot some things about
> queries... can anyone tell me what is wrong with this? of all
> the error messages I set up in the script, none comes back on
> the page but the record is not saved...
Dont we all forget 'things' after vacations
of these values 12 exept null or
change null to '' ///
- Original Message -
From: "Cesar Aracena" <[EMAIL PROTECTED]>
To: "PHP General" <[EMAIL PROTECTED]>
Sent: Wednesday, November 13, 2002 8:27 AM
Subject: [PHP] Query problem
> Hi all
>
Cc: "PHP General" <[EMAIL PROTECTED]>
Sent: Tuesday, November 12, 2002 11:51 AM
Subject: Re: [PHP] Query problem
> In your php.ini file you can turn on all the errors have have them
> displayed...
>
> I would suggest doing that and you should see some errors if there ar
In your php.ini file you can turn on all the errors have have them
displayed...
I would suggest doing that and you should see some errors if there are
any.
Have you verified that dates in the database via mysql command line or
gui application.
On Tue, 2002-11-12 at 21:27, Cesar Aracena wrote:
>
Hi all,
I came back from vacations and forgot some things about queries... can
anyone tell me what is wrong with this? of all the error messages I set up
in the script, none comes back on the page but the record is not saved...
Any thiughts? Thanks in advance,
Cesar
--
PHP General Mailing
14 matches
Mail list logo