52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for halukakin

Hi, There is this nice upload ajax script which I would like to use on my site, it's called "Fancy Upload". You can a see demo&code here: [url]http://digitarald.de/project/fancyupload/3-0/showcase/single-file-button/[/url] The demo shows only one upload form instance on the page. However I want to have three upload form instances so that …

Web Development javascript
Member Avatar for Airshow
0
172
Member Avatar for ema005

Hi all, I have a CheckBox in a datagrid called DataFinAdjust. The Autopostback properties of the checkbox is set to true. At each post back i want to be able to do an update using other columns of the datagrid as unique identifiers. The challenge i have is that the …

Web Development asp.net
Member Avatar for ema005
0
92
Member Avatar for moonis.ahmed

My query has two parts: 1. Can I pass an audio file from one jsp to another using form submit. 2. If yes, then how do I write this file to another file in the next jsp page. I was going through the AudioInputstream class but couldnt make much head-through. …

Web Development audio java-jsp
Member Avatar for moonis.ahmed
0
587
Member Avatar for sayaan

Hi, I have written a jsp page which extract large data (1.5MB) from database and downloaded to a csv file. The browser promtpts a file save dialog box and user can save it in csv file in local drive. The program works fine only problem is, in csv file there …

Web Development file-system java-jsp
Member Avatar for sayaan
0
228
Member Avatar for delhiris

Which is base class in .NEt (maybe ASP.Net) ? I have this question on interview?

Web Development asp.net
Member Avatar for sknake
0
72
Member Avatar for CFROG

It's been a long night and maybe I'm so tired I'm overlooking something simple, but this has me dumbfounded. I know for a fact - 100% that these variables contain a value : $receiver_id $myid $receiver_username I defined them at the top of the page and echoed them and they …

Web Development php
Member Avatar for CFROG
0
93
Member Avatar for valonesal

Im looking for a membership area script that allows control over each members, members area. So when they log in they see their products or services and no one else can see these things. So if someone else orders the same thing they would get their own area for download …

Web Development php
Member Avatar for CFROG
0
118
Member Avatar for osirion666

Okay First off i cant figure out where my code is wrong i have stored the ID of the records i want to delete to an array called todelete[] these values are taken from checkbox called delete (stored the ID of the record to the value parameter of the checkbox) …

Web Development apache java-jsp
Member Avatar for osirion666
0
79
Member Avatar for sleign

hey all - I'm more of a self-taught programmer but am going to school for programming as well. I'm quickly finding out that my favorite languages are the ones that school doesn't teach. figures, doesn't it? anyways, I've been playing with php/mysql for around a year now, and have been …

Web Development cms database-design mysql php
Member Avatar for sleign
0
149
Member Avatar for khr2003

Hi Basically when I try to insert the work links into an a mysql database through a php script the word changes to 'li<x>nks'. Does anyone know why? I tried to make the insert on a single page (so other functions or scripts would not affect it) but with same …

Web Development php
Member Avatar for BzzBee
0
96
Member Avatar for xuexue

i already have a database .gz format, now i want to export it to linux using lamp, how could i do that? tnx ^^

Web Development php
Member Avatar for BzzBee
0
114
Member Avatar for xuexue

how will i know, if i have lamp server installed on my linux pc?

Web Development php
Member Avatar for chrishea
0
67
Member Avatar for wwwmadeasy

hello guyes ..i dont know what is the problem with this code ..it was working with me before but now it just store nothing ... when i submite the data every thing shows in the database ecept that image nothing shows there ..i attached the code here so every can …

Web Development mysql php
Member Avatar for digital-ether
0
96
Member Avatar for Totaal

Hello guys! im a Totaal and i need help anyone and Very Very Thx about "Airline Reservation System"??ref(Internet and WWW How to Programe 2nd). below is the case and i hope someone can help me.. thx.. 12.23 (Text Analysis) The availability of computers with string manipulation capabilities has resulted in …

Web Development javascript
Member Avatar for essential
0
405
Member Avatar for san_crazy

hi friends, I have been learning .net far few months. actually I want to learn how a web application made using ASP.Net and c# so need some links where I can download some good projects from. regards san

