Current location: Hot Scripts Forums » Advertising Forums » Job Offers & Assistance » Basic MySQL Database 5.00usd Offer


Basic MySQL Database 5.00usd Offer

Reply
  #1 (permalink)  
Old 04-10-06, 04:40 PM
KeYBLeR KeYBLeR is offline
Newbie Coder
 
Join Date: Jan 2006
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
Basic MySQL Database 5.00usd Offer

Hello, Basicly I'm having trouble with MySQL databases, and I need one realy quick.

Requirments,
You must accept Paypal or Checks.
Must have AIM, To talk with me.
The script must also be simple enough to use as a template in the furture.
After that said, heres what I need.

I need a product database.
This database is going to have 5 FEILDS.
1) product_id
2) product_name
3) product_description
4) product_price
5) product_weight

Please use this style script, to create the databse.
PHP Code:

$create "CREATE TABLE list (

id varchar(50) NOT NULL default '',
name varchar(50) NOT NULL default '',
email varchar(50) NOT NULL default '',
PRIMARY KEY  (id)
) TYPE=MyISAM;"
;
mysql_query($create) or die ("Could not create tables because ".mysql_error());
echo(
"Installation Complete!<BR><a href=index.php>here</a></br>"); 
I want the "product_id" to be the primary key, so I can call on each product with a number.


I also want so this form, will add a Item to the database
PHP Code:

echo("

<form action=\"add2database\" method=\"Post\">
<table>    
<tr><td><font class=>ID #</font></td><td><input type=text name=\"product_id\" /></td></tr>
<tr><td><font class=>Item Name</font></td><td><input type=text name=\"product_name\" /></td></tr>
<tr><td><font class=>Item Description</font></td><td><input type=text name=\"product_description\" /></td></tr>
<tr><td><font class=>Price</font></td><td><input type=text name=\"product_price\" /></td></tr>
<tr><td><font class=>Weight</font></td><td><input type=text name=\"product_weight\" /></td></tr>
</table>
<input type=submit value=\"Add Product\" />
</form>
"
); 
I also need to be able to EDIT & Delete a Product, threw a HTML FORM.

I hope this doesn't sound hard, But I've given you most of the coding and the Plan, I just need someone to make it work with a MySQL database.

I figure this would take a good MySQL person about 10 mins to put together,

This project is worth: 5.00usd

Thanks Keith

PS, My AIM Is: utearmedown
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Form to update a MySQL database? Scoobler PHP 9 09-04-08 02:41 AM
Flat file vs mysql database Imusion PHP 5 06-13-06 01:10 PM
MicroOLAP Database Designer for MySQL 1.8 Released microolap General Advertisements 1 09-20-05 11:00 AM
Clear my misunderstanding: 1 MySQL database for many programs? iKwak PHP 3 08-21-05 01:50 PM
More info SLAYER18 Job Offers & Assistance 1 01-17-05 06:06 AM


All times are GMT -5. The time now is 10:34 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.