52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for aarya

i ahve database in which i hava login information iwa nted to check weather the persons login information is correct or wrong. i m very new to asp. so any body help how i have to proceed <%dim user,pass user=request.form("usercode") pass=request.form("pass") response.write(user) response.write(pass) ' Open database Dim Conn, RS Set …

Web Development asp
Member Avatar for msaqib
0
164
Member Avatar for JC_McGeekster

I would like to know if anyone knows of a reference website or help file for JavaScript. Not really a tutorial website, but more of something where I can search for a function and the engine will return my results for that function. A reference sort of like the PHP …

Web Development javascript
Member Avatar for Gary King
0
167
Member Avatar for oracle4me

Hello i am freelance! my development is half finished please can you create a account and copy and test the codes on your webpages i offer please :o this would help me so much

Web Development
Member Avatar for thinksmart12
0
118
Member Avatar for sweetyp

I have 2 text field in a form. 1st field for input date. I want to use onclick event handler for 2nd text field. When user click 2nd text field then show up the value of 10 days before the input date in 1st field. how do i do that? …

Web Development java-jsp
Member Avatar for shyamNambiar
0
214
Member Avatar for textex

Hi all, I just start with my new forum use vbulletin, and I some help for coding / enlightment ... Usually we hide our links/codes/downloads using post counting from members ( ex: you must have 5 posting before can see our code etc). Now we want people to click the …

Web Development first-post php vbulletin
Member Avatar for Dani
0
326
Member Avatar for dotnetnewbie

hi This is sandeep.Just started learning asp.net a week ago. I tried creating a simple webform with two labels, one username n other password.And 2 textboxes for entering the above two. A click button also, on clickin which i shd get redirected to WebForm2.aspx which contains a simple label displaying …

Web Development asp asp.net
Member Avatar for tgreer
0
126
Member Avatar for tmatheson

Hi does anyone out there know of a good PHP script for doing screen scrapes. Ive heard of people using scripts like that to check a book on amazon with a script and a chron job service. Would appreciate any help or info anyone might have. [URL=http://www.webdesigninwisconsin.com]Chicago Web Design Company[/URL]

Web Development php web-design
Member Avatar for tgreer
0
279
Member Avatar for server_crash

I have a javscript function which opens a url....The only thing is I need it to open pages with parameters, and I'm not sure how to do it: [code] <html> <head> <title>LinkOpener</title> <script language="JavaScript"> <!-- function SearchTest(url, args) { // if args is null, do the following window.open(url,'win1','width=600,height=700, status, toolbar, …

Web Development asp first-post javascript
Member Avatar for server_crash
0
195
Member Avatar for ashneet

I am using somone's code as example because i dont really understand it. This is a small part of the code which i am using as example. Here is the code: [PHP] class MySQLDB { var $connection; //The MySQL database connection var $num_active_users; //Number of active users viewing site var …

Web Development php
Member Avatar for Daishi
0
136
Member Avatar for ashneet

Hello Can someone explain this code to me as i am a total newb when it come to classes. [PHP] class MySQLDB { var $connection; //The MySQL database connection var $num_active_users; //Number of active users viewing site var $num_active_guests; //Number of active guests viewing site var $num_members; //Number of signed-up …

Web Development php
Member Avatar for ashneet
0
84
Member Avatar for edmicman

I've implemented a security method where a user goes to a page, if they are are session authenticated, they redirect to a central login page, and then if they login correctly they are redirected back to the originating page with the session variable true. I'm basically using javascipt to accomplish …

Web Development asp session web-server
Member Avatar for edmicman
0
139
Member Avatar for aarya

i m trying to use mysql database with asp,i m trying to code regsiter.asp. but i m getting the error this is my code <%dim struser,strpass,stremail,strlname,strfname,straddress,straddress1,straddress2,strcity,strcountry,strsql stremail=request.from("email") strfname=request.form("fname") strlname=request.form("lname") straddress=request.form("address") straddress1=request.form("address1") straddress2=request.from("address2") strcity=request.form("city") strcountry=request.from("country") struser=request.form("usercode") strpass=request.form("pass") response.write(user) response.write(pass) ' Open database Dim Conn, RS Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "Driver={MySql …

Web Development asp email microsoft vbscript
Member Avatar for aarya
0
205
Member Avatar for ashneet

First of all i am new to PHP Session. THE PROBLEM: I do session_start(); command at the begening of every page so that php uses session but what i also what it to do is that if that person closes the browser and returns back to same website it should …

Web Development php session
Member Avatar for ashneet
0
174
Member Avatar for shrekattack

Hi, Can anybody tell me why in the following peace of code the link does not get hidden when "locationid" is empty? thanks, torsten <%if IsNull(cursor("locationid")) = false then %><A href="javascript:MM_openBrWindow('http://www.mapminder.co.uk/getmap/default.asp?page=viewlocation&locationid=<% =cursor("locationid") %>&source=82YWNH0INZZDY-zIkhkce2L£wY!Pbgx6&zoom=<% =cursor("mapbytezoom") %>','','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,width=585,height=585,screenX=0,screenY=0,top=0,left=0');" onMouseOver="window.status = 'Link To Location Map'; return true;" onMouseOut="window.status = ''; return true;"><IMG SRC="../images/pubs/gpg_getmap_button.gif" WIDTH=58 …

Web Development asp java-jsp javascript
Member Avatar for jwenting
0
225
Member Avatar for ashwinperti

Sir I am currently using wamp5_1.4.4 1) Apache 1.3.33 2) MySql 4.1.10a And I want to update with the latest version. I could I made the modifications. PLease do help me. Ashwin Perti

