| krausr Napísal: |
I tried adapting this example like this:
$BoxID = @$_GET['BoxID'];
if(!isset($BoxID)) {
$BoxID = @$_POST['BoxID'];
}
$opts['cgi']['persist'] = array('BoxID' => $BoxID);
.
.
.
$opts['filters'] = "BoxID = '".$BoxID."'";
From the main page listing I click on the column labled BoxID via the URL feature with the url ending "...php?BoxID=00-151". My call to the next list page boxcontent.php produces the expected list, but when I edit or add to the list I get a script error. The debugger has a problem here...
function phpMyEdit_trim(str)
{
while (str.substring(0, 1) == " "
|| str.substring(0, 1) == "\n"
|| str.substring(0, 1) == "\r") <=====****
{
str = str.substring(1, str.length);
Any suggestions? |
<a href="https://pk68game.co/">Click Heir</a>
|