View Single Post
Old Jul 3rd, 2004, 10:26 AM   #1
mrbig06
Newbie
 
Join Date: Jul 2004
Posts: 1
Rep Power: 0 mrbig06 is on a distinguished road
First question:
I have created a mail form and was wondering how to get the action to be home2.php?page=mail&action=results. I already have the form as home2.php?page=mail.

Second question:
I have also created a news posting script that saves to a file named home.inc and was wondering how I can get the information to display from newest to oldest, instead of oldest to newest.
The information that is written to home.inc looks like this:

$output = '<h2 class=/"margin/">'.$date.'</h2>\n<p class=/"margin/">'.$post_content.'</p>';

Any help is greatly appreciated. Thank you in advance.
mrbig06 is offline   Reply With Quote