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

NewClient.php:


<?php

$Q
="INSERT INTO clients SET user_id='$_SESSION[id]', clientDesc='".addslashes($_REQUEST['newClient'])."', dateAdded=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