Consider the following code:
$sqlQueryInserimentoDatiAllenamentoCalciPiazzati = "INSERT INTO ... etc etc
"
$queryInserimentoDatiAllenamentoCalciPiazzati =
mysql_query($sqlQueryInserimentoDatiAllenamentoCalciPiazzati);
if($queryInserimentoDatiAllenamentoCalciPiazzati) { // do something }
if($
autoincrement key, the problem seems to be
solved.
Do you find any reason for that?
""Mirco Soderi"" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> Consider the following code:
>
> $sqlQueryInserimentoDatiAllenamentoCalciPia
[snip]
Is that irony?
[/snip]
no
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Do you know any reason why the following code does work
$xmlOperazioni = simplexml_load_file($xmlFilename);
foreach($xmlOperazioni->operazione as $operazione) {
if($operazione['nome'] == $operazioneRichiesta) {
require($operazione['php']);
break;
}
}
but the following does not
4 matches
Mail list logo