Тэги:
#PHP #HTTP #headers #errorКомментарии:
Excellent explanation and demonstration.
ОтветитьPeachy!
May I ask what editor is your fav for php?
Dave is the most brilliant PHP teacher so far ..ill definitely buy another course from him once i'm through with this PHP course
Ответитьperfect
ОтветитьI'm still getting error can you please help me ??
ОтветитьThis is the code
<?php
require_once "database/dbConnection.php";
if (isset($_POST['newsletter'])) {
$email = $_POST['email'];
$insert_query = "INSERT INTO `newsletter`(`email`)VALUES ('$email')";
$run_query = mysqli_query($connection, $insert_query);
if ($run_query) {
header('Location: subscribe.php') ;
}
else {
$error = "Email Already Exists!";
}
}
?>
I already use ob_start(); and ob_end_flush();
Ответитьthanks this error was bugging me a lot
ОтветитьExcellent, thanks for the perfect explanation.
ОтветитьThanks for your help.
ОтветитьThank You , Sir! Very Much. Your Video deserves more Views. Thank You Once Again. Great Help especially for beginners. 🙏Lots of respect and gratitude❤️
ОтветитьYou are just great sir..tysm..
Ответитьthank you soooooooooooooooooooooooooooooooooooooooooooo much you are the best programmer
ОтветитьI had a space between the start of the script and the "<?php" tag, like this
<?php
this also gets you the same trouble. THANKS
Thanks, so then how do i do redirects?For example once i click a button i need to go to another page? ?
ОтветитьThe plugin generated 814 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
i have seen in my plugin , what i should do?
ufff thanks...... I was suffering with this problem
Ответитьthank you.
Ответитьgreat you make my day!
ОтветитьThank you so much sir...
ОтветитьIt was really helpful, Thanks mate
ОтветитьExcellent Excellent. Worked perfectly
Ответитьthanks
ОтветитьJust do it this way
At the top of your file write
?php
Ob_start();
?
Then on your header code
Ob_end_flush();
It will 100% work
Great, but php parsing should be smarter than being this buggy. This is just stupid.
ОтветитьThe first one with a good explanation. Big Thanks!!!
ОтветитьGreat! I remembered seeing this video a long time ago..explain very well the question why it good pratice leave php tags open.👌
ОтветитьExcellent! - exactly what I needed to fix that same error. Thank you.
ОтветитьThanks for helping
ОтветитьThat doesn't work lol
Ответить