PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
have you ever made 2 or more frames with Mic Front Page ? l want to do it with php codes, l want a stable "toppage.php" and a changeable page of "mainpage.php" mail page will be a different page in any other site, but when we click a link in "mailpage.php" "toppage.php" must be stable and the link we are going to open must be open under the "toppage.php".
how can l do ?
Server side includes can achieve the same results as frames in assembling a page from multiple files. You will need deal with where the <html>, <head> and <body> tags come from though. The code would simply be: