Skip to content

php loop and tag to go to another page [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 6 months ago. Improve this question Hi I…

How to remove .php and replace ? with / in htaccess

How do I remove .php and replace ? with / at the same time. I have I want it to be called from the browser like this: In replacing ? data, I want it to be compatible with dir. Like in dir, I have: So, if the user calls http://localhost/testingproject/user, alone, there is no need to parse ? to /

Creating central config file with hundreds of defined names

I want to create a central config file, with a few hundred of defined setup configure names, that would be included with something like: I want to write the php code in the config file as follows: So when the above function is included with include file.php, I want function to all respond as if its the same a…