mysql table editable
hi, any1 know how to make the following aw gtid editable..
thanks....
<html>
<head>
<title>Free Hardware :: PHP Example</title>
<style> body, html {margin:0px; padding: 0px; overflow: hidden;font: menu;border: none;} </style>
<!-- ActiveWidgets stylesheet and scripts -->
<link href="../runtime/styles/xp/grid.css" rel="stylesheet" type="text/css" ></link>
<script src="../runtime/lib/grid.js"></script>
<!-- ActiveWidgets PHP functions -->
<?php include("activewidgets.php") ?>
</head>
<body>
<?php
include 'dbconnect.php';
$name = "obj";
// SQL query
$query = "select * from `tp` limit 0,20";
// database connection
$connection = mysql_connect("127.0.0.1", "root", "123456");
mysql_select_db("test");
// query results
$data = mysql_query($query, $connection);
// add grid to the page
// echo activewidgets_grid($name, $data);
?>
</body>
</html>
thanks....
codefreek
August 24,