Bow Tie Shirt

Bow Tie Shirt

There are impressive models in Makrom bow tie shirt options. There are multifunctional models that can be used both with a tie and with a bow tie, and in very different patterns. They offer a wide range of options to the users with a variety of shirts that can be used on special or regular days. I love the […]

Continue Reading
Alcohol Free Hand Sanitiser

Alcohol Free Hand Sanitiser

Provide you with an effective solution against bacteria and viruses. Get Touchbio Alcoholic or alcoholic free hand sanitiser options at affordable prices and have it delivered to your door instantly. The firm’s product quality is at a level that will satisfy customers. Even alcohol-free hand disinfectant options provide a high level of disinfection. To get maximum efficiency. Prefer Touchbio products approved […]

Continue Reading

i want to display the difference of two dates chosen by the user from a form and i want to display the form details in another page after submitting

This is the code to submit the form and store it in the database I want to show the form details in another page after submitting if(isset($_POST[‘submit’])) { $pickup = $_POST[‘pickup’]; $dropoff = $_POST[‘dropoff’]; $from_date = $_POST[‘fromdate’]; $to_date = $_POST[‘todate’]; $diff = date_diff($from_date, $to_date); //$difff = $diff->format(“%a”). ” Days “; if($from_date < $to_date) { //$_SESSION[‘diff’] […]

Continue Reading