<form action="http://www.mysite.com/ad-number-one/" method="post"> <input type="text" class="condiment" name="condiment" value="" /> <input type="hidden" name="page_url" value="http://www.mysite.com/ad-number-one/" /> <input type="submit" class="report" name="submit" value="" /> <input type="hidden" name="action" value="report" /> </form>
<form action="<?php echo selfURL(); ?>" method="post"> <input type="text" class="condiment" name="condiment" value="" /> <input type="hidden" name="page_url" value="<?php echo selfURL(); ?>" /> <input type="submit" class="report" name="submit" value="" /> <input type="hidden" name="action" value="report" /> </form>
<?php echo $_SERVER['PHP_SELF']; ?>
http://classipress.mysite.com/ echo $_SERVER['REQUEST_URI'];
There are currently 1 users browsing this thread. (0 members and 1 guests)