Code: Select all
<?php
1.php?file=123#asw1
?>Code: Select all
$_REQUESTї'file'] == '123#'
instead of :
$_REQUESTї'file'] == '123#asw1'thnaks in advance
peleg
Moderator: General Moderators
Code: Select all
<?php
1.php?file=123#asw1
?>Code: Select all
$_REQUESTї'file'] == '123#'
instead of :
$_REQUESTї'file'] == '123#asw1'yes, it should. Whenever the server sees # in a URL, it's assuming the url looks like:pelegk2 wrote:feyd i know that the # in an anchor tag butii talk about server side not client!!!!
why should it interest the server that u have an anchor?
it shouldnt!!!!