52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for newbie14

Dear All, First I have a combo box populated from mysql db. Then onChange of the first combo box then I would like to populate my second combo box. I am trying out the jquery method as below. The first combo box id is $clientID. The problem I dont get …

Web Development javascript
Member Avatar for SolidSolutions
0
846
Member Avatar for new_developer

Hi there, I am new in web development. I think this problem is related to javascript. My javascript script is below which changes images after 2 sec. But when i call my start function in img tag in my third row div of my layout, it does not show images …

Web Development javascript
Member Avatar for SolidSolutions
0
234
Member Avatar for coervivekmca

i am having access denied error while uploading resume to server ?now wht to do ... i am sending u code .is there any requiremet to add jar file and where to put it in web directoty .ex.u can see [url]www.reeenovo.com/index.jsp[/url] plz help me..regarding the same

Web Development file-system java-jsp
Member Avatar for shivarocks
0
85
Member Avatar for luweegee

I cant update my data i know theres something wrong in my code...pls help me guys i need this code ASAP... :( [CODE] <?php $con = mysql_connect("localhost","root",""); $sql = mysql_select_db("luweegee",$con); ?> <html> <head><link rel='stylesheet' type='text/css' href='Style.css'/></head> <body> <table border=0 align='center' width=900 cellpadding=20 cellspacing=0> <tr><td class='title' colspan=2><h1>Update Record</h1></td></tr> <tr> <td class='borderBaba' …

Web Development html-css php
Member Avatar for luweegee
0
166
Member Avatar for BenzZz

I know it doesn't make a massive difference but what software do you guys write jsp (or any other web development language for that matter) in? I used ModelWorks Jpad Pro but it started to annoy me so what do you guys recommend? Thanks in advance :)

Web Development ide java-jsp
Member Avatar for peter_budo
0
135
Member Avatar for coervivekmca

hey friends how are you?I need to develop a web consumer forum,will u please tell me how can i develop it using j2ee???

Web Development java-jsp
Member Avatar for peter_budo
0
72
Member Avatar for tom_benton

I'm developing a land use map and want to use Google Maps. Just want to ask if the Javascript API could actually handle overlays like this sample: [url]http://magellan.co.arlington.va.us/Maps/Standard_Maps/Planning_Maps/GLUP.pdf[/url] Or you would suggest other ways to do this?

Web Development api google google-api javascript pdf
Member Avatar for faico
0
118
Member Avatar for red angel

Hi all, Can anyone help me ragarding my new project, im having a hard time working on the report part, computing the subtotal of the quantity per device!! thanks in advance attach is my code

Web Development php
Member Avatar for Shanti C
0
533
Member Avatar for Layerphp

Hi i have a requirement of uploading images to server in which i want to select multiple images from local system on clicking the browse button once.i found many scripts for single image selection but i want the script for multiple image selection.I want script related to PHP Javascript. Can …

Web Development image php
Member Avatar for Shanti C
0
277
Member Avatar for ryathegr8

hi em trying to fetch Employee information from db and load it in Gridview....i select departemnt name and Grade from dropdownlist and pass it in query buh it returns Invalid column name 'InformationTechnology' and Invalid column name 'Grade17' [CODE]String strCon = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlConnection objcon = new SqlConnection(strCon); objcon.Open(); // String …

Web Development asp.net dataset
Member Avatar for ryathegr8
0
159
Member Avatar for ryathegr8

hi i am doin with Employee Management System... scenario is when Emp login Employee Name is stored in session[UName] variable and redirected to the employee home....there when he choose to view his profile, query it using sesseion variable.... code is given below: [CODE]string strCon = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlConnection objcon = new …

Web Development asp.net session
Member Avatar for ryathegr8
0
117
Member Avatar for chrisglasier

I have made a couple of preliminary versions of a web machine as an HTA and as a web dialog plug in for Google's Sketchup. The machine has moving sliders (hence machine) that get populated with names of real objects in a hierarchical structure set by the user's associations e.g. …

Member Avatar for chrisglasier
0
254
Member Avatar for coervivekmca

how to run servlet and jsp in online webserver????

Web Development java-jsp
Member Avatar for coervivekmca
0
75
Member Avatar for stephy1

Is there anything like that links should be given inside(outside) the <form></form> tags. Can form tag be left without any action?

Web Development java-jsp
Member Avatar for masijade
0
309
Member Avatar for kgenn

hello :) how to insert new record in grid view coming from textbox? I tried to used the INSERT INTO -- sql query, but it didn't work.. does it have another way? please. my current language is vb. thanks. [CODE]With mydataLupon .DataFile = "~/Database/dbLupon.mdb" .SelectCommand = "INSERT INTO tblLupon_C VALUES …

