52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for tech_bc

Hi, I am new in jsp. And I want to use web rowset in jsp. How can I use it can any one help me? Thanks

Web Development java-jsp
Member Avatar for peter_budo
0
76
Member Avatar for aformoftruth

I have a URL PHP LINKs problem... I'm a newbie and am currently teaching myself php and html...currently using dreamweaver and have been able to be pretty lazy with regards to learing code but now am using php...and got to type it in myslef....its good for me. But i have …

Web Development php
Member Avatar for cwarn23
0
110
Member Avatar for tiger86

Hi, I am a newbie to php and I am using nusphere php nued standard. I got it because it has a debugger which I need the most and I am having some problems; I wait for 5 hours and it just says waiting for local host. I have tried …

Web Development php
Member Avatar for nikesh.yadav
0
101
Member Avatar for timhysniu

Hi there, I've used Zen Cart before since it was an open source. Although the cart is not bad, I think it is a bit outdated and not very flexible when it comes to presentation. Can someone suggest a Shopping cart that is easy to use and is flexible? I …

Web Development api open-source php
Member Avatar for mexabet
0
84
Member Avatar for Syakoban

I understand how to use the basic include function in a .php page so that repetitive content (like a menu) can be coded in a separate file and then dynamically included in multiple pages. But I don't get how to use it so that a URL in a page can …

Web Development php
Member Avatar for aformoftruth
0
331
Member Avatar for OmniX

Hi guys You know when you enter a registration page with a textbox saying enter the characters that corespond to the image. I heard its called COPA or something. Anyone has any tutorials on how to make a page like this? Thankyou, Regards X

Web Development image php
Member Avatar for OmniX
0
149
Member Avatar for Gonzo10

