52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for aeroguy
Member Avatar for aeroguy
0
82
Member Avatar for jcmoles

First of all, let me say I am new to this forum. It has been a while since I attempted any programming. I have used vb.net, HTML, vbscript, and javascript in the past. Here is my problem. I am wanting to make a web page with pictures, under the picture …

Web Development javascript vb.net vbscript
Member Avatar for tgreer
0
121
Member Avatar for Barabus

First of - I'm almost a newbie. I messed around a bit with PHP 4 for a while until things got scary and they switched Globals on in 4.2 - where I had to then re-write my scripts all over again. It seems that with every upgrade you need to …

Web Development php
Member Avatar for martinkorner
0
368
Member Avatar for Brims

Im building an online music video library with php can anyone point me out getting it wrking with the database

Web Development php video
Member Avatar for Brims
0
118
Member Avatar for DeLoreanz1

Ok, I want to make my own IM program and MySpace clone for my organization. I want to do the same thing as the "disc forum" that I posted about [URL=http://www.daniweb.com/techtalkforums/thread24916.html]a long time ago[/URL] where you need the CD code to sign up for it. Can anyone tell me how …

Web Development php
Member Avatar for DeLoreanz1
0
247
Member Avatar for benzspider

trying to create the front end to a script that will calculate the area and circumference of a circle. (1)HTML form that will contain three input fields and a submit buttom (2) will have only one text input field that input field is radius (3)Create a calculation script with the …

Web Development first-post php
Member Avatar for Troy
0
156
Member Avatar for kamila

hi, im a newbie and im developing a system using ASP.NET programming using visual studio and SQL Server.i was tring to write my first login page, and i connected it to the database, and ran my application.but this error came out,"[B]error while trying to run project:Unable to start debugging on …

Web Development asp asp.net sql visual-studio
Member Avatar for web_developer
0
112
Member Avatar for web_developer

I want the administrator of this site to replay to me. this forum u developed from scratch or u used developed one and u updated. i want to develop content management system and u know forums are part of cms. the langauge is asp.net can u help me by links …

Web Development asp asp.net cms
Member Avatar for web_developer
0
131
Member Avatar for web_developer

hey alll i reciceve this error, does anyone knows the solution. [B]Error while trying to run project: Unable to start debugging. Unable to start program 'display some funny characters' The system cannot find the file specified.[/B] thanks in advance

Web Development asp.net display
Member Avatar for web_developer
0
66
Member Avatar for davidpitts

I am (as you will quickly discover) a novice javascript coder. Here is my issue. I am using a radio button, and it works fine. Then when I change some other element on the page, or hit refresh, the radio button does not remain set. You can see it in …

Web Development javascript
Member Avatar for davidpitts
0
149
Member Avatar for Walyer

Hey all, I’ve created a register form that includes some Dreamweaver generated code and code of my own. What I did was within the main query that handles the insert of the userID I added another query within the <cfif> to see if the userID already exists. The problem is …

Web Development coldfusion email
Member Avatar for paulbaylis
0
225
Member Avatar for web_developer

hey to u all this is my first thread here and hoping to benefit from it i am entering new domain, building cms i want any links to a free ebooks in building cms with asp.net or php 10x advance

Web Development asp asp.net cms
Member Avatar for web_developer
0
87
Member Avatar for kgonsalv

I want to put about 7 different RSS news feeds in a page. Rather than make an indivdiual page for each I was hoping to have links at the top that as such: World News, US News, Sports, Etc. Those will act as links so when they click on them …

Web Development javascript
Member Avatar for Troy
0
137
Member Avatar for bbb777b7

I just started to have experience of making web sites. I know html and flash and things like that. I had some experience with javascript. What is the use of php? also, what is the use of css and javascript? which one should i learn first? which is the most …

Web Development flash html-css javascript php
Member Avatar for bbb777b7
0
196
Member Avatar for Naters_uk

What's wrong with this? I know i must have missed out something. But what's that i'm missing? [CODE]Dim ds As DataSet = New DataSet Dim da As SqlDataAdapter = New SqlDataAdapter("SELECT * FROM Member WHERE MemberUserName = @MemberUserName", Conn) da.SelectCommand.Parameters.Add("@MemberUserName", SqlDbType.VarChar) da.SelectCommand.Parameters("@MemberUserName").Value = Session("Username") ' Fill DataSet with the data …

Web Development asp.net dataset session
Member Avatar for neerajtrivedi
0
347
Member Avatar for Edwardobrien

I'm a complete amateur at websites but our golf club delegated the job to me to build their website which I published about a year ago. The problem is; the site is built in a frame (Left Hand Contents) so the left hand navigation bar remains visible. When found in …

Web Development google javascript
Member Avatar for Edwardobrien
0
89
Member Avatar for Woodminer

Greetings! I'm new to this community and so please be gentle with me as I figure out how it works, where things are, and what the general polity is. Situation: Our non-profit's website is hosted in a Windows environment. CGI is not available to me, but there is an ASP …

Web Development asp email
Member Avatar for msaqib
0
116
Member Avatar for red_evolve

Greetings. I would like to know if there's any way that I could throw errors within a cfscript block. I have checked the Coldfusion manual, but there are only the try and catch block stated, not the throw function. Please advise.

Web Development coldfusion
Member Avatar for guy_richardson
0
166
Member Avatar for alfagirl25

im currently using frameset on my page. the thing is i want to resize the frameset so that it doesnt cover the whole browser window.is it possible n how? currently my frameset consist of header, footer,contents and main.

Web Development asp.net
Member Avatar for alfagirl25
0
96
Member Avatar for Rumrunner

Hi, Can I get some help installing PHP on my machine? A while back, I had it working. I was using Microsoft IIS as a server, and I was testing my PHP files by putting them in the wwwroot directory. Something has happened since then because I cannot run php …

Web Development apache php
Member Avatar for Rumrunner
0
125
Member Avatar for seh1

Hi, I hope this is a PHP issue as I miss posted earlier (sorry). I have created a page for uploading files onto my computer from the internet using PHP. My page creates a folder to hold the uploaded files in which can be deleted. BUT once the uploaded file …

Web Development php unix
Member Avatar for Troy
0
103
Member Avatar for tazaramya

This script works in ie but NOT Firefox. Can someone help me make it work in both. Script just creates and rotates the url that it uses. :mad: <html> <head> <title>Corvallis Calendar - Home</title> <SCRIPT LANGUAGE="JavaScript" type="text/javascript" > <!-- // var myDate = new Date(); var myMonth = myDate.getMonth(); myMonth …

Web Development java-jsp javascript
Member Avatar for Nilesh Pagar
0
136
Member Avatar for k_satish0101

i 'm getting the date in [B]dateField[/B] variable after entering the code for converting the date into Simple Date Format java.util.Date datefield2 = new java.util.Date(request.getParameter("dateField")); java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("EEEE,dd MMMM yyyy"); GregorianCalendar startDate = new GregorianCalendar(datefield2.getYear()+1900,datefield2.getMonth(),datefield2.getDay()) String reqdt=sdf.format(startDate.getTime()) i 'm not getting the exact date which i entered in …

Web Development java-jsp
Member Avatar for Nilesh Pagar
0
152
Member Avatar for seh1

Hi, I have an exam page for printing exams that is print friendly. However some info I dont want appears on the printed page: (1) the pages url and (2) the date still appears at the end of the page when I print it. Also (3) a page count appears …

Web Development php
Member Avatar for seh1
0
82
Member Avatar for vic02

I've done extensive work developing a large on-line application form, only to find that it will not render properly in Firefox (1.5.0.1) or Netscape (8.0). The panels are overlapping each other and style settings such as backcolor are not propagating to child elements. Yet, it renders nicely in IE. I've …

Member Avatar for vic02
0
149
Member Avatar for ankurahuja1

how to manage the dropdown list index when we remove one item from it

Web Development asp
Member Avatar for ankurahuja1
0
76
Member Avatar for rajni11

Hi! I am not able to open any solution in VS.Net framework due to this error............. Unable to open Web Project '...'. The file path '...' does not correspond to the URL '...'. The two need to map to the same server location. HTTP Error 404: Not found Can anyone …

Web Development asp.net web-server
Member Avatar for rajni11
0
165
Member Avatar for sam1

hi everyone, say i have a php code that works fine. How would i test it? can i use tomcat server to run the code or there is another way? ps im new to php :p thank you

Web Development php
Member Avatar for bbb777b7
0
113
Member Avatar for chigasakigaijin

Ok, so it's easy enough to modify element CSS on the fly with getElementById. Problem is, you have to give a unique id to every single element on your page you want to be able to modify. I don't want to have to make over a 100 unique id's for …

Web Development display html-css image javascript
Member Avatar for chigasakigaijin
0
212
Member Avatar for csnewsome

A former instructor (process technology) has emailed me with a question concerning a runtime error he is receiving. I am not a programmer and provided him with code snippets for his WebCT environment. He has emailed me and asked a question I cannot answer. He is receiving a runtime error …

Web Development display email javascript
Member Avatar for csnewsome
0
142
Member Avatar for []{evin

Hey.. I've been trying for quite some time now to figure out how to display statistics from my phpbb forum on my main page which is just plain html. Now I've got so far that I have an iframe which will display a PHP file called member_stat.php ... The problem …

Web Development display php phpbb
Member Avatar for []{evin
0
182
Member Avatar for jasmineleo

hi there, i'm doing a basic computer science homework and i cannot figure out how to run the javascript on the browser... so i write a program on microsoft word and save as "java.html" under html document, then what do i do to display the contents on the browser??? any …

Web Development display javascript
Member Avatar for web_developer
0
149
Member Avatar for paradox814

so I am trying to write a regular expression lets just take this case for an example: [code]^[0-9a-z]{5,9}$[/code] OR an empty string, how would I add that part? I tried stuff like:[code]^([0-9a-z]{5,9}|[]{0})$[/code]but to no avail, any ideas?

Web Development php
Member Avatar for Troy
0
137
Member Avatar for michael123

If the items in <select> drop down menu are populated from mysql DB, like: [code] <? echo "<select name=ptype>"; echo "<option value=\"\">------Select------</option>"; for ($i = 0; $i < mssql_num_rows( $result0 ); ++$i) { $line = mssql_fetch_row($result0); echo "<option value=$line[0]>$line[1]</option>"; } echo "</select>"; ?> [/code] Now I want to submit this …

Web Development php
Member Avatar for DanceInstructor
0
4K
Member Avatar for brokehorsesdotc

Need help please. The site I am helping with is an equine php classifieds website where people place Ads and upload photos of their horses for sale. I have an issue where sometimes people go to place an Ad and can not see the Place Ad links on the page …

Web Development php
Member Avatar for fisheye
0
387
Member Avatar for Lizard

Hello. I have the following errors: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/winnie/public_html/pqQuiz/lib/templates.php on line 13 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/winnie/public_html/pqQuiz/lib/templates.php on line 13 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in …

Web Development mysql php
Member Avatar for Troy
0
126
Member Avatar for spidey

hi peeps, i have here a code of the contents in a field fetched from the database. the ProductID is looped until all are displayed, which depends on the sql. i put a comma after a ProductID so that all ProductIDs are displayed separated by a comma and a single …

Web Development asp sql
Member Avatar for Lafinboy
0
142
Member Avatar for StandardsDT

hello im having twoo issues as stated in the topic name. one of them being the page not being able to load in Opera and the second one being a warning that pops up on the page if you are using IE because my website is Standards Compliant and is …

Web Development html-css javascript php xml
Member Avatar for Lafinboy
0
152
Member Avatar for seh1

Hi, I have text files/notes/pdfs etc in a folder that I want the names of to appear on one of my php pages and then I want the doc/pdf to appear in a seperate browser window (or the same window) when the user clicks on the name. Is this possible …

Web Development pdf php
Member Avatar for seh1
0
166
Member Avatar for muthu

hai, please help me to move the record in the table. i need this very urgently

Web Development asp.net
Member Avatar for muthu
0
261
Member Avatar for yiannos

[size=3][font=Times New Roman]Help!!![/font][/size] [font=Times New Roman][size=3] [/size][/font] [size=3][font=Times New Roman]I have written the following php for a feedback form. the problem i am facing is the following:[/font][/size] [size=3][font=Times New Roman]When the [/font][/size] [size=3][font=Times New Roman]$mailto = 'yiannos@mydomain.com' ; [/font][/size] [size=3][font=Times New Roman]is written the script works perfect and the email …

Web Development email php
Member Avatar for AsXeToUaZ
0
141
Member Avatar for alfagirl25

my question here is :how do we write sql connections to database that's using windows nt authentication?How's the syntax looks like?tq :confused:

Web Development asp.net sql
0
92
Member Avatar for benje677

I have a third party product that I hit a link to from within a .vbs running unattended on a server. Hitting the link starts an update process. When I hit the link, IE opens and the link returns a page that is blank except for the following code. Code: …

Web Development javascript
Member Avatar for Comatose
0
186
Member Avatar for ridhimasatam

hi, i want to know what is apache server?how it relates to php

Web Development apache php
Member Avatar for Troy
0
191
Member Avatar for ridhimasatam

HI, i want to know what is server scripting ,and how does php relates to server scripting.

Web Development php
Member Avatar for Troy
0
288
Member Avatar for aeroguy

ok, so just installed my VB board, and was playing around with it, and now i think its Broken! Have a couple of problems. Firstly my smilies dont show for some of my usergroups, it shows for admin. Could anyone tell me where in VB would you go to find …

Web Development first-post vbulletin
Member Avatar for Dani
0
341
Member Avatar for web developer

Hi all I changed my account from 'Web Develpoer' to 'web developer' because of wrong fast typing spelling ... Thanks very much

Web Development asp.net
Member Avatar for web developer
0
73
Member Avatar for laxy_m

Hello!! Please guide me. How do I install Apache, MySQL, PHP on Linux? Thanks Laxy [URL=http://www.funspot.com]www.funspot.com[/URL]

Web Development apache mysql php
Member Avatar for ashwinperti
0
179
Member Avatar for acl

I am the webmaster for a site hosted by ipowerweb.com. Among the applications they offer is a survey tool, but it must in a file with .php extension. I have no idea what that means. The site's tech support said I would have to use an external html editor such …

Web Development php
Member Avatar for StandardsDT
0
178
Member Avatar for stackOverflow

HI, Well, I'm getting this error message when i try to open my project [I]"Visual Studio cannot create or open the application because the web server on this computer is not running. Start the web server before preceeding". [/I] I searched in google for any kind of help.. i found …

Member Avatar for muthu
0
381

The End.