Jump to content

[SOLVED] error on script


sungpeng

Recommended Posts

<?php
include ("".$_SERVER['DOCUMENT_ROOT']."/housing/includes/config.php");
$uid='sungpeng1';
$query = "SELECT * from users where loginname='$uid'";
while($resu=mysql_query($query)){
echo "$resu[llid]";
}
?>

 

Hi I see nothing wrong with my script, but it give me an error FATAL ERROR maximum execution time is 30 seconds on line 6. Why is that so? Can anyone help?

Link to comment
https://forums.phpfreaks.com/topic/152340-solved-error-on-script/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.