Random Project

Missing Code

Good foundation to build on top of but this PHP script is missing code, add the following code to be functional:

$query_services = “SELECT * FROM services”;
$result_services = mysql_query($query_services);