» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > ASP forums and Tips

ASP forums and Tips Talk about ASP Scripting. .net and Cold Fusion as well.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-25-2006, 11:47 AM
minster minster is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
minster is on a distinguished road
Default trouble in adding to dbase

This code should recieve values from the submit page and then add them to my database:
Code:

<html>
<head><title>zeid</title></head>
<body>
<!--#INCLUDE FILE="DBCONNECTION.ASP"-->
<%
DIM URL,DESCRIPTION,KEYWORDS
URL = REQUEST.FORM("URL")
DESCRIPTION = REQUEST.FORM("DESCRIPTION")
KEYWORDS = REQUEST.FORM("KEYWORDS")

IF URL = "" THEN
RESPONSE.WRITE "NO URL"
ELSE IF DESCRIPTION = "" THEN
RESPONSE.WRITE "NO DESCRIPTION"
ELSE IF KEYWORDS = "" THEN
RESPONSE.WRITE "NO KEYWORDS"

ELSE

DIM ADDURL
SET ADDURL = SERVER.CREATEOBJECT("ADODB.RECORDSET")
ADDURL.OPEN "DATABASETABLE1", CONN, 3, 3
ADDURL.ADDNEW
ADDURL("URL") = URL
ADDURL("K -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 08-25-2006, 11:48 AM
bizzare bizzare is offline
OSP Starters
 
Join Date: Jun 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
bizzare is on a distinguished road
Lightbulb

Mate, you should change the ELSE IF to ELSEIF without spaces. Hope u got what u want. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Does adding a forum to your webpage increase your backlinks? quasi Link Building 10 03-27-2007 06:37 AM
Adding timestamp column Blostre MySQL Forums 1 12-11-2006 07:12 AM
Will I get in trouble b/c some of the keywords FALON Google 2 08-30-2006 06:00 PM
trouble getting a response from the SOAP server jigsaw PHP Programming and Tips 1 08-22-2006 01:53 PM
adding content on specific topic but less search choices panditji Yahoo 1 07-14-2006 02:53 PM


All times are GMT. The time now is 09:07 PM.