Skip to content
/ pnamran Public

simplify web app to store data into mysql but use combination of php and .htaccess to make it appear like static content

Notifications You must be signed in to change notification settings

namran/pnamran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

#INSTRUCTION

to use :

1. just import pnamran.sql into your mysql database.

2. edit the docroot/inc/db_config.php to reflect your database environment.

3. upload/put the whole file inside docroot into your webserver directory .

4. to create page. use phpmyadmin or anything .. insert "pages" tables.
  - to use .. access to http://<yourwebserver>/<page_name>.<html|php>
5. to add image. use phpmyadmin or anything to insert data into "images" tables.
  - to use image.. access to http://<yourwebserver>/i/<image_name>.<jpg|png>

then it should be fine.
~                       

About

simplify web app to store data into mysql but use combination of php and .htaccess to make it appear like static content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published