52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for amithasija

i know this is not a question u'll enjoy,but i am new to asp.net but i need a connectio string to start my project ,so can anybody plz tell me how to get connection string while using sql server 2005.plzz

Web Development asp asp.net
Member Avatar for Paladine
0
124
Member Avatar for Karpat

Hi I tried to use getenv('HTTP_REFERER') to get the referring url ie find out where my user came from... but on localhost i keep getting a blank... I checked phpinfo() and the referrer was in fact blank... Is this normal behaviour? That Aussie Bloke PS it is spelt HTTP_REFERER and …

Web Development php
Member Avatar for UrbanSky
0
83
Member Avatar for Karpat

Hi - I have had a message today from my hosting company to tell me that one of the sites on my hosting account is having it's php code abused. Apparently someone is manipulating the php code from the contact form to allow them to add Bcc addresses. Any ideas …

Web Development abuse php
Member Avatar for stymiee
0
78
Member Avatar for assgar

Hi I thought I had resolved this problem but I am intermittently the receving the warnings below. This code consist of a 1) HTML form, 2) a display function on the HTML form and 3) a process to manage the form input. Can you show me what I am doing …

Web Development php
Member Avatar for assgar
0
264
Member Avatar for assgar

Hi I need to allow the form user to fill out the form using alpha numeric characters only. After reading what I could find this my first attempt to use preg_replace. This works but I need to make sure I am validating the user form input. Have I missed any …

Web Development php
Member Avatar for Puckdropper
0
115
Member Avatar for clara-n

I am looking for a contact form with a Captcha image useful to stop spam. The problem is that my server doesn't allow scripts. Is anybody out there to help me? Thank you!

Web Development php
Member Avatar for clara-n
0
93
Member Avatar for HandSome

Hi. I understand that ASP is server side and JS is, at least in my case, run on the client. So, an ASP process will be run before a JS process. I want to make them work together if possible. Here is my problem: I have an ASP process that …

Web Development asp client-server javascript
Member Avatar for Vegemite Coder
0
79
Member Avatar for anyer_ast!g

Hi everyone, Im Reyn, i just want to ask for help. We are making now a project using coldfusion but we are having a problem. Can someone help me on how to compute the final grade. The situation is, a student has grades from first grading to fourth grading and …

Web Development coldfusion
Member Avatar for anyer_ast!g
0
190
Member Avatar for khusani

Hey, if anyone has an idea of how to increase performance of a web application (ASP.NET). by means of deployment not code.

Web Development asp asp.net
Member Avatar for hollystyles
0
86
Member Avatar for sridhar_msd

can we create dynamic reports in asp.net? the specification is as follows: we should be able to list all tthe columns from a table and the user dynamically select the columns for generating the report. plz help me thanks in advance sridhar

Web Development asp asp.net
Member Avatar for sridhar_msd
0
74
Member Avatar for poseoff

Hi, I'm a newbie on javascript, and am experimenting with this simple script below. I was wondering how could I halt/quite/close the script/program after pressing the X or CANCEL button? I try to press X and CANCEL button, but it won't quit and this script results in infinite loop [CODE]<html><head><title>Phone …

Web Development javascript
Member Avatar for Dukane
0
147
Member Avatar for Ragnarok

I have been looking though php.net and done a few small Google search to try and find a funtion that will highlight html like how the funtion highligh_string() works on PHP. Does anyone know of a function that does this or will I have to create my own? Thanks in …

Web Development google html-css php
Member Avatar for Dani
0
149
Member Avatar for web_developer

guys have anyone ever work with ajax with asp.net. if anyone have any information regarding this subject, may he share it with all? thanks in advance sam

Web Development asp asp.net
Member Avatar for fahiem
0
122
Member Avatar for assgar

Hello I am working on a search page. When you type the person's name insted of displaying a listing I want to be redirectd to the user information. I am getting a warninig: Warning: cannot modify header information - headers already sent( at start of D:\search.php: 108) in d:\search_play.php on …

Web Development first-post php
Member Avatar for Dani
0
100
Member Avatar for wise1

This is a simple script I copied from a book to create a form, then mail it to an address. I cant get it too wok and wonder if its the script or my server. I even copied the source form the publishers website and it still wont work. Basically …

Member Avatar for imgtube
0
307
Member Avatar for GReddy4u

I usually have no trouble with sites, but i need some help making a PHP chat room for a website. Nitto1320(the game), [url]www.kirbynos.tk[/url] thats the site so far and the other is [url="http://www.gotglitch.com"]www.gotglitch.com[/url] I know downloading all the PhP stuff is required but it seems on the confusing side for …

Web Development php
Member Avatar for imgtube
0
533
Member Avatar for evilmonkey29

i'm currently learning php. i'm making a file for a friend instead of using the page that comes up when theres no index file in a folder. i want the directories to come up first and then the files. heres the essence of the code: [code] //$entry is the filename …

Web Development php
Member Avatar for imgtube
0
285
Member Avatar for roryt

