You have to add this in the 'report.php' PHP script. So that the values sent from the HTML form by post method can be used :
$date_1= $_POST['date_1'];
$date_2= $_POST['date_2'];
so here is the full script :
<?
$connect = mysql_connect('localhost', 'username', 'password');
mysql_select_db ...
Search found 1 match
- 22 Apr 2008, 20:48
- Forum: Customizations
- Topic: Weekly report for resloved status
- Replies: 6
- Views: 15023