Current location: Hot Scripts Forums » Programming Languages » ASP » Php To Asp???


Php To Asp???

Reply
  #1 (permalink)  
Old 03-08-05, 12:46 PM
mangotext mangotext is offline
Newbie Coder
 
Join Date: Mar 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Php To Asp???

I need to prepare ASP script that matches an insert PHP script I already have, can anyone help me?

use username_db;
create table customer
(cust_num int(4) NOT NULL
company char(25),
cust_rep int(3),
credit_limit int(5));
//then i have four more tables and the following
/*---------------------*/
insert into customer values
(2111, 'JCP Inc.', 103, 50000)
insert into customer values
(2102, 'First Corp.', 101, 65000)

//and so on..
can anyone help???
Reply With Quote
  #2 (permalink)  
Old 03-08-05, 01:01 PM
koncept
Guest
 
Posts: n/a
w3school.org the sql section
http://www.w3schools.com/sql/sql_insert.asp

then you need some of the syntax, this should be able to give u a start
http://www.w3schools.com/asp/asp_quickref.asp

i will try to post more information later
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
Require ASP coder to convert some PHP BosDev Job Offers & Assistance 2 10-30-04 04:12 PM
How to pass encrypted variable from ASP -> PHP starnetnl ASP 0 10-04-04 06:35 AM
Whats best asp or php ? BoGuS PHP 4 07-16-04 01:22 PM
Translate ASP to PHP and PERL POSERA ASP 0 06-12-04 01:12 AM
PHP integrated with ASP Mikeirv PHP 7 05-25-04 05:00 AM


All times are GMT -5. The time now is 03:18 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.