?php $servername = “localhost”; $username = “nehemi9_wp940”; $password = “eqm0wvj.afr@BAU@zru”; $database = “nehemi9_volunteer”; // Create connection $conn = mysqli_connect($servername, $username, $password,$database); // Check connection if (!$conn) { die(“Connection failed: ” . mysqli_connect_error()); } echo “Connected successfully”; ?>
hello
?php $uname = “abc”; echo $uname; ?>
Volunteer Detail