Please what are the default numbers of php pages need to be created for database relation in managing a dynamic website? Eg: admin.php, delete.php etc
samsnov
0
Light Poster
Recommended Answers
Jump to PostTechnically, one can suffice.
Jump to PostAll depends on the structure of your file and your logical of programming. Personaly, the basic are 4 pages (index.php, base.php is for connexion class, derive.php & param.inc.php)
index.phprequire('*.php'); require('*.php'); include_once('*.inc.php'); $mysqli = new mysqli(MYHOST, MYUSER, MYPASS, BASE); $objDerive = new Derive(***); $objDerive->X(***);
base.php
All 8 Replies
pritaeas
2,130
¯\_(ツ)_/¯
Moderator
Featured Poster
homeboy
8
Newbie Poster
pritaeas
2,130
¯\_(ツ)_/¯
Moderator
Featured Poster
homeboy
8
Newbie Poster
pritaeas
2,130
¯\_(ツ)_/¯
Moderator
Featured Poster
Dani
3,501
The Queen of DaniWeb
Administrator
Featured Poster
Premium Member
pritaeas
2,130
¯\_(ツ)_/¯
Moderator
Featured Poster
homeboy
8
Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.