Hello. Ive got an odd problem with my php (seems a recent issue)... Heres my htaccess: Options +FollowSymLinks RewriteEngine On RewriteRule ^(.*)$ vyb6a.php [QSA,L] for the last few days, i'm no longer receiving ANY $_POST values... ive even got $r=print_r($_POST,true); echo $r; at the beginning of my script before anything else & nothing comes through. so i do think is an htaccess issue. Does anyone have an idea how to solve ? (im using clean URLs) Ps the script works fine - apart from receiving $_POST values -- Gordon.