View Single Post
Old 11-16-2004, 06:30 PM   #11 (permalink)
falsepride
Regular Contributor
 
Join Date: Oct 2004
Posts: 229
falsepride is on a distinguished road
implode simplay takes all the values in an array and uses a "glue" and glues them together. implode([glue], [array]); thats the proper syntax for it. my imploding the array which contains my layout page is just another way of opening the page into a variable, instead of using fread and fopen. maybe if you take a look at my file you mite know what i mean by my method my layout file for the time being can be found at http://skatinsatan.jelloz.net/layout.html right now my only thing that im replacing is the content, cuz its only a beta of what really is gonna be done, im still makin an admin section as i stated in another thread and right now that is my top priority along with some side projects. but as youll notice if you visist my layout then my homepage of http://skatinsatan.jelloz.net/ my index page opens the layout page, checks if theres a variable being passed in the url and if not, replacing [content] with the apropriate html. most of which is tables. but if i woke up tomorrow and decided i wanted my menu on the right and leave the open space which is becoming a poll in the future on the left i could simply do all the html editing in my layout file, and because i mostly use frontpage to make my tables faster for me then having to type it out myself because my time on my computer is limited, sux having to share it, i can change my layout in a matter of minutes and have a 100% garuntee that i didnt leave a open <td> tag etc.
falsepride is offline   Reply With Quote