View Single Post
  #2  
Old 09-22-2010, 02:25 AM
jillyronald jillyronald is offline
Banned
 
Join Date: Sep 2010
Posts: 3
Credits: 150
jillyronald
Default RE: images aren't showing

I tested your coding of program and I got a two errors. Write in third line
include("lang.php"); instant of include("lang/lang.php");
and other error is the value of REQUEST_FILENAME is null. Delete it or make it comment.
Reply With Quote