fine.. thanks !!
--------------- Added [DATE]1210163015[/DATE] at [TIME]1210163015[/TIME] ---------------
this is the output in the order what I see in
Firefox
Code:
1. <a href="file.php">file</a>
2. <a href="file.php">file</a>
3. <a href="file.php?">file</a>
how do they actually differ then ??
--------------- Added [DATE]1210163062[/DATE] at [TIME]1210163062[/TIME] ---------------
and this is what I see in
IE
Code:
1. <a href="file.php">file</a>
2. <a href="file.php ?s =d919808b3020e93900f5bef63dbe3d05">file</a>
3. <a href="file.php ?s =d919808b3020e93900f5bef63dbe3d05&">file</a>