No, it did not work. I did not read the article. I saw the title in my Feedly feed and came to continue putting pressure about such titles on a website I used to love.
In fact, based on your reply, it seems you think it's fine to visit click bait title articles to find out what it's about, to waste people's time. That's up to you, mate. I remember when news websites had pride in their content and therefore didn't need to resort to cheap tactics.
I think they will try and benchmark base it at £100 as being the premium product and then have extras on top.
The issue will be who can play it and who will pay for a every more expensive late stage console now
Question
Craig Hopson
hi can some one explain to me what is going on with this code please
index.php
post.php
ob_start();
var_dump($_POST);
$data = ob_get_clean();
$fp = fopen("textfile.txt", "w");
fwrite($fp, $data);
fclose($fp);
?>[/CODE]
textfile.txt
}[/CODE]
why is the $_POST variable empty? and how would i post 2 variables like $_POST['firstname'] and $_POST['lastname']
Link to comment
https://www.neowin.net/forum/topic/1120320-jquery-ajax/Share on other sites
4 answers to this question
Recommended Posts