WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Flexphpsite - a Content Management System (CMS) in PHP and MySQL
Categories : Content Management, Complete Programs, Databases, Multimedia, PHP Update Picture
Ye Ding
Date : Feb 15th 2003
Grade : 2 of 5 (graded 11 times)
Viewed : 9599
File : flexphpsiteen001.zip
Images : No Images for this code example.
Search : More code by Ye Ding
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

<?php

/*
Flexphpsite is not only a CMS but can be used in most
websites.Written in PHP+Mysql.We pay particular
attention to its powerful link management system. The
table fields can be flexibly added or managed.Easily
customized front search function. Friendly help system
and install script are available.Easy for
internationalization. Non-programmer can use this system
to create complicated dynamic website.We also offer low
price customization service. Technique support is
available in Pro version.
*/


//Database settings

$DBName = "dingyetest";
$DBUser = "root";
$DBPassword = "";
$DBHost = "localhost";

//Front Language settings
$front_charset = "iso-8859-1";
$front_searcresults = "Search Results";
$front_search = "Search";
$front_bykeyword = "By Keyword";
$front_all = "All____";
$front_searchsubmit = "Go!";
$front_previouspage = "Previous page";
$front_nextpage = "Next page";
$front_links = "Links";
$front_subemailtitle = "Someone has submitted

something";
$front_submission = "Submission";
$front_submititle = "Title";
$front_submitcontent = "Content";
$front_submitsource = "Source of this item";
$front_submitsourceurl = "Url of source";
$front_submitadd = "Add";
$front_submithank = "Thank you for your submission.";
$front_rateit = "Rate it";
$front_rating = "Rating";
$front_letmerateit = "Let me rate it";
$front_ratebest = "best";
$front_ratesubmit = "Rate!";
$front_adddate = "Date of this item added";
$front_more = "More";
$front_top10 = "Top 10";

//Admin Language settings
$admin_charset = "iso-8859-1";
$admin_keyword = "Keyword";
$admin_url = "URL";
$admin_ok = "OK";
$admin_back = "Back";
$admin_pagename = "Name of the page";
$admin_linkurl = "URL of the link";
$admin_add = "Add";
$admin_addkeywordtitle = "Add keyword";
$admin_addpagetitle = "Add a page for search engine";
$admin_globalinktitle = "Global link";
$admin_name = "Name";
$admin_del = "Del";
$admin_previouspage = "Previous page";
$admin_nextpage = "Next page";
$admin_linkname = "Link name";
$admin_alltabletitle = "All tables";
$admin_links = "Link";
$admin_delconfirm = "Really want to delete it?";
$admin_yes = "Yes";
$admin_no = "No";
$admin_editkeywordtitle = "Edit keyword";
$admin_editpagetitle = "Edit page for search engine";
$admin_edit = "Edit";
$admin_adminindex = "Admin index";
$admin_addtable = "Add a table";
$admin_tablelink = "Table link";
$admin_singlelink = "Single link";
$admin_optionlink = "Option link";
$admin_searchenginepages = "Search engine pages";
$admin_keywordlink = "Keyword link";
$admin_table = "Table";
$admin_field = "Field";
$admin_option = "Option";
$admin_addtablewizard = "Add table wizard";
$admin_tabledescription = "Table description";
$admin_tablename = "Table name";
$admin_fieldnumber = "How many extra data field?";
$admin_parenttable = "Parent table";
$admin_next = "next";
$admin_reset = "reset";
$admin_linked = "Linked";
$admin_showedin = "Showed in";
$admin_tabledetal = "Table detail";
$admin_fieldname = "Field name";
$admin_description = "Field description";
$admin_type = "Type";
$admin_length = "Length";
$admin_precision = "Precision";
$admin_isdisplay = "Is display?";
$admin_inputmethod = "Input method";
$admin_displayseq = "Display sequence";
$admin_defaultvalue = "Default value";
$admin_createtablesuccess = "Table created