Web Development asp.net
Member Avatar for vuyiswamb
0
174
Member Avatar for kgenn

the code is for binding data from a gridview [CODE] Sub BindGrid() Dim connection As OleDbConnection connection = New OleDbConnection("Provider=Microsoft.Jet.Oledb.4.0;Data Source=C:\Users\Karl Gennadi\Desktop\Visual Studio 2008\WebSite3\Database\dbLupon.mdb") connection.Open() Dim command As OleDbCommand command = New OleDbCommand("Select LAST_M, UNIQUE_C from tblLupon_C", connection) Dim DataReader As OleDbDataReader DataReader = command.ExecuteReader() GridView1.DataSource = DataReader GridView1.DataBind() connection.Close() …

Member Avatar for kgenn
0
473
Member Avatar for ebanbury

Hello I would also like to have a form, where users can input their search criteria and then the results show on the same page in a table. Currently absolutely nothing happens.:-( [CODE]<?php require_once('Connections/iwalletc_localhost.php'); ?> <?php if (!function_exists("GetSQLValueString")) { function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { if …

Web Development html-css php
0
90
Member Avatar for yamot47

[CODE]# <form name="Item Search" method="post" action="search1.php"> # Item Search:<br> # <label> # <input name="swords" type="text" size="30" maxlength="30"> </label> <br> <label> <input name="search" type="submit" id="search" value="Search"> </label> <a href="logout.php">Logout</a> </form> <?php if(isset($_POST['submit'])||isset($_POST['swords'])||isset($_GET['swords'])){ if (isset($_POST['swords'])) { $search=$_POST['swords']; }else { $search=$_GET['swords']; } $newurl = "search.php?swords="; $searchwords = addslashes(htmlspecialchars($_POST['swords'])); { $words = explode(' ',$searchwords); …

Web Development php
Member Avatar for yamot47
0
79
Member Avatar for petrakid

I am writing a script for an events calendar for one of several websites I manage (I know there are plenty of scripts out there, but it's easier for me to do this from scratch). It has been requested of me to incorporate recurring events into the events creation page. …

Web Development php
Member Avatar for petrakid
0
915
Member Avatar for trance girl

Hi, I'm having a problem with selecting only the first child of my content tree. What I have is [CODE]<div id="Ft"> <ul class="Ft_colum"> <li><h3><a href="#">Home</a></h3></li> <li><a href="#">Demo link</a></li> <li><a href="#">Demo link</a></li> <li><a href="#">Demo link</a></li> <li><a href="#">Demo link</a></li> </ul> <ul class="Ft_colum"> <li><h3><a href="#">News</a></h3></li> <li><a href="#">Demo link</a></li> <li><a href="#">Demo link</a></li> <li><a href="#">Demo …

Web Development javascript javascript-jquery
Member Avatar for jpietrangelo
0
120
Member Avatar for puvi

Hi ppl yestday i posted a thread and that issue was solved, but a similar issue is raised again. this time, 1)i am populating the options(eg: base material, film, glass pane) in dropdown from database. 2)user selects a option, enters other details and click submit. 3)on clicking submit, all the …

Web Development php
Member Avatar for puvi
0
72
Member Avatar for BlueCharge

Hello Everyone, I have some code which i use for BB codes in my forums. It works fine but I want to be able to not show the links if the user is not logged in. So below is the code I'm using for all BB codes used and the …

Web Development flash php
Member Avatar for BlueCharge
0
108
Member Avatar for devinodaniel

Hey everyone. So for example sake I have this: [CODE] <title>index.php</title> <form name="form1"> <select name="useraccounts" id="" value="" onChange=""> <option id="" value="">cant login</option> <option id="" value="">forgot password/option> </select> </form> <form name="form2"> <select name="computers" id="" value="" onChange=""> <option id="" value="">physically broken</option> <option id="" value="">needs repair</option> </select> </form> ////////////////////////////////////////// <title>popup.php</title> <form name="form"> <select …

Web Development php
Member Avatar for devinodaniel
0
129
Member Avatar for darkslide

Hello, i have a question about mod_rewrite. I have the following url: [url]www.example.com/listen.php?title=U2_with_or_without_you&youtube_video_id=hTgnDLWeeaM[/url] Now, i want to rewrite it like this: www.example.com/U2_with_or_without_you->hTgnDLWeeaM Now, my question is, since i can't use the caracters - or _ as separators between the get parameters, it is "safe" to use -> ? Is it …

Web Development apache php
Member Avatar for EvolutionFallen
0
226
Member Avatar for Javitri

Hello I am working on php website. Now here im working on sending orders. So once it is ordered the confirmation e-mail goes to one who ordered(he enters his e-mail id manually) and the head of the department(e-mail ids written in code). But now I have put a checkbox that …

Web Development php
Member Avatar for Javitri
0
128
Member Avatar for mani2
Member Avatar for adronhill
0
159
Member Avatar for grayceworks

Here is what I am trying to accomplish: I have a form, reschedule requests. I have gotten it to autofill the logged in user and email using the site's global variables. In other database tables, I have info on who they're scheduled with, and their scheduled time. I need to …

Web Development php
Member Avatar for grayceworks
0
5K
Member Avatar for ballchain

Hello All! This is my first post, as I just joined this forum after finding lots of information about my problem, but no actual solutions... Same basic issue as most, but I've tried everything, and nothing is working! 1. User Logs in - upon authentication, user is taken to "member's …

Web Development php session
Member Avatar for ballchain
0
129
Member Avatar for Melanie22

Dear Friends, I am a web designer hence i only know very little of PHP programming. I need help on the PHP script for me to post data from other server to my server. Due to my lack of knowledge in PHP so i'm using JetForm.com as a third party …

Web Development first-post mysql php web-server
Member Avatar for grayceworks
0
294
Member Avatar for EZ Fanpage

Hai Guys, I need an urgent HELP and i'm willing to pay for this simple problem :) Please take a look at the problem by clicking [URL="http://www.facebook.com/pages/EZ-Commerce-by-BlackMarket/185356521505034?v=app_4949752878&ref=sgm"]HERE[/URL] Once you in, click on the button with the sign 'Click To Start Shopping' [B][COLOR="Green"]The problem is, the Flash doesn't load[/COLOR][/B] I bought …

Web Development flash javascript pay-per-click
Member Avatar for FlashDeveloper
0
159
Member Avatar for devinodaniel

Hey friends, I have a page that I've been working on for HOURS and finally almost have it perfect except for TWO things: 1. Every time I load the page it automatically inserts a blank row of data into my MySQL database. (Submitting it after filling out the for works …

Web Development email mysql php
Member Avatar for diafol
0
6K
Member Avatar for paullanesra

Hi, I am having a problem with my file upload. I have a folder with my fileform.html and upload_file.php and a folder "upload" where my uploaded file stored. This is the body of my fileform.php: [CODE]<form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" /> <br /> <input type="submit" …

Web Development file-system php
Member Avatar for diafol
0
172
Member Avatar for ridzii

hi i want to learn php but am confused at the first step itself. i donno hw to start. i hav installed wamp server on my pc, is it the right beginning? i dont know where to type the <?php </? codes and all please help me should i install …

Web Development apache php
Member Avatar for Progr4mmer
0
212
Member Avatar for newbiecoder

Hello I installed MYSQL and Apache via XAMPP. And I am trying some codes from a textbook while Apace and MYSQL are running. I am trying to connect MYSQL with this code :[CODE]<?php //connect to MySQL; note we’ve used our own parameters- you should use //your own for hostname, user, …

Web Development apache mysql php
Member Avatar for diafol
0
205
Member Avatar for bjeffries

I am on a godaddy server now and trying this mod-rewrite stuff and it is still not working. I have been searching google now for hours looking for the answer and cannot find it. Here is my entire .htaccess file: #Rewrite Rules Options -MultiViews Options +FollowSymLinks +Indexes RewriteEngine on RewriteBase …

Web Development apache php
Member Avatar for bjeffries
0
242
Member Avatar for luweegee

Can u help me guys im a newbie in php...i want u 2 check my Update code because they not function. is there something wrong in my code? [CODE] <?php $con = mysql_connect("localhost","root",""); $sql = mysql_select_db("luweegee",$con); ?> <html> <body> <table border=1 align='center' width=800 cellpadding=20 cellspacing=0> <tr><td colspan=2><h1>Edit Record</h1></td></tr> <tr> <td …

Web Development php
Member Avatar for luweegee
0
158
Member Avatar for puvi

Hi ppl, I am trying to save the details of a form on clicking submit into a database. the details entered in text box get saved, but the options chosen from drop down are not getting saved. I noticed that, if the option has space (Eg: Tom Hanks) it doesnt …

Web Development php
Member Avatar for puvi
0
125
Member Avatar for dudzkie

hello! i'm a super newbie at php i'm trying to learn some scripts, what im trying to do now is a simple shop system. i have a table that contains item_id , item_name, price, quantity what i want to do is that a customer will choose an item, how many …

Web Development php
Member Avatar for dudzkie
0
153
Member Avatar for professor123

hi guys l wanted to know that it is it possible generated diagrams in php....what l mean is that l am doing an online exam project and some of the exam questions must have graphs or diagrams on them so how can this be done to output these diagrams....... the …

Web Development php
Member Avatar for professor123
0
86
Member Avatar for tariqi

hi, when i try to run the procedure below to export the gridview1 to msword,nothing appears on the document except tags <div> </div>.anyone knows what i might be doing wrong? [code] Public Overloads Overrides Sub VerifyRenderingInServerForm(ByVal control As Control) ' Verifies that the control is rendered End Sub Protected Sub …

Web Development asp.net
Member Avatar for tariqi
0
130
Member Avatar for ctkam

i've generated dynamic pdf files from php script with mysql which suppose to have 25000 files. The problem is after the loop i only have 24978 files and 22 files is missing. I couldn't find the problem and which record did not process. i was thinking of the solution reverse …

Web Development pdf php
Member Avatar for ctkam
0
100
Member Avatar for jrhitokiri

I am thinking of setting up a link shortener for myself, and I want to know how to track unique and total clicks. Well, the total clicks are easy to do. I think the unique clicks are more challenging. Also, how do you do 301 and 307 redirection? Is this …

Web Development php
Member Avatar for maryparker
0
136
Member Avatar for choudhuryshouvi

Hello there, Is there any way of disabling caching of asp.net pages in folder or application level.... meant to say, is there any option available in the web.config file for disabling caching...i have done by using page wise...but need to disable caching for all pages in my application... plz help …

Web Development asp.net caching
Member Avatar for choudhuryshouvi
0
810
Member Avatar for erum

see teh code [CODE]<asp:DataList ID="DataList1" runat="server" Width="200%" > <ItemTemplate> <h4><asp:Label ID="DAtes" runat="server" Text='<%# Eval("date") %>'></asp:Label></h4> <asp:GridView AllowPaging=True ID="GridView1" runat="server" DataKeyNames=sessionid AutoGenerateColumns="False" CellPadding="4" Width="697px" style="margin-right: 0px" ForeColor="#333333" GridLines="None"> <RowStyle ForeColor="#333333" BackColor="#F7F6F3" /> <Columns> <asp:TemplateField HeaderText="Availability"> <ItemTemplate> <asp:CheckBox ID="chkgfln" Enabled=true runat="server" Text=Available /> </ItemTemplate> </asp:TemplateField> <asp:BoundField HeaderText="sessionid" DataField=sessionid /> <asp:BoundField HeaderText="userid" DataField=userid …

Web Development asp.net dataset session vb.net
0
170
Member Avatar for himanshu_roy81

Hi I have a asp.net web form in which I display registered customers in a Dropdown. In the Dropdown I can choose one customer, and click a "Show data"-button. That should display all registered data about the chosen customer in Gridview.but i didn't get the result.plz help me.my code is …

Web Development asp.net dataset
Member Avatar for vuyiswamb
0
571
Member Avatar for rizla777

Hi I'm trying to find a tutorial that shows me how to create a popup page upon entry. The popup should save the user's cookie info and be big enough to display a user agreement which the user must click on to accept. Does anyone know of any tutorial showing …

Web Development javascript
Member Avatar for vsmash
0
133
Member Avatar for luweegee

The function of delete record is working, but you need to double click the Delete Button to successfuly delete the record...can anyone help me pls [CODE] <?php $con = mysql_connect("localhost","root",""); $sql = mysql_select_db("luweegee",$con); $sel = mysql_query("SELECT * FROM resume"); ?> <html> <body> <table border=1 align='center' width=800 cellpadding=20 cellspacing=0> <tr> <td …

Web Development php
Member Avatar for luweegee
0
165
Member Avatar for nicecandy

hi, i have a website that is running well on the web server. now i have created a web service and tested it locally. i want to publish my webservice to my webserver so that any body can use my webservice. for this purpose i have created a virtual directory …

Web Development asp.net web-server
Member Avatar for nicecandy
0
124
Member Avatar for sumandy

[CODE] Create table Cameras (CameraID varchar (35), CheckOutDate varchar(10), ReturnDate varchar(10), primary key(CameraID), foreign key(CameraId) references History(CameraID)); Create table Borrowers (PsuID int not null, BorrowerName varchar(30), Email varchar(50), Telephone varchar(12), ReasonUse varchar(200), primary key(PsuID), foreign key(PsuID) references History(PsuID)); Create table History (PsuID int not null, CameraID varchar (35), BorrowedFrequency int, …

Web Development php sql
Member Avatar for sumandy
0
127
Member Avatar for CaffeineCoder

Can anyone recommend some good online tutorials for learning .NET? Something for VS2005 or 2008?

Web Development asp.net
Member Avatar for Fortinbra
0
115

The End.