This is so the rich and powerful get world class models before the rest of us, the reality is dumb politicians and rich people don't realize that dense models are on there way out and MOE models are coming in, meaning after PCI-E 8 spec goes live, we run via streaming world class frontier models on a 16gb graphics card.
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