RE: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-16 Thread Svensson, B.A.T.
;get or post, and have it processed further. > >V > >-Original Message- >From: Ross Fleming [mailto:[EMAIL PROTECTED]] >Sent: Monday, October 15, 2001 6:14 PM >To: [EMAIL PROTECTED] >Subject: [PHP-WIN] Inserting symbols into a mysql database from PHP > > >Hi all, >

RE: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-15 Thread Ross Fleming
- From: Egil Helland [mailto:[EMAIL PROTECTED]] Sent: 15 October 2001 20:59 To: [EMAIL PROTECTED]; '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Inserting symbols into a mysql database from PHP function quote($var) { if (is_string($var)) {

RE: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-15 Thread Egil Helland
al Message----- >From: Ross Fleming [mailto:[EMAIL PROTECTED]] >Sent: Monday, October 15, 2001 6:14 PM To: [EMAIL PROTECTED] >Subject: [PHP-WIN] Inserting symbols into a mysql database from PHP > > >Hi all, > >My problem is that that I have a form that takes user data and &g

RE: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-15 Thread Corn Vollney-R7019C
:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 6:14 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Inserting symbols into a mysql database from PHP Hi all, My problem is that that I have a form that takes user data and inserts it into a database. How can I allow quote marks to be inserted into

RE: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-15 Thread Svensson, B.A.T.
--- >From: Ross Fleming [mailto:[EMAIL PROTECTED]] >Sent: Monday, October 15, 2001 9:02 PM >To: Svensson, B.A.T. ; [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: RE: [PHP-WIN] Inserting symbols into a mysql database from PHP > > >Right, after a bit of experimentation I bel

RE: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-15 Thread Ross Fleming
data into database. Any better ways to do this then? Cheers Ross -Original Message- From: Svensson, B.A.T. [mailto:[EMAIL PROTECTED]] Sent: 15 October 2001 18:25 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Inserting symbols into a mysql database from PHP Why do

FW: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-15 Thread Svensson, B.A.T.
Why did God create some people without brains? (See below) -Original Message- From: System Administrator Sent: Monday, October 15, 2001 7:44 PM To: Ron Woods Subject:Undeliverable: RE: [PHP-WIN] Inserting symbols into a mysql database from PHP Your message did not reach

RE: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-15 Thread Svensson, B.A.T.
Why doesn't the URL encoding work? >-Original Message- >From: Ross Fleming [mailto:[EMAIL PROTECTED]] >Sent: Monday, October 15, 2001 7:14 PM >To: [EMAIL PROTECTED] >Subject: [PHP-WIN] Inserting symbols into a mysql database from PHP > > >Hi all, > >My

[PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-15 Thread Ross Fleming
Hi all, My problem is that that I have a form that takes user data and inserts it into a database. How can I allow quote marks to be inserted into the database? ie if someone puts a " mark in the form field then php/mysql recognises that as the end of the data I'm trying to insert. I tried url