Hallo
I am totally new to php. what does the AS mean in this for loop?
foreach($sqls as $sql) {
$result = mysql_query($sql) OR die(mysql_error());
}
Hallo
I am totally new to php. what does the AS mean in this for loop?
foreach($sqls as $sql) {
$result = mysql_query($sql) OR die(mysql_error());
}