Search results

  1. dickey

    news section

    index.php <html> <head> </head> <body> <p> what if I don't want this to be changed???</p> <div> <span onclick='dyna("template.html")'>click me</span> </div> </body> </html> <?php function dyna($f) { $template=implode("",file($f))...
  2. dickey

    Some PHP Help

    regarding your login code is that the complete listing? I think you should add $session_start() there because it is of the same level of hierarchy with your members.php Do try it. Maybe it will work ask here again or pm me. I like a good challenge.
  3. dickey

    web switcher

    You can also use mysql and store 5 different body contents and use the same said function php rnd() to determine which one to display. The difference with the above is that the titlebar in the above solution will be different for each different page, while here there is just one page but 5...
Top