Ok, so I am a total PHP n00b so I will explain my problem then say how I would personally logically solve it. I am creating a website using a php include at the top of the page (same for every page on the site) and one for the bottom …

Web Development php
Member Avatar for MattEvans
0
139
Member Avatar for fixyourdns

Hello all and thanks in advance, I am attempting to add an image in an email that is generated from php. Here is the php code [code=php] $ttext = " Hello, $_POST[name], whose email address is $_POST[email] thought you may be interested in this event. $_POST[refurl] $_POST[name] Has left you …

Web Development email image php
Member Avatar for Puckdropper
0
126
Member Avatar for NuGG

I have multiple pages with the same information on them (forthcoming events information), and when that information needs to be changed i have to change every page which takes time. I was wondering if XML can be used to change the information on the pages by editing one central XML …

Web Development asp javascript xml
Member Avatar for jwenting
0
137
Member Avatar for boo_lolly

i don't see anything wrong with it... what's the deal? this is the results page that displays the results of a search query. [b]Parse error: parse error in ../../../../merchandise/testreg/results.php on line 21[/b] [code=php] @ $db = mysql_connect("localhost", "apache", "R3GP@SS!"); if(!$db) { echo "Error: Could not connect to the database. Please …

Web Development apache php sql
Member Avatar for phper
0
118
Member Avatar for bigbud

Hi, I am a relative newbie to PHP no doubt I will run into no end of problems, speaking of which :sad: I have implemented a vb board and need to add another admin. Apparently it mentions that the ID of the person be added after the superadmins line which …

Web Development php
Member Avatar for Dani
0
69
Member Avatar for boo_lolly

hello all, i'm building a CMS and i'm have some trouble with a certain page i've been working on. I have information stored in my database that the admin user can edit and update and change, obviously. on this edit page i have HTML input fields that have been pre-populated …

Web Development cms html-css php
Member Avatar for digital-ether
0
115
Member Avatar for vov4ik

Hello people, I have just started to learn JS, and have a question. I want make my script to load (for preview) an image file chosen by user through HTML form. My code is following: [html] <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <title>Upload form</title> <script …

Member Avatar for MattEvans
0
173
Member Avatar for johnroach1985

Hello to all.I have this project and I must say I am quite stumped with this ASP.Net ( I just can't feel the freedom when I was using JSP:-| ) Anyways the problem is this: After connecting to the database and verifying that the given password and username was correct …

Member Avatar for johnroach1985
0
277
Member Avatar for assgar

Hello I have a search page where you select the letter of the alphabet and the person's information who's name beginning with that letter is displayed. This function is placed on the web page to search and display the information. Everything works except one thing. The problem is if there …

Web Development php
Member Avatar for assgar
0
100
Member Avatar for wernervogg

I have a password protection for my website. The LogIn name and passwords are stored in a mysql database. My question is: How can I define that a person who has a LogIn can only see some pages of the whole website? How can I connect the information about which …

Web Development php
Member Avatar for phper
0
127
Member Avatar for pac0cxd

Hi, Can anybody send me a tutorial on how to handle a dynamic dropdownlist in vb asp.net. What I want is to have 2 dropdownlist. In my first dropdownlist, I have the list of departments. Then in my second dropdown list, I have the list of the members of each …

Web Development asp asp.net
Member Avatar for Raju5725
0
117
Member Avatar for ForestTech

Ok, basically I have this giant, great, big, long variable and I still haven't learn the syntax for this sort of thing. How would I break this up? Basically, the variable is information that is being displayed in a tooltip that hovers after a mouseover. [code]var msgBrackenRidge = '<b>Eco-Friendly Residence</b><br><br>51 …

Web Development javascript
Member Avatar for ForestTech
0
112
Member Avatar for {-_-}

Hello All, I have a javascript image preloading script I'm writing, and it basically creates an array called "array_name" which contains the image filenames, and then uses a for loop to assign "array_name"'s elements to another array called "preload". I know my syntax is good, but the firefox javascript inspector …

Web Development email javascript
Member Avatar for MattEvans
0
105
Member Avatar for mahe4us

Hi all, I would like to provide some features to the users when they are uploading their images in my site. For example once the user uploaded their image into the site. They have options to change the image as following. convert the image to black & white. Invert the …

Web Development image php
Member Avatar for mahe4us
0
93
Member Avatar for greywolf

[U]How can I use php script in xhtml file?[/U] I have short_open_tags = Off in the php.ini and I tried to use <?php ?> or <script language="php"> </script> within xhtml file (I need to use xforms), but my php code is never parsed. Why is that? Thanks for advice.

Web Development html-css php
Member Avatar for stymiee
0
110
Member Avatar for desiguru

I fond some tutorial that can search one field of the table in a database,. But I would like to search the whole table.. In my table I have people's name by first name, last name, phone number etc... how can I display the whole thing as a result? For …

Web Development mysql php
Member Avatar for desiguru
0
165
Member Avatar for boo_lolly

for some reason or another, my AUTO_INCREMENT command won't work in my sql table for the column named 'ID'. i have no idea why. it SHOULD work, but it doesn't. anyway, that's not really much of an issue. however, i have decided to take this opportunity to learn something new …

Web Development cms php sql
Member Avatar for hazel_0821
0
176
Member Avatar for BamaStangGuy

Hi, I am having a hell of a time trying to figure out a javascript error I keep receiving on my vBulletin Forums. The error is not very specific (to me at least) Check out the screen shot for the whole error. I have been poking around all the templates …

Web Development javascript vbulletin
Member Avatar for BamaStangGuy
0
103
Member Avatar for EnderX

I have been requested to create a file which will act like an XML page (expandable tree-like structure). I have been given the following requirements: 1. End user requires that the page be an xml file. No problem there, I know enough (barely) to do that. 2. Request that, if …

Web Development google html-css javascript xml
Member Avatar for MattEvans
0
117
Member Avatar for soso30

Hi, I am building class for my project ,but yhe problem i do not get the proper answer here is the code [System.ComponentModel.DesignerCategoryAttribute("code")] public class Buying : System.Data.DataSet { private ContractDataTable tableContract; private BuyerDataTable tableBuyer; // private SellerDataTable tableSeller; public Buying() { this.InitClass(); // // TODO: Add constructor logic here …

Web Development asp dataset
Member Avatar for soso30
0
84
Member Avatar for ForestTech

Hi, I'm trying to validate a checkbox in the form and I'm not sure which property to use. At the moment, I have a checkbox called "termsandcond" and I'm trying to write a javascript validation script that checks to see if it is ticked or not. [code] function validate(){ var …

Web Development javascript
Member Avatar for MattEvans
0
116
Member Avatar for boo_lolly

hey all! i've got a CMS i'm working on and i have a couple of HTML tables that are populated via php loops communicating with the SQL database. got it? good. at the end of each row in the HTML table there is a checkbox. i need to be able …

Web Development cms html-css php
Member Avatar for boo_lolly
0
731
Member Avatar for shabam

Hello, I'm a newbie and have just spent about 4 hours making the attached code work. The only problem is that it works the opposite of how it should. I have an image map and i loop through and place images to the images that i want to showup when …

Web Development javascript
0
103
Member Avatar for alkaholik

Hello Basically I have a huge list of info from a table in a database, the table has a field "week" in which I sort them by. I want a drop down menu which displays the weeks, and when you pick a certain week, it populates the html table below …

Web Development php
Member Avatar for boo_lolly
0
99
Member Avatar for HailttRedskins

Sorry, it should say FORM I was wondering how I can do a upload file. I run a fan website for the Washington Redskins, and what I want to do is have a section where the members can submit there video or picture materials they've made to my site. However, …

Web Development file-system php video
Member Avatar for codejunkie
0
130
Member Avatar for went1180

The PHP book i have been using lauds object-oriented php, yet provides poor details on how far the code it presents is supported in version 4. my server runs 4 and i have been having trouble trying out some code from the book on it. I simply don't know whether …

Web Development php
Member Avatar for MCP
0
107
Member Avatar for spike29

Question for a Book (Inernet & WWW How to program) Write a JavaScript program that uses Looping to print the following table of valuses. Qutput the results in an XHTML table. N 10* 100* 1000* 1 10 100 1000 2 20 200 2000 3 30 300 3000 4 40 400 …

Web Development html-css javascript
Member Avatar for spike29
0
1K
Member Avatar for vssp

Hai friends I have got the contents from database But i need to search the content if any worsd available in the contents For example when I get the pargraph from the table then i find "Style" this word is avaliable in the paragraph . How can i find the …

Web Development php
Member Avatar for MCP
0
220
Member Avatar for fixyourdns

Hello all and thanks in advance, I am attempting to get a PHP mail form to work “send a URL” I must be missing something. I a trying to do something like this page [url]http://www.willowcreek.org/events/evite.asp?ID=6[/url] they are using a third party company looks like SQL back end. So I found …

Web Development asp php
Member Avatar for fixyourdns
0
77
Member Avatar for rejoicegants

Hi all, I need to get the length of mp3 song alike length of video file. Is it possible to get the length of a mp3 song? Please assist me regarding this. Thanks in advance.

Web Development php video
Member Avatar for iamthwee
0
104
Member Avatar for lawfour

Hi It's been awhile since I had a question, thanks for helping me out before. Now I have another question. I have 50 plus doctors that I have a DB table, I was told that I only needed one table but I could not figure out how. Well I figured …

Web Development php
Member Avatar for digital-ether
0
101
Member Avatar for noman78

Hi there i have a page on which i have button to print the page but the problem is before printing user needs to change the print option manually to landscape. is there any wy tht user simply click print button and it got printed in portrait. as uer dont …

Web Development asp
Member Avatar for katarey
0
91
Member Avatar for procyon

I am working on a website and I dont know much of Javascript,but I need to put to work different scripts on the page,and it wont work!:sad: I've already try to chage all that I remeber to chage,but dosen't work!What I am doing wrong?Can anybody help me out? Here is …

Web Development javascript javascript-jquery
Member Avatar for procyon
0
111

The End.