Timesheet 20051010 > Timesheet / Actions / NewJob.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

NewJob.php:


<?php

$_REQUEST
['client_id'] = intval($_REQUEST['client_id']);
$_REQUEST['rate'] = floatval($_REQUEST['rate']);


$Q="INSERT INTO jobs 
    SET jobDesc='"
.addslashes($_REQUEST['jobDesc'])."',
    rate='
$_REQUEST[rate]',
    user_id='
$_SESSION[id]',
    client_id='
$_REQUEST[client_id]',
    start=NOW()"
;
mysql_query($Q);

header("Location: index.php?page=editJobs&client_id=$_REQUEST[client_id]");
    

?>



Other Development Tools Scripts:

WebMaster Resources Home

©RingsWorld.com