52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for thewolfe

search engine script I'm looking for a search engine script that I can add to my web site so others can search for my site. Any ideas?

Web Development
Member Avatar for vishalldce
0
270
Member Avatar for bornok15

I've been working with a PHP site and below is the code for my index page.. how can i check the data first before going to POST? can i do it with a javascript? if the textboxes are blank it will not POST and just give a message.. and How …

Web Development javascript php
Member Avatar for bornok15
0
131
Member Avatar for justted

Hello everyone, For the navigation of my website I have decided to use a Drop Down Menu which I have inserted into the side menu template so it shows on every page. This is all fine except when you click on it the first time then its successfully loads the …

Web Development engineering javascript
Member Avatar for justted
0
52
Member Avatar for sangeetha.n

How to implement a digital library for my web site..can anyone help me

Web Development php
Member Avatar for sangeetha.n
0
77
Member Avatar for Ankita B

thispage.jsp displays user id and name in a table format with radiobutton attached to each row.... [CODE]while(enum.hasMoreElements()) { String upid = (String)enum.nextElement(); String upname = (String)enum.nextElement(); %> <tr> <td> <input type="radio" name="idradio" selected="false" value="<%= upid %>" /> </td> <td> <% out.println(upid);%> </td> <td> <%out.println(upname);%> </td> </tr> <%} %>[/CODE] nextpage.jsp needs …

Web Development java-jsp
Member Avatar for Ankita B
0
864
Member Avatar for justted

Hello everyone, I have been learning how to code a simple message board (or 'forum') and have really been proud of what Ive achieved so far. However, I want to include these message boards in my online community but currently members will have to add their name as a field …

Web Development php
Member Avatar for justted
0
270
Member Avatar for hungnguyen

hi, I don't know how to send a mail in localhost ? anyone help me!

Web Development php
Member Avatar for hungnguyen
0
56
Member Avatar for foundsheep

My form was working fine in the past, and now it is not. I'm not sure why. I've been through the code several times and have yet to find anything. The form posts with the general error that is in the code. So, something is breaking, but I'm not sure …

Web Development career php
Member Avatar for foundsheep
0
119
Member Avatar for ebabes

I wish to create an application that displays a message in a label assume that the messages have been stored in a string of array. The message automatically changes every after 30 seconds. How can I do the change of the message every after seconds in ASP.Net using C# as …

Web Development asp.net
Member Avatar for ebabes
0
129
Member Avatar for ebabes

I have seen lately from this site a listing of all fields that can be inserted inside CSS. But I can't find it now. Can anybody give me the codes for all the fields in CSS?

Web Development asp.net html-css
Member Avatar for ebabes
0
146
Member Avatar for nathanpacker

Hey, I've got some values that don't seem to be calculating correctly. I've got two numbers, subtracting one from another, and instead of the answer being an exact number, like .06, it's coming out as like .0599999999. For some background, I'm working with monetary values, and since I'm so new …

Web Development php
Member Avatar for nathanpacker
0
245
Member Avatar for JuliaT

Hi there, (is this the right forum for this? If not, a moderator could move it it would be really appreciated) I'm looking for a programmer who'd be interested in programming from the ground up a online simulation game like those such as [link], [link], [link], etc. Concepts are simple, …

Web Development javascript php
Member Avatar for Auzzie
0
116
Member Avatar for lagyossarian

I'm pretty new to ASP.NET. I'm working in ASP.NET 2.0 and I need to create a website that has the same look and feel as an existing website. How do I capture the existing site's "skin"? I guess I want to know if there's an easy way to get all …

Web Development asp.net
Member Avatar for SheSaidImaPregy
0
62
Member Avatar for aparnesh

What would be the best available solution for uploading files to a Web Server from ASP ? I have been using MS Posting Acceptor but it is giving bizarre problems ([URL="http://www.daniweb.com/forums/thread112267.html"]See here[/URL]). Also I came to know it has 2 rather unpleasant problems - destroys all session data after a …

Member Avatar for aparnesh
0
78
Member Avatar for SheSaidImaPregy

I have roughly 700 lines of javascript code going on a new site with ASP.NET. I have a question, and sadly cannot perform the competition at this moment. Would be be better and faster to just include a javascript file through masterpages, or would it be better to use stringbuilder …

Web Development asp.net javascript
Member Avatar for SheSaidImaPregy
0
106
Member Avatar for BabyIT

I tried running a program I built and I'm getting an Active X message and my program has a red "X" where a picture should be. I was told to reset my permissions, how do I do that?

Web Development
Member Avatar for BabyIT
0
65
Member Avatar for lordx78

[code=php] <?php // connect to database include("inc/connect.php"); // include auth and nav //include("inc/auth.php"); // begin content //include("inc/nav.php"); // close mysql connection //mysql_close(); // Check if the form has been submitted. if (isset($_POST['Submit'])) { $brandC = $_POST['brandC']; $typeC = $_POST['typeC']; $styleC = $_POST['styleC']; $frameC = $_POST['frameC']; $groupSetC = $_POST['groupSetC']; $errors = …

