Service Business PHP Scripts

This is a website source code to introduce products and services built with CodeIgniter Framework, with basic features: posting news, events, introducing services, advertising done projects, managing team members, Posting service price list….Code has already arranged functional positions on the homepage, so you just need to change the content according to your needs. Code is basically developed, so it is suitable for those who want to quickly have a website to introduce products or services or those who are starting to learn about CodeIgniter.






* How to install script on localhost:

  • Web server requirements: PHP Version 5.6 or later, MySQL 5.1.41 or later, PDO Installed CURL Open , Session enabled, CodeIgniter.
  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory;
  • Access phpMyAdmin to create a new database, then import file news.sql database;
  • Open the config.php and database.php files located in the config directory (path: application\config\) to configuration site url, database connection:. 
/** File config.php **/
$config['base_url'] = 'site url'

/** File database.php **/
$db['default'] = array(
declare connection information: Host Name, User Name, Password, Database Name
)
  • Site URL: http://localhost/project_name/
  • Admin panel URL: http://localhost/project_name/admin
  • Default login information: admin@gmail.com / 1234
  • You can edit the content displayed on the homepage right in the admin page according to each function.

Unzip password: blogitcode.com

Download

Previous Post Next Post