Web Development apache php
Member Avatar for ashwinperti
0
174
Member Avatar for melvin

This routine works and formats the date exactly how I want it but I dont want current time. Instead I would like to format the time from a mysql database. I have tryed this [php]strtotime($row_Recordset1['when']);[/php] but it dont work. How do i get my database field in the array and …

Web Development php
Member Avatar for sarahk
0
101
Member Avatar for aarya

i have database in which i hava login information iwa nted to check weather the persons login information is correct or wrong. i m very new to asp. so any body help how i have to proceed [code] <%dim user,pass user=request.form("usercode") pass=request.form("pass") response.write(user) response.write(pass) ' Open database Dim Conn, RS …

Web Development asp
Member Avatar for aarya
0
261
Member Avatar for Ghost

Does anybody have any ideas on how to make your own email program? Could you use the mail function and restrict access?

Web Development email php
Member Avatar for Ghost
0
77
Member Avatar for JC_McGeekster

Hello, These last few days I was feeling like remodding my PHPBB completely, and when I scanned through the files, I came acrossed the TPL files. I wondered, [i]TPL?[/i] and thus opened one of the files with my editor. I seen the lines coded, "{FORUM_NAME}," or something similar and wandered …

Web Development php phpbb
Member Avatar for fsn812
0
145
Member Avatar for Anddmx

Hi, I really need some help I've been banging my head again wall with this one. I have created login page, username and password stored in sql database but now I need to add roles to webpage. Need them to be stored in database because the high amout of users …

Member Avatar for Anddmx
0
150
Member Avatar for extofer

The following HTML does not work on FireFox, only IE. Anyone know why?? <a href="http://www.daniweb.com/"> <img border=0 src=http://www.daniweb.com/certificates/badge45765.jpg alt="extofer has contributed to our community" width="125" height="125"> </a> :o

Web Development image php
Member Avatar for zippee
0
184
Member Avatar for michael123

is there a php function that I can verify if the string contains all digital number, not alphabetic charactor? thanks.

Web Development php
Member Avatar for smac
0
265
Member Avatar for frmsasp

Hello There, I am working with c# & I have used two textbox server control. 1> Registration Date 2> Expiry Date First of all, user enters value for the first textbox namely Registration Date and then the expiry date should be auto calculated by adding 30 days into currently entered …

Web Development asp.net
Member Avatar for v_ashwani
0
819
Member Avatar for server_crash

I've got the following code: Code: @mail($address, $title, $message , "From: ". $from . "\nContent-Type: text/plain; charset=utf-8"); Which sends a verification email to a registered user. The only problem is the email is considered bulk, and ends up in the bulk folder, or doesn't show up at all. I'm thinking …

Web Development email php
Member Avatar for fsn812
0
135
Member Avatar for phijim