Web Development php
Member Avatar for lordx78
0
76
Member Avatar for yobehcor15

Are there any examples of Time and Attendance System, I would like to know how it works on the part where an employee logs in and the logs are being saved under his/her account when he/she views his/her logs. I am new in .NET programming using VB and I just …

Web Development asp.net
Member Avatar for SheSaidImaPregy
0
184
Member Avatar for nikk

Can you please tell me how to expire a session after a fixed interval of time.(i.e if the browser is inactive for some time - say, 5 mins) Once the session expires, and if user tries to access the page, then he is prompted for login again, am i right? …

Web Development java-jsp session
Member Avatar for nikk
0
236
Member Avatar for lordx78

I'm looking for some PHP scripts that be able to search into the Database and retrieve all the records that matches the user input string in the search form. Please advise.

Web Development mysql php
Member Avatar for lordx78
0
273
Member Avatar for hkraskian

How configure tomcat for openning index.jsp as home page?

Web Development java-jsp
Member Avatar for masijade
0
112
Member Avatar for mikeandike22

Hello Im looking for a real simple way, if possible with no databases involved, to send an email to a hosting account on godaddy. I believe they use smtp.secureserver.net for the smtp server. I have a form that asks for the persons name and their email..I am later going to …

Web Development email php
Member Avatar for mikeandike22
0
107
Member Avatar for littlegreen

Hi all, Actually, I had posted a thread in the [URL="http://www.daniweb.com/forums/thread111829.html"]php forum[/URL]. But I don't know the javascripts and AJAX very well, so would like ask for help from anyone here. The code below is originally from [URL="http://24ways.org/2005/edit-in-place-with-ajax"]edit-in-place scripts.[/URL] But this didn't work for my case. Does anyone know about …

Web Development javascript
Member Avatar for littlegreen
0
111
Member Avatar for nikk

In my website, the pages where i allow the users to update their details(such as - change password and update contact details), i want to open them in new window, rather than the current one. Can you please tell me what should be the code for it? What i know …

Web Development java-jsp
Member Avatar for nikk
0
351
Member Avatar for kapil.goyal

i have a class in app_code folder which implements the Ihttphandler Interface.so when the execution enter in the Processrequest method i have to use the session variables created on login page.but there is no such Session Object present there. on login page i hav created session like this session("userid")=dr("user") i …

Web Development asp.net session user-interface
Member Avatar for Hausen
0
411
Member Avatar for kings

hi i want to fetch username from another table based on the id generated in the temopary table. [CODE] <?php @ $rpp; //Records Per Page @ $cps; //Current Page Starting row number @ $lps; //Last Page Starting row number @ $a; //will be used to print the starting row number …

Web Development php sql
Member Avatar for jino
0
121
Member Avatar for dwlamb_001

Can anyone recommend a good up-to-date how-to for the installation of PHPEclipse and DBGdebugger? I am using xampp 1.6.5 which has PHP 5.2.5. Try as I might, I can't get the requisite [code] with DBG v2.11.30, (C) 2000,2004 by Dmitri Dmitrienko, http://dd.cron.ru [/code] in the PHP header to indicate that …

Web Development php
Member Avatar for dwlamb_001
0
137
Member Avatar for Morty222

I am using current_timestamp and it works great but when I output the data onto a php page it looks like this: 2008-03-05 18:05:44 Anyone know how I can make it look like this? 03-05-2008 18:05:44

Web Development php
Member Avatar for johnsquibb
0
111
Member Avatar for sbv

Hello , i am new to AJAX. I don't know anything about AJAX. Can any one tell me What is AJAX. In which language we can use it.. and how.. , need of AJAX. Or any link to refer. Thanking You.

Web Development javascript
Member Avatar for sbv
0
133
Member Avatar for sbv

Hi, I have one question related to SQL Server. But there is not forum on this. so here is my Question. While accessing multiple columns value in a single alias column we right query as follows. [CODE] Select FNAME +' '+ MNAME +' '+ LNAME as NAME from Cust_Master [/CODE] …

Web Development asp.net sql
Member Avatar for sbv
0
128
Member Avatar for htcorp

Symfony , Zend Framework, CakePHP - Which Framework you will choose ?

Web Development php
Member Avatar for miguelp
0
64
Member Avatar for CelestialDog

Hi guys, I've been searching around trying to find a solution to this problem. Basically I wrote a simple php script to create an xml file of the information thats passed to it. Testing it locally works without a problem, but when I upload it to my web space I …

Web Development php xml
Member Avatar for CelestialDog
0
91
Member Avatar for nava

Hi Hope is the correct forum, let me know if I should move it. For work I need to use an internal website the problem I have is that since I upgraded IE7 I cannot see it correctly, looking at the source I can see the script below <label for="supGrpSrch">Search …

Web Development javascript
Member Avatar for ShawnCplus
0
131
Member Avatar for serkan sendur

