View Single Post
Old 03-05-2008, 09:57   #5 (permalink)
haku
shiro
 
haku's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 1,816
freelancr was right without even seeing the code. Nice one!

Hollywood: You need to change this line:

Code:
switch ($page)

to this:

Code:
switch ($_GET['page'])
__________________
This space for rent.
  Reply With Quote