Hi!
what does the AS mean in this for loop?
foreach($sqls as $sql) {
$result = mysql_query($sql) OR die(mysql_error());
}
Take a look at the PHP-manual.
Greetings,
rob
Hi!
what does the AS mean in this for loop?
foreach($sqls as $sql) {
$result = mysql_query($sql) OR die(mysql_error());
}
Take a look at the PHP-manual.
Greetings,
rob