In a HTML page, I would like to amend all forms, excepts forms using the GET method...
I've tried many codes (like following), but it never works. I'm really not a an expert with regexp...
$pattern = '/<form(.*)(?!method=(\'|")get(\'|"))/';
Thanks for any help !!!