The widgets update is merely putting lipstick on a pig. If they actually give a damn about making reliable widgets, they should bring back the 100% offline widgets functionality from Windows 7, just like every other platform offers today. Until then, it's just lipstick after lipstick on the same ads junkyard pig.
The rest feature updates, those are good and welcome improvements.
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