I would use BitWarden or 1Password long before I used Chromes password manager. A browser is the piece of software that actually interfaces with the internet. If it has a vulnerability and houses your passwords??
KeePassXC does support passkeys. In Firefox I know you can turn off the thing where Firefox offers to save passwords. On Android KeepassDX (the mobile client) supports autofill
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