Web Development asp.net
Member Avatar for pritaeas
0
84
Member Avatar for ruwanaru

Can any one help me on this I want to upload Mp3 file to a Directory but normal file uploading system is not Working can you help me.......... thanx

Web Development php
Member Avatar for ruwanaru
0
93
Member Avatar for hajjo

hello i am trying the following code [CODE]<%@ page import="java.util.*" %> <HTML> <BODY> <%! Date theDate = new Date(); Date getDate() { System.out.println( "In getDate() method" ); return theDate; } %> Hello! The time is now <%= getDate() %> </BODY> </HTML>[/CODE] its so simple, taken from a tutorial. the question …

Web Development java-jsp
Member Avatar for peter_budo
0
112
Member Avatar for SQL_n00b

I have a table that has various rows of data grabbed from a table in my DB. 3 of the columns display the queried data. The last column, however, contains text fields for the user to hand-enter values. When the user hits the Submit button, all of the values entered …

Web Development coldfusion
Member Avatar for SQL_n00b
0
127
Member Avatar for rahul8590

hello everyone ! , I am creating a form with various check boxes in it. The check boxes represent various type of workshop the person wants to attend. i just dont know how to process the data in check boxes. check.html The html code is : [code] <html> <head> <title>Untitled …

Web Development php
Member Avatar for rahul8590
0
198
Member Avatar for Motorider

I am seeking help to create a html search form that has a drop down box listing tables within a mysql database that contain parts for different makes of buses. The idea is that the drop down list would select the table and the part would be found within the …

Web Development php
Member Avatar for Motorider
0
1K
Member Avatar for dantheman3141

Hello everyone. I have a webserver that I would like to implement a file upload program on. I have been looking all over the internet for something that visually uploads files. I tried Megaupload 1.35 ([URL="http://sourceforge.net/projects/megaupload/files/"]SourceForge page[/URL]), and it gave me error messages. The server has the latest versions of …

Web Development apache php
Member Avatar for whiteyoh
0
244
Member Avatar for nikweb

Hi All, am a new web developer in ASP.NET, am developing an application that involves user Interface. In my application am assuming that there is already a database which consists of user profile e.g Username, password, Firstname etc., so I created a database and I manually put in values. the …

Member Avatar for nikweb
0
87
Member Avatar for Stefano Mtangoo

I have tables already. How do I search for a given keyword? Thanks

Web Development php sqlite
Member Avatar for Stefano Mtangoo
0
131
Member Avatar for Alex_

Hello, i want to print on my website how many people are viewing it. I thought doing it with cookies: 1. Give the guest a [I]guest [/I]cookie. Increase a static variable "guest". 2. If he registers, give him a [I]user[/I] cookie. Decrease "guest" by 1 , Increase "user" by 1. …

Web Development api java-jsp
Member Avatar for Alex_
0
123
Member Avatar for mustansar

Can anyone please help me as i am receiving the email from the email address is "linxinquiry@linxinternational.org" but i want that the from email address should be the one who is filling the webform, second in the email i am getting <b> <br> tags with the values. though i have …

Web Development php
Member Avatar for whiteyoh
0
156
Member Avatar for saj_amo

:'( i want know that i have developed a web site with using sql database backhand in asp.net nw how can i deploy it i mean i want to know process how to register it or host it from where ??

Web Development asp.net
Member Avatar for saj_amo
0
91
Member Avatar for saj_amo

hi guys, in asp.net page i have designed a registration page few textbox are in that page i have set field validators on them but problem is that there are two buttons one is for register and the other is to go back to main page when i am clicking …

Web Development asp.net vb.net
Member Avatar for saj_amo
0
162
Member Avatar for hajjo