help im trying to create a conditional database query this is what i have <CFQUERY name="qget_by_date" datasource="log"> Select * FROM productioninfo WHERE ((txtdate =#LSDateFormat(Now(), "d/m/yy")#)) </CFQUERY> <cfif qget_by_date.recordcount GT 0 > <cflocation url="poductioninfo_entryform.cfm"> <cfelse> <cflocation url="main.asp"> </cfif> this works but i need to check date=now and username="txt" an date= now …

Web Development asp coldfusion
Member Avatar for Shaun Hannah
0
184
Member Avatar for sweetyp

I have write javascript to create form field when button is click. function addEvent(myTable){ var lastRow = myTable.rows.length; var x1=myTable.insertRow(lastRow); var a=x1.insertCell(0); var a1=x1.insertCell(1); var x2=myTable.insertRow(lastRow+1); var b=x2.insertCell(0); var b1=x2.insertCell(1); var x3=myTable.insertRow(lastRow+2); var c=x3.insertCell(0); var c1=x3.insertCell(1); var x4=myTable.insertRow(lastRow+3); var d=x4.insertCell(0); var d1=x4.insertCell(1); var x5=myTable.insertRow(lastRow+4); var e=x5.insertCell(0); var e1=x5.insertCell(1); var x6=myTable.insertRow(lastRow+5); …

Web Development coldfusion javascript
Member Avatar for Shaun Hannah
0
316
Member Avatar for senexom

I've been doing web dev for the past few years and have gotten to a few languages, but not CF. To be honest it always interested me to know, but I just never had the will or the opportunity to learn it. Coming from a Java background I'm interested because …

Web Development asp asp.net coldfusion
Member Avatar for Shaun Hannah
0
158
Member Avatar for bobr_1013

Hi, I'm having trouble running javascript. I have a Dell Dimension 300 system. The code I have in my "htm" document is: <td id="daycell"> <script language="javascript"> <! -- Hides from non-JavaScript browsers document.write("Today is 12/15/2005<br>"); document.write("only 10 days until Christmas"); // stop hiding --> </script> </td> I tried it with …

Web Development javascript
Member Avatar for tgreer
0
323
Member Avatar for leroytrolley

Hi people I need your recommendations on what (free) CGI Mail Form script to download and use. All I want to be able to do is have a form on my HTML page that allows people to input some personal info and then the info is posted to my email …

Web Development email perl php
Member Avatar for sarahk
0
116
Member Avatar for tllcll

Hi, I would like to open a hidden popup window to pass value when user enter the value on the textbox. The popup window will perform operation that call the javabean to retrieve values to be displayed on the form that open the window. how to pass values from popup …

Web Development java-jsp
Member Avatar for tllcll
0
126
Member Avatar for nwitty

hello all, am new to this forum, appreciate your responses in advance. i'm a php programmer and am reexamining my rates in light of an upcoming estimate i need to make for a large job. i was curious as to what people out there are charging per hour for freelance …

Web Development php
Member Avatar for zippee
0
207
Member Avatar for jeepj27

Hi All - I am using PhpBB for my medical community and have a question about screen resolutions- Is there any way to make my forum more screen resolution friendly? My forum seems to show best with 1024x768, but how can I make it best for people with only 800x600?? …

Web Development php phpbb
Member Avatar for fsn812
0
257
Member Avatar for pdewijs

Dear Programmers, After more than 8 hours I am finally exhausted. Please tell me how I can [B]install a STABLE Apache server with PHP [/B] on my XP-home edition version 2002 which is able to do the most simple things. Not give errors, or hesitate, or don't show. Apache is …

Web Development apache php
Member Avatar for fsn812
0
213
Member Avatar for ashneet

I m not sure if this is right question to ask. I am trying to get php to make PDF file and email it to some one when they enter enough information. is it even possible as i have no idea how would you do this...

Web Development email pdf php
Member Avatar for fsn812
0
172
Member Avatar for Naters_uk

I am creating a movie system. I am using a dropdownlist to retrieve the date slots data from the movie database and display it into the dropdown list. Anyone have any idea how to do it with some sample asp.net codes? Thanks :eek:

Web Development asp asp.net display
Member Avatar for Naters_uk
0
97
Member Avatar for iketunde

Hello, I created this page. it contains textareas and checkboxes. when user enters information or check any of the checkboxes. this translates to a conditioned query.i achieve this using javascript. u can find the url @ [url]www.laterallinks.com\search.htm[/url] try entering gibberish and any of the fields and click on the fetch …

Web Development javascript mysql php
Member Avatar for bwest
0
109
Member Avatar for goldeagle2005

Hi, For a project of mine, I've implemented user registrations. However, one thing I have NOT implemented is the ability to check if the username requested by a new registration exists in the database. How do I do this? The code for the registration page is as below: (btw, I …

Member Avatar for william_stam
0
134
Member Avatar for iketunde

Hi, got another problem. I have an interface that uses javascript to generate the Mysql WHERE condition of a query it posts to the a PHP page that retrieves values from the database. it works fine as usual on my local pc. but i when i uploaded it to my …

Web Development javascript mysql php sql
Member Avatar for zippee
0
176
Member Avatar for Ragnarok

I am looking for a free strange allown CMS that has news and image gallery support, weather it comes as part of the CMS or as an extra module I don't mind. Anyone know where I can get one? Ragnarok

Web Development cms image php
Member Avatar for PoA
0
168
Member Avatar for aarya

i m very very new to asp.so i wanted t0 know difference bertween asp and asp.net. .net is better than php or asp. ?

Web Development asp asp.net
Member Avatar for zippee
0
191
Member Avatar for yavanna

hi everyone, I'm new to Asp.Net and I have to write a virtual store project. I have a DB and can read from it but can't do anytjing else no matter how I try. I also think I am getting a little lost in all the forms amd partial code. …

Web Development asp asp.net
Member Avatar for yavanna
0
131
Member Avatar for aarya

my site is working on internet explorer nicely but my site is not working on mozilla. pls any body help me

Web Development php
Member Avatar for aarya
0
262
Member Avatar for Electrohead

Hello everyone! I am looking to embark on a project to develop a new content management system! The system will be very much like a portal, and I am looking for volunteers! If you are interested in helping out, please visit the project's community website at [url="http://keefe.hyspex.com/cms"]http://keefe.hyspex.com/cms[/url] I would also …

Web Development cms php promotion
Member Avatar for advancescripts
0
346
Member Avatar for suhabassam

Hi all, I am trying to check String field if it is null or not to excute some commands. But it is not working ... any help pls ?? String foryear = request.getParameter("foryear"); String decreeno = request.getParameter("decreeno"); I've tried to use : if (decreeno.length() > 1) sqlstr = sqlstr + …

Web Development java-jsp
Member Avatar for jwenting
0
113
Member Avatar for Sothink

Sothink designs lots of new menu templates or samples. [URL=http://www.sothink.com/campaigns/dhtmlmenusample.php3]http://www.sothink.com/webtools/dhtmlmenu/samples/index.htm[/URL]

Web Development javascript
Member Avatar for Sothink
0
84
Member Avatar for Designcrowd

[COLOR=Teal]I have newly developed this app which may be quite useful to multiple domain owners. [B]EasycPanel[/B] The easiest way to manage multiple domains without any cPanel knowledge. Have all of your domains accessible on one screen - No more repeating those tedious cPanel logins - You can access the most …

Web Development cpanel sql
Member Avatar for ayksolutions
0
117
Member Avatar for aarya

i want to shift my database from one site to another . how i have to proceed. can anybody help me.

Web Development php
Member Avatar for aarya
0
115
Member Avatar for goldeagle2005

Hi I've created a password protected Music Database. What I now need is, whenever a member logs in, the time and date of his login should be noted. I only need to record the last time he was logged in. Something like "You last logged in on 21st July, 2005 …

Web Development asp
Member Avatar for zippee
0
103
Member Avatar for TimmyRaa

Hey, this is my first attempt at using arrays in PHP, so apologies if this turns out to be ridiculously simple! I have a SQL select statement, and a while statement to pull the results from it: [PHP] $sql = 'SELECT nickname AS name, count( * ) AS played, sum( …

Web Development php sql
Member Avatar for srikanth1243
0
114
Member Avatar for shad

Hi Everyone, i was thinking of creating an online chat system for students as a final year project, i desperately need ideas on how i can go about my project. Any idea you send to me will be very helpful.Thank you :-|

Web Development asp.net
Member Avatar for shad
0
245

The End.