hi !
i have a little problem in reading and viewing some html from my database which i make it .... acually iam trying to make some differnt hack which can read templates from the database instead to include it to the style templates
the idea comes to me when i was trying to add some html templates to the style and i saw that its from the stupedity to add a houndred templates to a styles so it will make the forum very heavy . any way here is the idea ....
i create that
You must first be a
registered member to view any code.
and add for every id and content a unique number with a full html template.
i have more than 100 id for that .
so i make a php file with a name of test.php and include that code inside it :
You must first be a
registered member to view any code.
www.forum/test.php?id=1
while browseing the file , a blank page appears to me !!!1
so ...........
if i include 'test_h' template to the style it will open it nicely but i need to read from my database by its id so to browse is as its browsed from the style it self:-
now if i want to read the templates from my styles i just make that changes
// pre-cache templates used by all actions
You must first be a
registered member to view any code.
and add that code instead of the main script corner
You must first be a
registered member to view any code.
and off couse the test_h template is included and it tooks a style like that :-
You must first be a
registered member to view any code.