PHP Code:
<?php
// HEADER
// ------
include_once($www_root.'/includes/'.$tbl_prefix.'header.php');
// build the form
$form_name = $scriptname.'site_edit_del';
$form_id = $form_name;
$form_method = 'post';
$form_action = $_SERVER['PHP_SELF'];
$select_options[0] = array('Home',0,'selected="selected"');
$select_options[1] = array('Webmaster',2,'');
$select_options[2] = array('Miscellaneous',1,'');
$select_options[3] = array('Web Hosts',4,'');
?>
You can post PHP codes now using
Code:
[php ]
your codes...
[/php ]
NEW! Other custom BB codes you can use here...- [HTML] - HTML code syntax highlighter.
- [CSS] - CSS code syntax highlighter.
- [C++] - C / C++ code syntax highlighter.