PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, January 29, 2022

[FIXED] How to create a web installer using codeigniter Php

 January 29, 2022     codeigniter, php     No comments   

Issue

I want to create a web installer,In other words i want whenever someone download our zip code and extract then user should see a form ( register form) and after fill the form,data should save in database How can i do this ?


Solution

In your folder structure there should be a index.php page and then when someone extract your file and try to access into it via localhost it will open the index.php. Then you should provide the sql file of the DB. Better to incliude a readme file. Where it will include that user have to extract your file and then need to upload sql file into db with the correct database name.



Answered By - Nipun Tharuksha
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing