Automatic Backslash

From: "Enrico Comini" <algobit(at)algobit(dot)com>
To: "ML-PHP-GENERAL" <php-general(at)lists(dot)php(dot)net>
Subject: Automatic Backslash
Date: 2000-11-24 23:13:22
Message-ID: NCBBIOBMPJJBPJICNDLLCECPEFAA.algobit@algobit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I set all magic quotes to Off in php.ini

I restart Apache but when i get a record from table with

$row = pg_fetch_array($result, 1);

$line = $row["line"];

echo $line;

THE result is:

2;\"100\";\"Parmigiano Reggiano\";\"Parmigiano Reggiano stagionato 2
anni\";4;\"parmigiano4.jpg\";2;\"Fette 1 Kg\";0.18;1;1.00;\"true\"

I have all the quote with a Backslash

When I modify php.ini what I have to do ? isn't sufficent restart Apache ?

Browse pgsql-general by date

  From Date Subject
Next Message Jason J. Czerak 2000-11-25 07:57:36 Sql-bench
Previous Message Mathieu Arnold 2000-11-24 22:20:04 Re: make check and make installcheck