Skip to content
Advertisement

Tag: repository-pattern

PHP make subfile of a placeholder file?

I have the following structure for my site: ./u/ ./u/profile.php ./u/comics.php profile.php is filtered with the viewer’s username. For example, the account Venk would be ./u/Venk. I need comics.php to somehow be a subfolder of this but I’m not sure how to go about doing so. It should end up looking like this: ./u/Venk/comics. How can I get this to

Advertisement