i tried to include a file inside a file named 1.php. but dono why the file is not called out. and my page's alignment runs. this is the page:
http://www.certifyexpress.com/test/1.php
this is how i include the file:
include ("http://www.certifyexpress.com/rate/rate.php");
if i put ("../rate/rate.php");
it will have error.
pls help.
http://www.certifyexpress.com/test/1.php
this is how i include the file:
include ("http://www.certifyexpress.com/rate/rate.php");
if i put ("../rate/rate.php");
it will have error.
pls help.
Comment