Re: parsing html in pgsql using php
От
David C. Brown
Тема
Re: parsing html in pgsql using php
Дата
Msg-id
3D64EFE3.1060804@centennialwines.com
Список
Дерево обсуждения
Re: parsing html in pgsql using php Roj Niyogi <niyogi@pghoster.com>
You need to escape your apostrophes. Your query statment uses apostrophes and you have them in the string that your inserting into the db. I believe you can use addslashes() and stripslashes() to help you with this. http://www.php.net/manual/en/function.addslashes.php Dave Clio wrote: >Subject ... how to? > >here is an example: > > > >$tmp = " > >
| > Sample text in table. > | >
В списке pgsql-php по дате отправления