[CODE]<%@ page import="java.util.*" %> <%@ page import="java.sql.*" %> <%@ page import="java.text.*" %> <% Statement stmt =null; Connection conn =null; ResultSet rs = null; try { String url = "jdbc:oracle:thin:@ahmad:1521:PLSExtProc"; String user = "training"; String password = "training"; Class.forName("oracle.jdbc.driver.OracleDriver"); System.out.println("--------------"); //Get a connection to the database conn = DriverManager.getConnection(url, user, password); …

Web Development java-jsp oracle xml
Member Avatar for hajjo
0
94
Member Avatar for phpbeginners

Hi all I am new in php, I want to block the user to return on the previous page? suppose I have page1 when he/she goto page2 he/she cannot return to page1 (session of page1 expired) thanks to all.

Web Development php session
Member Avatar for phpbeginners
0
136
Member Avatar for pandeyprashant

hello every one, i m trying to insert data from jsp page to database using sql insert query. every thing is working fine but when i m using autonumber in database(Ms Access) it is showing error. so please help me how to do it??/

Web Development java-jsp sql
Member Avatar for pandeyprashant
0
849
Member Avatar for masterjiraya

[CODE=PHP]<body> <form method="post" action="script name"><font color= white> <b>Check Your Favorite Pass Times:</b><br> <input type="checkbox" value="TV" onClick="validate(this)"name = 'n1'>Watching TV<br> <input type="checkbox" value="Hiking" onClick="validate(this)" name='n2'>Hiking<br> <input type="checkbox" value="Surfing" onClick="validate(this)" name='n3'>Surfing the net.<br> <input type="checkbox" value="Building" onClick="validate(this)"name='n4'>Building Web Pages.<br> <input type="checkbox" value="Reading" onClick="validate(this)"name='n5'>Reading a book.<br> <input type="reset" value="Reset"><br> <input type="submit" value="compute"><br> <?php …

Web Development php
Member Avatar for masterjiraya
0
128
Member Avatar for ayesha789

Hi, I am showing my output using this. It shows all the records on web page where month is July(07) But I want it show all the records like: there are 29 records found, I also need 3 records per page, How I will do paging for these. please guide …

Web Development mysql php
Member Avatar for ayesha789
0
337
Member Avatar for snadboy6371

I have cron to run every day 12 am I have set that page but I get error message to my mail address /bin/sh: /home/myre1378/public_html/expired.php: Permission denied and /bin/sh: /home/myre1378/www/expired.php: Permission denied I have checked by setting both the paths in public_html as well as www but still same issue. …

Web Development php
Member Avatar for BzzBee
0
76
Member Avatar for lifeworks

Hi I have a small app, my first real ajax project, which gives you details for product availability, for each day. The user selects a day (from a calendar) and then a time slot within the day. The app then displays how many slots are available for purchase, on that …

Web Development javascript
Member Avatar for lifeworks
0
75
Member Avatar for bratbo

Is there any way to ensure that a particular code is executed when a session ends e.g to remove temporary files og database entries ? similar to the Session_OnEnd in the global.asa file in an asp application ?

Web Development asp php session
Member Avatar for thewebhostingdi
0
126
Member Avatar for BlackPhoenix

Hi everyone, I am trying to create a system that will allow me to update the browsers of each client (person) currently viewing a webpage. Don't worry so much about why I am wanting to do this, but please critique my 2 solutions, and tell me which one is the …

Web Development client-server php
Member Avatar for digital-ether
0
112
Member Avatar for SKANK!!!!!

read: \"you fail at life =]\" yuh is being put into the database from a form submit obviously i dont want the backslashes. how do i get the backslashes rom being inserted into the mysql db table? my code is `$code = mysql+real_escape_string($_POST[code]);` then insert it with mysql query. how …

Web Development mysql php
Member Avatar for somedude3488
0
93
Member Avatar for Tivoilos

[code=php]<?php require_once("Actions/config.php"); if(isset($_POST['email_address']) && $_POST['password']){ $sql = "SELECT * FROM $tbl_name WHERE email_address ='$email_address' and password ='$password'"; $result = @mysql_query($sql); // Mysql_num_row is counting table row $count = @mysql_num_rows($result); // If result matched $myusername and $mypassword, table row must be 1 row if($count==1){ // Register $myusername, $mypassword and redirect to …

Web Development php
Member Avatar for FlashCreations
0
133
Member Avatar for Nathan Campos

Hello, I'm a Java developer and i have created a forum in InvisionFree, that uses a Invision Power Board, but i want to index my forum to Google, how i can do this, remember that my account is free, then i can't upload files for the root of my forum. …

Web Development google php
Member Avatar for FlashCreations
0
309
Member Avatar for apease11

Hi, I had this working but after a few code revisions it has stopped. I am trying to set a variable; lets say I have [ICODE]$var[/ICODE] and am trying to set it to [ICODE]$_SERVER['REMOTE_ADDR'][/ICODE] with the code: [CODE]$var = $_SERVER['REMOTE_ADDR'];[/CODE] When I do this I receive a fatal error in …

Web Development php
Member Avatar for apease11
0
126
Member Avatar for stuckinmud

hellllloooo again does anyone know how i can tweak my files so that when someone has completed an email form, it stays on the same page and says Thank you - your message has been received etc? at the moment i have my form in my contact us html file, …

Web Development email php
Member Avatar for stuckinmud
0
2K
Member Avatar for codemaker

Hello guys, I actually have 2 questions:- 1- I'm using a form with a POST method. When I click the browser back button (the action of the form is the same page),I get a message from the broswer telling be that it should resend the data again. I'm trying that …

Web Development first-post php
Member Avatar for codemaker
0
124
Member Avatar for stuckinmud

hi there could anyone please tell me how i would change this html to use php to email without opening microsoft outlook please? this is my html [code=html]<FORM encType=text/plain action=mailto:recipient@mydomain.co.uk> <TABLE border=0 cellSpacing=0 cellPadding=4 width="90%"> <TBODY> <TR> <TD width="30%"> <DIV align=right><B><FONT color=#ffffff face=Candara>Name:</FONT></B> </DIV></TD> <TD width="70%"><INPUT name=name> </TD></TR> <TR> <TD> …

Web Development perl php
Member Avatar for stuckinmud
0
116
Member Avatar for ramsri05

Hello, I need to convert a string variable to BIGINT and store it into the mysql database. I have used settype() but its removing my leading zero in the string. For example, [CODE] $new_id1="12"; $new_id2="345"; $zero="0"; $id="{$zero}{$zero}{$new_id1}{$new_id2}"; settype($id,"float"); echo $id; output: 12345 // Instead of getting 0012345 [/CODE] The above …

Web Development php
Member Avatar for digital-ether
0
2K
Member Avatar for w33n

My friend's mother is looking to start up a Social Networking site. I am a web designer and I am looking to hire a Developer, but I don't know what skills they need (ie. php, ajax, etc., ?) Also, for a developer, roughly how much would they charge for this …

Web Development php
Member Avatar for Nathan Campos
0
75
Member Avatar for polo_coins

I have a menu and I want when I mouseover them it change their color and style .Are the any suggestion?

Web Development javascript
Member Avatar for Troy III
0
306
Member Avatar for f_atencia

Hi peoples. I have a button: [icode]<asp:Button ID="nextView4" runat="server" Text="View Summary" CommandName="NextView" />[/icode] ...a label... [icode]<asp:Label ID="LastNameResult" runat="server" Text="">[/icode] ...and a textbox... [icode]<asp:TextBox ID="TextBoxLastName" runat="server"> </asp:TextBox> [/icode] And basically i need to get the text written in the textbox into the label when the button is pressed. As you can …

Web Development asp.net
Member Avatar for becooler
0
67
Member Avatar for scias23

i'm generating a dynamic form using php. but my problem is how to store each field values into a multidimension array of unknown size. to be clear: 1. i enter the number of entries i wish to submit 2. php will then generate a single form, but with specified number …

Web Development php
Member Avatar for scias23
0
319
Member Avatar for ritu verma

I have three textboxes & one button Add & one Gridview.I want to add the textboxes data in Gridview on button click.

Web Development asp.net
Member Avatar for ritu verma
0
57
Member Avatar for sven1981

i extraction the files download from [URL="http://www.daniweb.com/forums/thread141776.html"]here[/URL] ,but i encounter problem after i key in username and password from index.jsp. "HTTP Status 404 - /daniwebtutorial/controller/login type Status report message /daniwebtutorial/controller/login description The requested resource (/daniwebtutorial/controller/login) is not available. Apache Tomcat/6.0.18" Ver. Tomcat : Tomcat 6.0 paths to java :C:\Program Files\Java\jdk1.6.0_12\bin; …

Web Development apache api daniweb-api java-jsp
Member Avatar for masijade
0
188

The End.