i output cached my .aspx page for a long period of time, now i want to change some markup on the page, how can i make it invalidate its cache(make it refresh it self)?

Web Development asp.net
Member Avatar for SheSaidImaPregy
0
110
Member Avatar for SheSaidImaPregy

I have created a profanity list and am riding text on a site that contains it. There is also a preview portion (which is below), that tells the user there is a word that is not accepted, and gives them the option to change the word or to continue with …

Web Development asp.net regex
Member Avatar for majestic0110
0
130
Member Avatar for lordx78

I wanted to how do we upload an image path(url) into the MySql database and call it through PHP. Do we use the BLOB function, if yes, then how? I don't want to upload the image itself as it will burden the database. Please Advise.* * Any Tutorials, videos, article, …

Web Development image php
Member Avatar for lordx78
0
139
Member Avatar for serkan sendur

Hi fellas, i got two applications running under the same iis server. I want to pass session variables between these two applications, i.e. authenticate users in one application and allow them access in the other as well. What are my options to achieve this?

Web Development asp.net session
Member Avatar for serkan sendur
0
771
Member Avatar for brr

in my form after filling all details click on the submit button after inserting the data iam getting the same page with empty fields, till this ok i want to display in that form one confirmation message along with empty fields like Date inserted successfully

Web Development javascript
Member Avatar for DangerDev
0
617
Member Avatar for mav140

Hi, I would like some help please. I have made a contact form on Flash and called on a PHP file to send the form through mail. When I receive the e-mail, it is all messed up with HTML tags of the text formatting everywhere... Even in the "From" and …

Web Development actionscript flash php
Member Avatar for miguelp
0
171
Member Avatar for umarqadir

i want to create a signup form in asp.net.and i want to check the password with confirm passowrd.if both are same then it should be stored in database

Web Development asp asp.net
Member Avatar for srikanthkadem
0
97
Member Avatar for aravindkishore

Hi all, I struck at one of my projects where I have to convert uploaded video files into flash files.I am not getting proper idea how this get it done.Please help me in this regards. Thank you, Aravind.

Web Development flash php video
Member Avatar for Mashka
0
93
Member Avatar for majestic0110

hi all I have a connection to a sql d/b that loads data into a gridview. now in this grid view I have edit buttons that process user onto the 'edit' page (a separate page). the data from the row that was selected for editing was sent to the next …

Web Development asp.net c# session sql
Member Avatar for majestic0110
0
255
Member Avatar for rudevils

Hi all, i know a lil bit PHP and im trying to use AJAX in my PHP script can u tell me where the good resources/tutorial to start learning this thing :?: Thx before

Web Development javascript php
Member Avatar for rudevils
0
104
Member Avatar for sheze11

I need to know that, how can i embed the live rates for international stocks on customised charts. Is there any freeware charting application or i have to buy this full customizable charting application. If i have to buy , do you know about any charting application, please provide me …

Web Development php
Member Avatar for JRSofty
0
78
Member Avatar for zanzo

hello, i have a serious problem :S i have 4 pages 1st page: user enters his first, middle and last name. + a submit button to the 2nd page 2nd page: he enters his Gender, Age and Marital status. + a submit button to the 3rd page 3rd page: Address, …

Web Development php
Member Avatar for zanzo
0
129
Member Avatar for Nitefly

Hey, There was a tutorial on this problem I have now but I have lost the link so I am hoping someone here could help :D Basically, I am looking for the code that you basically use as a replacement for iFrames. For example, the URL would be [url]www.mysite.com/index.php?page=PAGENAME[/url] and …

Web Development php
Member Avatar for kamaster
0
138
Member Avatar for aparnesh

I am trying to upload a file to IIS Webserver using MS Posting Acceptor. The URL from where the File is being Uploaded is h ttp://localhost/ccs/RakeUpload.asp After the File has been uploaded, it should be processed by another page 'RakeProcess.asp' After the File is uploaded, the URL is changing to …

Web Development asp file-system
0
196
Member Avatar for kishou

what's wrong with this code? it works fine except when i download the file there's nothing in the file and i've tried removing the unlink. [CODE]$F = fopen("filename","w"); fwrite($F,"blah"); fclose($F); header('Content-Disposition: attachment; filename=title'); unlink("filename"); [/CODE]

Web Development php
Member Avatar for nav33n
0
79
Member Avatar for jjasoningram

I continue to get the following error when running the my php script. PHP Parse error: syntax error, unexpected T_STRING, expecting ']' in /hermes/bosweb/web171/b1716/sl.c2cadmin/C2C/php/processform.php on line 174 Any insight on this would be greatly appreciated. Here is the script: <?php /* Program name: processform.php * Description: Program checks all the …

Web Development php
Member Avatar for JRSofty
0
106
Member Avatar for somedude3488

Hello, I am thinking of creating a php game in my spare time. Any ideas on what the game should be?

Web Development php
Member Avatar for Riscx
0
122

The End.