I am trying to link the result of a list with href so I can pass this data to a variable $value, I am new to PHP any help will be greatly appreciated it. here is the code; <?php print "<table width=61% border=1 align=center cellpadding=4>"; $data = 10; for ($i=1; …

Web Development php
Member Avatar for Gonzo10
0
92
Member Avatar for krauz2

I have tried a few different ways to get two email address to send on a case statement. How do I add to commands on same line? I am just a little off track. Thanks for your help. case 'it': $to_email = "erich.krauz@rgl-e.com"; $to_email = "krauz2@hotmail.com"; break;

Web Development php
Member Avatar for krauz2
0
98
Member Avatar for krauz2

I am trying to have a "Contact us" page with a drop down tab that you can select from 4 people to contact. I am trying to figure out how to link each one to a certin email address. I was only able to get it with one. Thanks for …

Web Development email php
Member Avatar for krauz2
0
185
Member Avatar for oku

Hello everyone, Well i've just searched the forum to see if my question has been answered prioer to posting, but seem to find the answer. Well basicly i've created a script to help me monitor and maintain the domain names my company owns (1000's) I've virtually finished it but i …

Web Development php
Member Avatar for CademiaX
0
3K
Member Avatar for stevejhon

Hello I had problem I want to delete row from my datatable through asp:linkbutton. How can I do this. I had the following code, but it adds another row to the table protected void delCart(object s, DataTableNewRowEventArgs e) { dt = (DataTable)Session["Cart"]; dt.Rows[e.Item.ItemIndex].Delete(); //dt.Rows(e.Item.ItemIndex).Delete(); int CartItem = (int)Session["cartItem"]; CartItem = …

Web Development asp asp.net session
Member Avatar for zezo
0
117
Member Avatar for mailtosridar

help me how to add checkbox in gridview in asp.net(by coding)

Web Development asp asp.net
Member Avatar for zezo
0
104
Member Avatar for RuneMan

Here's the situation - Im making a website for a game server in which a user can make 1 account. and in 1 account he can make 3 characters. We maintain two tables one for accounts and one for characters. The three characters which can be made is recognized by …

Web Development mysql php
Member Avatar for RuneMan
0
97
Member Avatar for creativehacker

Is there any way to disable saveas option in IE browser I found a site where they disabled saveAs in IE [url]www.totaram.com[/url] how did they actually do that can this be done using javascript...or any other mechanism I want saveas to be disabled when users see my site in IE

Web Development asp.net javascript
Member Avatar for zezo
0
128
Member Avatar for kvdd

Hello, I am a bit a loser with JavaScript, but I found the following code to auto scroll a multiple select box to the last selected item. [CODE]Function autoscroll() { var lst = From1.Listbox1 if ((lst.multiple==true) && (lst.length>0)) { if (lst[lst.length-1].selected==true) { lst[lst.length-1].selected=true; return; } else { lst[lst.length-1].selected=true; lst[lst.length-1].selected=false; } …

Web Development javascript
Member Avatar for kvdd
0
2K
Member Avatar for Katherine692008

I am trying to do this problem: Create a “hit counter” for your home page i.e., exam1.php. There is a file in the exam folder called COUNTER.TXT that contains the number zero. Your PHP page should do the following steps: 1. Read the counter file 2. Add one to the …

Web Development php
Member Avatar for Katherine692008
0
139
Member Avatar for MDGM

Hi, Im making a 5 star rating system but half the time it has the complete wrong result. I have gone over and over the script and checked the sums with a calculator and it is still doing something wierd. Sometimes when I rate it above it's current rating it …

Web Development php
Member Avatar for MDGM
0
163
Member Avatar for boyetp

Hi there, I'm new to this forum. I need help on how to maximize a table cell height. First I have a table layout that has 3 rows, the first and third rows have fix 50px height. I want to max the height of the of the 2nd row to …

Web Development javascript
Member Avatar for kashinathn
0
441
Member Avatar for nash_ph_41

I have a condition for a datagrid (Please view the list.JPG from the attachment) in here you can see a set of data being load from the database. User can perform add, remove , dispose function Here is my condition: Since user allow to add, it also allow to remove …

Web Development asp asp.net dataset
Member Avatar for nash_ph_41
0
100
Member Avatar for relavis

I would like to create a new website for an online money making site which have a master person , he have two legs sides one right and left each legs have many right and left legs . My question is that if i enter the master person id into …

Web Development php
Member Avatar for vijukumar
0
150
Member Avatar for yasmena

im asking the user to enter the number of fields he want to generate and i need to take this number and generate him the fields when he click Submit can anyone Help Me

Web Development php
Member Avatar for Shanti C
0
125
Member Avatar for jobojo

I am new to JavaScript and have what may be a very simple and easy question to most. I am writing a simple block of code that I need to display dollar amounts with 2 decimals for change. For example instead of displaying the number 5, I need it to …

Web Development javascript
Member Avatar for Shanti C
0
143
Member Avatar for mohammadz

hi guys, im building an e-shop website and i have alot of pages there. Here's how it works... The client will surf the site, choose the product he wishes to buy and checks on a textbox that says "add to cart". now when he chooses all he wants, he then …

Web Development asp.net html-css javascript
Member Avatar for mohammadz
0
157
Member Avatar for andy_b42

Right, my problem is that i want to place a hyperlink (or a button, i am not really concerned about what it looks like for the time being) within a quite large form that i want to use to pass some variables to another page. I have already tried something …

Web Development javascript php
Member Avatar for andy_b42
0
173
Member Avatar for rajeesh_rsn

Hai, Any one help me to do a PHP poll .......... Please give the logic behind it.... I am new to PHP .... Please give the logic not code Regards Rajeesh

Web Development php
Member Avatar for Shanti C
0
126
Member Avatar for RuneMan

this is my login function: [CODE] function doLogin($username, $password) { include ("global.php"); $conn = mysql_connect($DB_HOST, $DB_USER, $DB_PASS); if (!$conn) { return 2; } mysql_select_db($dbnames[$DATABASE_MAPLESTORY]); $result = mysql_query("SELECT * FROM `accounts` WHERE `name` = '" . $username . "'"); if (mysql_num_rows($result) < 1) { mysql_close($conn); return 1; } $row = mysql_fetch_array($result); …

Web Development mysql php
Member Avatar for RuneMan
0
108
Member Avatar for maydhyam

Hello Everyone, [U]Scenario: [/U] I have an application where users are required to register to gain access. I want to set an 'automatic timer' on their access so that after 1 month, their access level is set to NULL (which would not allow them to log into the application). [U]Question: …

Web Development php
Member Avatar for maydhyam
0
97
Member Avatar for nati123

Hello, I have a problem with displaying special slovenian letters. 1) I set up in MySQL database charset to utf8, and collate to ut8_general_ci. 2) In my php files which communicate to database, I put next code: mysql_query('SET CHARACTER SET utf8', $db); mysql_query('SET NAMES utf8', $db); mysql_connect is stored in …

Web Development php
Member Avatar for scru
0
73
Member Avatar for kevin wood

as iframes are now depreciated as of xhtml 1.0 Strict is there away to replace these using Ajax. this is something i have heard off but have never come across and would like to know if this is possible. I have used iframes in the past to display content from …

Web Development javascript
Member Avatar for fsav
0
150
Member Avatar for anithajoe

Hi I wasn't sure as to where I need to post XSL related questions..Is there anyone in this group who has expertise with XSL? If anyone can help me out with an XSL related question, that would be great. Ani

Web Development asp.net
Member Avatar for anithajoe
0
116
Member Avatar for maydhyam

Hello, I am trying to do an export from a table within a mysql database into a csv file where my parameters are a start date and end date...but I am experiencing a few problems... [U]Background:[/U] I have 2 files; testGCR.php and gcrFunction.php. testGCR.php has my form where the user …

Web Development mysql php
Member Avatar for R0bb0b
0
1K
Member Avatar for maydhyam

Hi, I have a web application where the users have to create an account to be able to access the entry form. I have 2 types of users, 1. Admin and 2. User. I have a Java application that is called via a link on the page, but I only …

Web Development php
Member Avatar for maydhyam
0
101
Member Avatar for anton-shirikov

Hello all! I am just starting Ajax... is there anything i need to install on PC? i already have WampServer 2.0c Thou Ajax doesn't seem to work on it.. thanks!

Web Development javascript
Member Avatar for anton-shirikov
0
97
Member Avatar for NRaf

It might be an issue with my laptop's IE6 although I haven't ascertained this. Anyway, I'm having a really weird issue. When I open my website in IE6 and click on a link inside that page, the page doesn't load for some reason. I just get the background color and …

Web Development open-source php
Member Avatar for NRaf
0
214
Member Avatar for red_evolve

Greetings. I encountered a problem in accessing the controls I placed inside the TemplatedWizardStep tag. Here's the code snippet:- [code] <asp:Wizard ID="wizCreateBulk" runat="server" DisplaySideBar="false"> <WizardSteps> <asp:templatedWizardStep ID="Step1" runat="server" Title="Select Recipient Method" StepType="start"> <ContentTemplate> <div> <span>Enter Name: </span> <span><asp:TextBox ID="txtName" runat="server" /> </div> </ContentTemplate> </asp:TemplatedWizardStep> </WizardSteps> </asp:Wizard> [/code] Then, in the …

Web Development asp asp.net
Member Avatar for binusworld
0
395
Member Avatar for Jihad

I have an wsdl file, I puted the wsdl file in the app_code folder ("I am using visual studio 2008"), as it is supposed to be it generated the proxy for me. But the proxy file containes object type parameter for all functions even for the functions that are not …

Web Development visual-studio xml
Member Avatar for Jihad
0
200
Member Avatar for Shanti C

Hello Every Body I Am Using PHP AND JAVASCRIPT i am using two images on my page at run time 1. first i drag one image on another 2. after that i write some text using a prompt box which is written on the dragged image at run time 3. …

Web Development javascript php
Member Avatar for Shanti C
0
102
Member Avatar for adityakiran.m

:) hai can any body help me in how to convert the Vb.net Code into C#.net code

Web Development asp.net vb.net
Member Avatar for adityakiran.m
0
76
Member Avatar for yasmena

im having a problem in resizing an image on the Fly and i just need to know is there anything wrong with that line <img src="image_resize.php?image=<?=$arr['picture']?>&max_width=200&max_height=120">

Web Development image php
Member Avatar for R0bb0b
0
70
Member Avatar for FlashCreations

Hello Everyone, I have a little problem with my PHP script. I have created a very detailed system using PHP and wish to upload it to a computer running XAMPP on my network. Because the file will be uploaded to a normal computer all of my PHP files will be …

Web Development php
Member Avatar for FlashCreations
0
249
Member Avatar for Mylena

Hello, This is just an extraction from the code. The code below works really well in Mozilla Firefox, but does not work with the <a> and <font> tags in any other browsers. When I remove <a> and <font> tags, it works in other browsers... If anyone can spot the problem, …

Web Development php
Member Avatar for Mylena
0
109
Member Avatar for sharad.kohli

Hi please help me,I am kind of new at php. This is what i have to do please ,provide me with a code if some one can 1)I have files named like 10.txt,9.txt,7.txt etc..//only text files 2)higher the number of the file hisger the priority 3)i just want to use …

Web Development javascript php
Member Avatar for sharad.kohli
0
102
Member Avatar for wsee

Hi, I set HtmlEncode="False" and DataFormatString="{0:mm/dd/yyyy}" in boundfield of a gridview but the month became 00 (18/00/2008). After removing {0:mm/dd/yyyy} from DataFormatString, the month appeared again (2008-09-18 12:00:00 AM) of course together with the time portion that I wish to get rid of. Please help. BTW, whart is {0} stands …

Web Development asp.net
Member Avatar for wsee
0
93
Member Avatar for sahdev86

hai guys...ive got prob wit my coding..can anybody help me....there is a syntax error in the code...if i delete id,type,price n desc...the code works wel...for ur information the id,type,price n desc wil display automatically wen user click the food picture...the user only keyin the email,roomno,apartment and quantity...but the db mus …

Web Development php
Member Avatar for PoA
0
110
Member Avatar for MissPheth

I have a T_STRING error on line 101 line 99: echo(" line 100: <form name=name=add_new action=http://www.nwaoftexas.com/bm_pro/edit_prop.php?prop_id=$var enctype = \"multipart/form-data\" method=post><table id="second" width="600" align="center"> line 101: <tbody> line 102: <tr> line 103: <td align="center"><img alt="" src="logosoft2.jpg" /> </td></tr> line 104: <tr> line 105: <td class="heading" align="center"><a href="/bm_pro/index.php">Home</a> | <a href="/bm_pro/brochure.php?&amp;prop_id=$var">Create Brochure</a> …

Web Development php
Member Avatar for R0bb0b
0
193
Member Avatar for Thirusha

My head is telling me that the answer to this question is going to be NO, but hopefully i m wrong. I have a servlet which gets redirected using RequestDispatcher to a jsp page, the jsp page has some html input fields. In the servlet i get the values from …

Web Development java-jsp javascript json
Member Avatar for Thirusha
0
115
Member Avatar for archway

Hi Sorry, new to this. I understand when using a form to upload image files and information into a mysql database it is best practice to store the image in a directory and the image path in the mysql table. The following code stores the image into a directory and …

Web Development image php
Member Avatar for archway
0
156
Member Avatar for avsparmar

i am building a web chat application for mobiles. Registration form for new users currently includes username , password , re-enter password and a submit button to send all to a form bean. i am having problem to create a link or a button to send the input of 'username' …

Web Development java-jsp session xml
Member Avatar for sbhavan
0
274
Member Avatar for sanwanion

well friends i am new to jsp please suggest me appropiate links to start with... all suggest the way to configure tomcat to run properly..........

Web Development java-jsp
Member Avatar for sbhavan
0
82
Member Avatar for Bunhok

Dear All, I am a new web, I would like all of you kindly help me with code of sorting column heading. Thanks in advance! Kindly regards, Bunhok

Web Development php
Member Avatar for Bunhok
0
290

The End.