RE: [PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Doug Semig
DW was correct, Nagasea. The way to do what you want to do is to use the urlencode (and perhaps the urldecode) PHP command(s). They are in the PHP manual. I don't understand what it was that DB told you to do, so I cannot comment on that, but the correct solution to your problem lies with urlen

RE: [PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Dave Watkinson
ding the space) --- "Brunner, Daniel" <[EMAIL PROTECTED]> > wrote: >Hello!!! > > >Use mysql_fetch_object... > > >$myrow->WHATEVER > > >Whatever = whatever the field name is > > > >Dan > > > > > > > > >

RE: [PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Nagasea
; >Use mysql_fetch_object... > > >$myrow->WHATEVER > > >Whatever = whatever the field name is > > > >Dan > > > > > > > > > >> -- >> From:Nagasea >> Reply To:[EMAIL PROTECTED] >> Sent:Thursday

RE: [PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Nagasea
; >Use mysql_fetch_object... > > >$myrow->WHATEVER > > >Whatever = whatever the field name is > > > >Dan > > > > > > > > > >> -- >> From:Nagasea >> Reply To:[EMAIL PROTECTED] >> Sent:Thursday

RE: [PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Nagasea
; >Use mysql_fetch_object... > > >$myrow->WHATEVER > > >Whatever = whatever the field name is > > > >Dan > > > > > > > > > >> -- >> From:Nagasea >> Reply To:[EMAIL PROTECTED] >> Sent:Thursday

RE: [PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Brunner, Daniel
Hello!!! Use mysql_fetch_object... $myrow->WHATEVER Whatever = whatever the field name is Dan > -- > From: Nagasea > Reply To: [EMAIL PROTECTED] > Sent: Thursday, August 30, 2001 5:01 PM > To: [EMAIL PROTECTED] > Subject:

RE: [PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Dave Watkinson
try urlencode in the PHP manual ... I believe that'll do the trick! Cheers Dave -Original Message- From: Nagasea [mailto:[EMAIL PROTECTED]] Sent: 30 August 2001 23:02 To: [EMAIL PROTECTED] Subject: [PHP-DB] Simple database error (SPACE) //-- Anybody can help me with this probl

[PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Nagasea
//-- Anybody can help me with this problem (I think //-- it's simple but im to stupid to know the answer) == while ($myrow = mysql_fetch_row($result)) { echo(" $myrow[3] .""); } == If I have a databas