successfully";
$admin_addindex = "Add index";
$admin_selectindex = "select index name";
$admin_adminsystem = "Admin system";
$admin_admin = "Admin";
$admin_searchenginepageno = "Search engine page no";
$admin_changetable = "Change table";
$admin_tableoptions = "Table options";
$admin_currentlocation = "Current location";
$admin_welcome = "Welcome to admin system";
$admin_content = "Content";
$admin_picturepath = "Picture path";
$admin_viewnumber = "View number";
$admin_rating = "Rating";
$admin_ratenumber = "Rate number";
$admin_source = "Source";
$admin_sourceurl = "Source URL";
$admin_existing = "Existing";
$admin_opreation = "Opreation";
$admin_save = "Save";
$admin_picture = "Picture";
$admin_error = "Error";
$admin_addfield = "Add a field";
$admin_modifyfields = "Modify fields";
$admin_fieldid = "Field ID";
$admin_editindex = "Edit index";
$admin_indexid = "Index ID";
$admin_addsearchoption = "Add search option";
$admin_addoption = "Add option";
$admin_linkalreadyexist = "Link already exist";
$admin_keywordalreadyexist = "Keyword already exist";
$admin_searchalreadyexist = "Search already exist";
$admin_popupmenu = "popup menu";
$admin_singletext = "textfield single line";
$admin_multitext = "textfield multi line";
$admin_install = "install";
$admin_databasename = "Database Name";
$admin_databaseuser = "Database User";
$admin_databasepass = "Database Password";
$admin_databasehost = "Database Host";
$admin_adminemail = "Admin Email";
$admin_search = "search";
$admin_databasesetting = "Database setting";
$admin_setadminpassword = "Please choose username and

password for administrator";
$admin_username = "username";
$admin_password = "password";
$admin_loginfail = "Wrong username or password";
$admin_login = "log in";
$admin_makeasalink = "make as a link";
$admin_linkadded = "link added";
$admin_adduser = "add an administrator";
$admin_edituser = "edit an administrator";
$admin_usermanagement = "administrators management";
$admin_modipassword = "modify password";
$admin_oldpassword = "old password";
$admin_retypepassword = "retype your password";
$admin_newpassword = "new password";
$admin_retypenotmatch = "retyped password doesn't

match,try again";
$admin_oldpasswrong = "old password is wrong,try again";
$admin_addcontent = "Add contents";
$admin_constisnotwriteable = "const.inc.php is not

writeable,please change its permission";

?>



This program allows you to upload an ODBC ressource - i.e. an MS-Access database to a MySQL server.
Categories : Databases, MySQL, Complete Programs, PHP, Databases
Accepts a database & hostname from a user and then HTTP username and password. Uses this to connect to a MySQL database. Produces a form based on the tables it finds there to allow the user to do SELECTs, INSERTs, and DELETEs.
Categories : Databases, PHP, MySQL, Complete Programs
phpAds, a complete banner and ad management system with detailled tracking and stats.
Categories : MySQL, Complete Programs, Ecommerce, PHP, Databases
Point and Click Interface ala MS Access for creating SQL statements.
Categories : MySQL, Complete Programs, General SQL, PHP, Databases
Tropicalm Genetree Family (MySQL based family tree)
Categories : PHP, Interfaces, Databases, MySQL, Complete Programs
File Explorer, browse, upload, download and edit your web site files with only a browser and a HTTP connection.
Categories : Complete Programs, Content Management, Filesystem, PHP
A set of functions sitting on top of the abstraction layer that makes it a little easier to do SQL stuff. Documentation is within
Categories : Databases, ODBC, Complete Programs, PHP
Browse a MySQL database & draw a tree view & load final items into a template page.
Categories : MySQL, Complete Programs, Algorithms, PHP, Databases
Shopping Basket On-Line Ordering System.
Categories : Complete Programs, MySQL, PHP, Ecommerce, Databases
free, search engine, indexing, system, information, web, ftp, http, free, software, cgi, php, MySQL, database, php3, FreeBSD, Linux, Unix, UdmSearch
Categories : MySQL, Complete Programs, PHP, Databases, Search
Example voting script. Lets people enter suggestions and vote for existing ones.
Categories : MySQL, PHP, Cookies, Complete Programs, Databases
Logs hits to any page which includes it. Automatically utilises page access information left behind by PHP/FI2.0.
Categories : Databases, PHP, mSQL, Databases
phpCMS a content-management-system written in php.
Categories : Content Management, Apache, Complete Programs, Web Servers, PHP
Simple Mini Poll class library (SimPoll)
Categories : PHP, PHP Classes, Databases, MySQL, Complete Programs
DBE - Database Expander: Edit PostgreSQL individual database tables online via your Web browser!
Categories : PostgreSQL, Complete Programs, Databases, PHP Classes, PHP