Code: Select all
RewriteEngine on
RewriteRule ^([A-Za-z].*)/\?(.*) index.php?query=$1&get=$2 [nc, L]
RewriteRule ^([A-Za-z].*)$/ index.php?query=$1 [nc]
Code: Select all
RewriteEngine on
RewriteRule ^([A-Za-z].*)/\?(.*) index.php?query=$1&get=$2 [nc, L]
RewriteRule ^([A-Za-z].*)$/ index.php?query=$1 [nc]
Are you closing the \" in the action=\" anywhere??echo '<FORM name="auxemail" id=\'idauxemail\' action=\''.$pagina.'?' . $state.'&language=sp'.'\' method=\'post\'>';
Code: Select all
if ( $row_rsDetailRS1['event_sponsor_img2'] == "")
{
echo "";
}
This would definitely be the easiest if...califdon wrote:Won't window.history.back() work?