Re: Escape string in postresql

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: azah azah <izza76(at)gmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Escape string in postresql
Date: 2004-07-20 08:34:47
Message-ID: 40FCD927.9050801@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> I want convert from mysql to postresql, there are a lot command
> mysql_escape_string, so what is the command code in postresql that has
> the same function as mysql_escape_string function in mysql?

I've you spent 3 seconds reading the manual, you'd know it was
pg_escape_string.

Chris

In response to

Browse pgsql-php by date

  From Date Subject
Next Message azah azah 2004-07-21 00:55:03 date_format in postresql
Previous Message azah azah 2004-07-20 08:11:48 Escape string in postresql