Answer to Question #41049 in Programming & Computer Science for monirul islam

Question #41049
The operations-related data of FlyHigh Airlines is stored in a central database. The software
fails to respond to user inputs, if there is a connectivity problem with the database. Add the code
snippet that the development team should use to ensure that the application shows a userfriendly
message,
1
Expert's answer
2014-05-01T11:48:09-0400
<?php
$link = mysql_connect("hostName", "mysql_user", "mysql_password")
or die("Sorry, the service is not available now! Please keep calm and tryagain later!
More information on www.moreinfo.com");
mysql_close($link);
?>

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS