Is this valid code ? I seem to be missing some thing.
Posted by: edocphp (208.250.63.---)
Date: April 10, 2008 01:28AM

<?php
if (!isset($_REQUEST['content']))
include("main.inc.php"winking smiley;
else
{
$content = $_REQUEST['content'];
$nextpage = $content . ".inc.php";
include($nextpage);
} ?>

Options: ReplyQuote
Re: Is this valid code ? I seem to be missing some thing.
Posted by: hambuler (---.cpe.net.cable.rogers.com)
Date: April 10, 2008 06:04AM

what's up with this code?

Options: ReplyQuote
Re: Is this valid code ? I seem to be missing some thing.
Posted by: nileshpatel (61.246.200.---)
Date: April 10, 2008 08:43AM

it's Working...man

This Code Is Up to date

What error u got…?

Options: ReplyQuote
Re: Is this valid code ? I seem to be missing some thing.
Posted by: edocphp (208.250.63.---)
Date: April 10, 2008 07:45PM

Thank you both.

This is the only portion I questioned.

Options: ReplyQuote


Sorry, only registered users may post in this forum.