On Thu, Feb 21, 2008 at 8:54 AM, Mirco Soderi <[EMAIL PROTECTED]> wrote:
> Consider the following code:
>
> $sqlQueryInserimentoDatiAllenamentoCalciPiazzati = "INSERT INTO ... etc etc
> "
> $queryInserimentoDatiAllenamentoCalciPiazzati =
> mysql_query($sqlQueryInserimentoDatiAllenamentoCalc
On Thu, 2008-02-21 at 14:54 +0100, Mirco Soderi wrote:
> Consider the following code:
>
> $sqlQueryInserimentoDatiAllenamentoCalciPiazzati = "INSERT INTO ... etc etc
How long does it take you to write a single line of code with variable
names like that?
--Paul
All Email originating from UWC i
Consider the following code:
$sqlQueryInserimentoDatiAllenamentoCalciPiazzati = "INSERT INTO ... etc etc
"
$queryInserimentoDatiAllenamentoCalciPiazzati =
mysql_query($sqlQueryInserimentoDatiAllenamentoCalciPiazzati);
if($queryInserimentoDatiAllenamentoCalciPiazzati) { // do something }
if($
3 matches
Mail list logo