|
|
|
0
$uuid:=getTableUUID(->[Clients])
get the UUID of table by providing a pointer to this table
performs a lokup in .Match file
get the UUID of table by providing a pointer to this table
performs a lokup in .Match file
1
Cloudgen
If you have ever designed a form allowing user entering more than one email? This plugin should help you. It provides the function for adding the add row and delete row dynamicly inside a table, seeTable addRow plugin
7
Simple Table
1
This is a simple class for generating XML from MySql databse table.
Usage
include("Xml.class.php");//include class file
$mx=new Xml;//create new Xml object
$mx->dbtoXml("localhost","root","","dbname","tblname");//give hostname, user, password, database name and table name
echo $mx->showXml();//showXml returns Xml
Usage
include("Xml.class.php");//include class file
$mx=new Xml;//create new Xml object
$mx->dbtoXml("localhost","root","","dbname","tblname");//give hostname, user, password, database name and table name
echo $mx->showXml();//showXml returns Xml







