" . $conn->error; } } ?>
Friday, August 31, 2018
Way to creat entry form by html (use this code to see result)
connect_error) {
die("Connection failed: " . $conn->connect_error);
}
//
if(isset($_POST['name']))
{
$Name= $_POST['name'];
$Phone= $_POST['Phone'];
$Address=$_POST['address'];
$sql = "INSERT INTO entryform (id,name,phone,address)
VALUES ('','$Name', '$Phone', '$Address')";
if ($conn->query($sql) === TRUE) {
echo "New record created successfully";
} else {
echo "Error: " . $sql . "
" . $conn->error; } } ?>
" . $conn->error; } } ?>
Tuesday, July 10, 2018
success
Success
Success is what one
desire in his life but it is a daunting task to reach on the zenith of success.
One has to face numerous obstacles, challenges and competitions to scale the pinnacle
of it.
Success is not a gift, it should be hard to achieve and it
matters how it is accomplished. That’s why I strongly disagree with this
statement. “It is irrelevant how you achieve success”. In my opinion, I believe
success is accomplished by having desire, devotion, and with a tremendous
amount of dedication. Success means many things to many people, and everyone will
do anything to reach that ultimate goal.
“Success
is achieving goals that will result to happiness”
Subscribe to:
Posts (Atom)