bobrivers2003
Technical User
Is it possible to automatically generate an alert box from php without using either onClick() or onLoad() functions?
for($counter=1; $counter<10; $counter+=1){
echo $counter;
alert('Alert');
}
This obviously doesn't work but is there something that does?
Many Thanks
for($counter=1; $counter<10; $counter+=1){
echo $counter;
alert('Alert');
}
This obviously doesn't work but is there something that does?
Many Thanks