Date: 09/04/00
- Next message: Michael Haertl: "[phplib-dev] Using PHP4s session handling"
- Previous message: Eric Ries: "Re: [phplib-dev] DB_Sql: queries with priorities"
- In reply to: Eric Ries: "Re: [phplib-dev] DB_Sql: queries with priorities"
- Next in thread: Alexander Aulbach: "Re: [phplib-dev] DB_Sql: queries with priorities"
- Reply: Alexander Aulbach: "Re: [phplib-dev] DB_Sql: queries with priorities"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Eric Ries wrote:
> Modifying queries is a bit tricky, which is why I urge everyone to check
> out the SQL Abstraction Layer at http://enzyme.sourceforge.net - it's a
> handy OO library for creating, combining, and modifying SQL statements.
> It's GPL'ed too.
SAL looks promising, but I think it would be overhead for inserting a
single keyword into a query string.
--
<?php $a=explode(" " ,"119 130 128 129 45 110 123 124 129 117 114 127 45 ".
"125 117 125 45 117 110 112 120 114 127");for($i=0;$i<sizeof($a);$i++)print
chr($a[$i]-13); /* http://sb.phpOpenTracker.de | sb <email protected> */ ?>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: Michael Haertl: "[phplib-dev] Using PHP4s session handling"
- Previous message: Eric Ries: "Re: [phplib-dev] DB_Sql: queries with priorities"
- In reply to: Eric Ries: "Re: [phplib-dev] DB_Sql: queries with priorities"
- Next in thread: Alexander Aulbach: "Re: [phplib-dev] DB_Sql: queries with priorities"
- Reply: Alexander Aulbach: "Re: [phplib-dev] DB_Sql: queries with priorities"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

