Hey there, once again i need some pointers.
I have written a website thing i the last few months.
It includes a lot things and also a extended administrator area.
The problem with this admin thing is its like a 100 files of .php
I want to put ALL or most of those file in 3 or 4 files as functions
so when i open the main admin page and click 'write new blog' the index opens a function in one of the new files.
i was thinking, i have a bunch of files editing things to put those in a file edit.php, also a bunch of files delete things which i want to put in a file delete.php and so on and so forth.
Now i think this is possible but i need some pointers...
ALL input is welcome 😃 Thanks!