slpctrl Posted May 8, 2008 Share Posted May 8, 2008 Alright, I don't really have a code here just a question. If I wanted to keep something at say the end of an HTML page, and I'm using a script that often opens this file and writes data to it, how do I keep something at the bottom? Like an anchor tag for example lol oh and also, it can't repeat so I can't just append it to the end of every string that gets written to the document Link to comment https://forums.phpfreaks.com/topic/104657-append-something-to-bottom-always/ Share on other sites More sharing options...
mrdamien Posted May 8, 2008 Share Posted May 8, 2008 Use include(); to put your anchor at the bottom of a page. We can't be more specific unless you are as well. Link to comment https://forums.phpfreaks.com/topic/104657-append-something-to-bottom-always/#findComment-535716 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.