Query String Problem in JavaScript and PHP
Posted: Thu Apr 08, 2010 3:20 pm
When the query string $srNo (it is already urlencode-d) passed to delLog.php, it it displays
Any solutions?
Code: Select all
'NaNCode: Select all
window.location = "delLog.php?srNo='" + <?php $srNo; ?> + "'"; Any solutions?