Timesheet 20051010 > Timesheet / Actions / PostNote.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Timesheet 20051010

Download:
timesheet-20051010.zip

Category:
Development Tools

Archive Content:

Timesheet > Actions

Timesheet

Timesheet > Charts

Timesheet > Charts > Charts Library

Timesheet > Charts

Timesheet

Timesheet > Css

Timesheet > Img

Timesheet > Include

Timesheet > Include > Core

Timesheet > Include > Plugins

Timesheet > Include

Timesheet

Timesheet > Pages

Timesheet > Sql

Timesheet > Templates

PostNote.php:


<?php

$_REQUEST
['job_id'] = intval($_REQUEST['job_id']);

$Q="INSERT INTO notes SET user_id='$_SESSION[id]',  job_id='$_REQUEST[job_id]',  notes='".addslashes($_REQUEST['note'])."', datePosted=NOW()";
mysql_query($Q);

if (
$_REQUEST['REF'])
{
    
header("Location: ".base64_decode($_REQUEST[REF]));
}
else 
header("Location: $_SERVER[HTTP_REFERER]");


?>



Other Development Tools Scripts:

WebMaster Resources Home

©RingsWorld.com