| [ Index ] |
PHP Cross Reference of Web Application Component Toolkit |
[Summary view] [Print] [Text view]
1 <?php 2 // Include WACT common file (where ever it is) 3 require_once './load_wact.php'; 4 5 // Include the form for new bookmarks 6 require 'forms/bookmarkformnew.inc.php'; 7 8 $Form = new BookmarkFormNew(); 9 $Form->Run(); 10 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sun Nov 28 19:36:09 2004 | Cross-referenced by PHPXref 0.5 |