Posts

Don’t step into Edo without my approval – Gov Okpebholo tells Peter Obi

 Edo State Governor, Monday Okpebholo, has issued a strong warning to the 2023 Labour Party presidential candidate, Peter Obi, cautioning him against entering the state without prior notification and approval. Governor Okpebholo’s warning marks the second time Obi has been cautioned by an All Progressives Congress, APC-led state over visits, including those reportedly for humanitarian purposes.

Remove Index Php From URL Page On Your Website

Create a file name func. php >> Paste this code in the func. php file <?php if (strpos($_SERVER['REQUEST_URI'],'index.php') !== FALSE ) {     $new_uri = preg_replace('#index\.php\/?#', '', $_SERVER['REQUEST_URI']);     header('Location: '.$new_uri, TRUE, 301);     die(); } ?> Step2:  * Create a folder name about-us * Open the new folder you created. * Inside this folder , create a new file name⁣⁣ index. php⁣⁣. * Open the new file index you just created. * Copy & Paste this code at line 1 (first line) <?php include ("../func.php"); ?>

Create PHP Email Contact Form

 To send an email with PHP and the simplest way to do this is to send a text email when a visitor to your website fills out a form. Create a file name contactform.php Copy and Paste this in contactform php file [code]<?php if (isset($_POST["submit"])) { $name = $_POST['name']; $email = $_POST['email']; $message = $_POST['message']; $human = intval($_POST['human']); $from = $email;  // WARNING: Be sure to change this. This is the address that the email will be sent to $to = 'YOUR_SPECIFIED_EMAIL_ADDRESS';  $subject = "Message from ".$name." "; $body = "From: $name\n E-Mail: $email\n Message:\n $message";   // Check if name has been entered if (!$_POST['name']) { $errName = 'Please enter your name'; } // Check if email has been entered and is valid if (!$_POST['email'] || !filter_var($_POST['email'], FILTER_VALIDATE...

“The Rain” is created by Jannik Tai Mosholt (“Borgen,” “Rita“), Esben Toft Jacobsen

 “The Rain” is an upcoming Netflix original series about a group of kids facing the post-apocalypse in Denmark. From the looks of its trailer, it’s part “Walking Dead,” part “Stranger Things,” and part any given CW show. Here’s the official synopsis from Netflix: The world as we know it has ended.

‘The Darkest Minds’ Trailer: Teens Get Superpowers And Revolt Against Parents In New YA Film

Image
In a world that hates and fears them, a group of teens with superpowers fights for freedom. Yes, this is the basic premise of “X-Men,” but also apparently, the premise for the upcoming film, “The Darkest Minds.” It’s like “X-Men” but with a heaping helping of “The Hunger Games.” Just when you think the YA movie trend had come to a close, with “Divergent” never finishing its film series and “Maze Runner” stumbling to the end, it looks like there’s another teen franchise hoping to take off. In the first trailer for “The Darkest Minds,” we see what happens when kids suddenly get superpowers. Namely, the adults get freaked out and start imprisoning them. But let’s be honest, did you really expect the trailer for a YA film to focus on the plot only? No, no, no. We get the hint of a young romance, a young female rallying a large group of prisoners, and enough half-baked special effects to just give you the hint of superpowers, all while an unknown song by some pop singer plays in the bac...

‘The Darkest Minds’ Trailer: Teens Get Superpowers And Revolt Against Parents In New YA Film

Image
In a world that hates and fears them, a group of teens with superpowers fights for freedom. Yes, this is the basic premise of “X-Men,” but also apparently, the premise for the upcoming film, “The Darkest Minds.” It’s like “X-Men” but with a heaping helping of “The Hunger Games.” Just when you think the YA movie trend had come to a close, with “Divergent” never finishing its film series and “Maze Runner” stumbling to the end, it looks like there’s another teen franchise hoping to take off. In the first trailer for “The Darkest Minds,” we see what happens when kids suddenly get superpowers. Namely, the adults get freaked out and start imprisoning them. But let’s be honest, did you really expect the trailer for a YA film to focus on the plot only? No, no, no. We get the hint of a young romance, a young female rallying a large group of prisoners, and enough half-baked special effects to just give you the hint of superpowers, all while an unknown song by some pop singer plays in the bac...

‘The Handmaid’s Tale’ Season 2 Trailer: Freedom Burns

Image
“The Handmaid’s Tale” quickly became a phenomenon when it was released last year. Hulu, who has quietly been releasing quality original series, had been waiting for something on their streaming service to catch on, and become a massive pop culture hit, in the same way “Stranger Things” has for Netflix and “Transparent” did for Amazon. And clearly, ‘Handmaid’s’ is that hit. With multiple Emmy’s and Golden Globes, the series is poised to become even bigger in season 2. In the newest trailer for the upcoming season, it looks like the series isn’t going to miss a beat when it returns. The upcoming season is especially exciting for one big reason – the unknown. After season 1 ended in much the same way the classic Margaret Atwood novel came to a close, this season is venturing into largely unknown territory. Without the help of amazing source material, will the creators behind the show falter? It sure doesn’t look like it. Elisabeth Moss leads the way in the trailer, as her character i...