Safari Form Fails

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm
Location: North West England

Safari Form Fails

Post 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
Post Reply

Return to “Developers Discussion”