Page 1 of 1

Safari Form Fails

Posted: Sat Dec 02, 2006 9:03 am
by Russ
Does anyone know why a plugin using
$_SERVER['PHP_SELF'])).'?'.trim(($_SERVER['QUERY_STRING']

as in

Code: Select all

<form method="post" action="<?php $_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING'] ?>" >
Fails in Safari but works in all other browsers I've tried? Safari just redirects to the home page?

Russ