RE: [PHP-WIN] skipping quotes...

2002-08-27 Thread Ross Fleming
url encode it? At a guess that is, I haven't tried it. the funtion is either urlencode($myrow[copy]) or url_encode($myrow[copy]) not sure which. > -Original Message- > From: Afan Pasalic [mailto:[EMAIL PROTECTED]] > Sent: 27 August 2002 22:20 > To: [EMAIL PROTECTED] &g

[PHP-WIN] skipping quotes...

2002-08-27 Thread Afan Pasalic
Hi, My information from database: We've got "the beat" I'm trying to edit using form: but in form is shown just We've got. Nothing after first quote. The quote in front of 'the' screwed everything. How can I have a whole content, with quotes in form field? Thanks for any help. Afan