> On Tue, 23 Oct 2001 16:35, Grant Walters wrote:
> > I'm going nuts trying to work out how to handle errors from data
> > statement with single quotes. PHP 4.0.6 appears to be mangling
> > something somewhere.
> > All statements work with the Openlink odbctest program
> > Any help appreciated
>
On Tue, 23 Oct 2001 16:35, Grant Walters wrote:
> I'm going nuts trying to work out how to handle errors from data
> statement with single quotes. PHP 4.0.6 appears to be mangling
> something somewhere.
> All statements work with the Openlink odbctest program
> Any help appreciated
>
> $conn = o
I'm going nuts trying to work out how to handle errors from data statement with single
quotes. PHP 4.0.6 appears to be mangling
something somewhere.
All statements work with the Openlink odbctest program
Any help appreciated
SQL: $sql";
$results = odbc_do($conn,$sql);
if ($results) {
while (o
3 matches
Mail list logo