MySQL Forums
Forum List  »  PHP

Re: Newbie needs help with print command in php
Posted by: Roland Bouman
Date: August 24, 2005 01:18PM

At a first sight, it looks as though you missed a

<?php

somewhere. But when I scan through the generated code, you've got a lot of this going on too:

function onsubmit(event) {

function onsubmit(event) {

function onsubmit(event) {

function onsubmit(event) {

function onsubmit(event) {

function onsubmit(event) {

function onsubmit(event) {

function onsubmit(event) {

function onsubmit(event) {

function onsubmit(event) {

function onsubmit(event) {

function onsubmit(event) {
return Validator(this);
}

}

}

}

}

}

}

}

}

}

}

}


So it look as if there's some recursion going on too. Maybe you should post a bit of script just before the

OpenConnection();
$db _res
...
etc bit.

Options: ReplyQuote


Subject
Written By
Posted
Re: Newbie needs help with print command in php
August 24, 2005 01:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.