
Rob Verboom - 2007-01-18 20:56:37 -
In reply to message 10 from Sushil Agrawal
Did anyone get this working?
I copied the last link to a php file.
It gives me a:
Fatal error: Call to undefined function: updatedata() in ... on line 4
code:
<?PHP
include("mysqlphpgrid.class.php");
$grid = new mysqlphpgrid("localhost", "root", "xxxx", "xxxx", "bk_schrijver");
$grid->UpdateData(); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Boeken</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>
<body >
<center>
<h1>Schrijver bewerken</h1>
</center>
<?PHP
echo $grid->ShowTable(); // to generate the html. This is the only function that generates html!!
?>
</body>
</html>
Thanks in advance for your help.
I am using php-4.4.4.