Webifi.me

Webifi Error Codes

 

[insert_php]
require(‘WebifiConnectDatabase.php’);
[/insert_php]

[insert_php]
if ($result = mysql_query(“SELECT errorcode, description FROM WebifiErrorCodes ORDER BY errorcode”)) {
while ($row = mysql_fetch_assoc($result)) {
echo ‘

‘;
}
}
[/insert_php]

Value Description
‘.$row[‘errorcode’].’ ‘.$row[‘description’].’