User Tools

Site Tools


browse_box

This is an old revision of the document!


Browse Box

One of the most common needs of any website is to list data. The wtkBuildDataBrowse PHP function makes it extremely easy to do this.

As an example of the simplest use, these few lines create a fully functioning page.

<?php
$gloLoginRequired = false;
require('wtk/wtkLogin.php');

$pgSQL = 'SELECT `FirstName`, `LastName`, `City` FROM `wtkUsers`';
wtkFillBrowsePage($pgSQL);
?>

Tutorial Video

WTK Page Builder

If you use the WTK Page Builder it will create a browse PHP page for you and have in the code comments all the main features.

Tutorial Video

browse_box.1733101045.txt.gz · Last modified: 2024/12/02 00:57 by wtkadmin