52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for pankbharambe

Hi, I am doing a project in pure JSP, Servlet, Hibernate and MySQL. I am using jsp for a presentation and Servlet for buiseness logic. In my one jsp form there is one combobx and other textboxes are present. My problem is that, I want to fill that combobox from …

Web Development java-jsp
Member Avatar for kvprajapati
0
337
Member Avatar for junrest

Hi, I'm newbie in nusoap library, and I'm getting stuck how to declare soap:header to be use in authentication from the client to the server. My script/wsdl server works fine, but I just want to secure my functions using authentication and also as of now dont have any idea how …

Web Development client-server xml
0
116
Member Avatar for deathlemon

please help me i got some problem with my code. my drop down lists which displays a text box when a selection is made, does not display an input in a database when i write a text in the text box. [code=html]<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"> <!-- function showHideSelection() { if (document.drop_list.Category.value …

Web Development asp finance
Member Avatar for deathlemon
0
102
Member Avatar for itisnot_me

ok i don't know where to start my search cause i don't have to right terms. what i would like to do is have to menus and have the second be changed dynamically. ex: in the first dropdown if the user selects a category, the subcategory will populate with sub …

Web Development javascript
Member Avatar for itisnot_me
0
103
Member Avatar for genieuk

Hi, me again, I have a textbox that users can enter a url of there website. I have default value at http:// so when page loads the text box alreay displays http:// I am not sure what i do in PHP to check to make sure that the url starts …

Web Development php
Member Avatar for rahul.anand77
0
131
Member Avatar for tanmoy_india

Hi.. I want to simply upload a image to database..it may be the whole image or just the path or a html link of any image...and display it in another page..via a table...my main problem is I cant fetch & display it from database...I read and try some prevoius pages..but …

Web Development image php
Member Avatar for rahul.anand77
0
109
Member Avatar for Yookaroo

HI all, hoping someone can help me I created a scratch card game with a mix of PHP and Flash, with over 250 installs I have barely ever had a problem, and none that I couldnt solve, but now I have user who can't get it to run and it …

Web Development flash php
Member Avatar for Yookaroo
0
101
Member Avatar for kambohg

hi every 1 i want know some help about logic and concept of php i know php but i cant have good logic and concept plz have u any idea which will make me 100% in php caz main job depaend on it and i have no time and i …

Web Development php
Member Avatar for kambohg
0
120
Member Avatar for pabzzmike

Hello, i would like to be saving images from an online form to a mysql database. what is the php syntax

Web Development mysql php
Member Avatar for rahul.anand77
0
86
Member Avatar for Cheif Druid

Hi all, Can anyone please help? I have a .php user registration page that was created with the help of one of the many tutorials which works fine for the purposes of accessing/logging into an Intranet site. The registration writes 2 fields to a MySQL database a username and an …

Web Development php
Member Avatar for rahul.anand77
0
101
Member Avatar for dash1983

Hi, This might be more appropriate in the PHP section, I'm not sure - still a newb. I have read this problem in other threads, but can't seem to make the solutions work for me. I have a table that shows the results of a query for either pat_id or …

Web Development first-post perl php
Member Avatar for rahul.anand77
0
195
Member Avatar for zido85

hi, i want to ask if anybody knows : i have a combobox where the values are obtained from MySql database. i want the user to choose one of those value to edit its field. for example if the user choose X from the combobox iwant all fields related to …

Web Development php
Member Avatar for rahul.anand77
0
156
Member Avatar for caps_lock

Using php mail function allows a user of a wesbite to send email without opening up ther mail client, information such as subject message reply-to email address can be included. With this could I also add fileds to send things such as booking time date, telephone number etc? Can this …

Web Development php
Member Avatar for ShawnCplus
0
108
Member Avatar for Edel_

I'm just starting out with PHP so I thought I'd do something simple. I modified an existing bit of code but it doesn't seem to work: [code] <?php $url = $_GET['DLURL']; // Fetch page $string = FetchPage($url); // Regex that extracts the urls from links $links_regex = '/<a[^/>]*'. 'href=["|']([^javascript:].*)["|']/Ui'; preg_match_all($links_regex, …

Web Development php regex
Member Avatar for Edel_
0
111
Member Avatar for BigGJonsey

I've been able to get the iFrame to resize to the content - see this link - it's pretty simple. My only problem, is if the user clicks a link so that another page is displayed, the iFrame doesn't resize. It will only resize when the parent page is reloaded. …

Web Development javascript
Member Avatar for Airshow
0
209
Member Avatar for cooterbrown

Hi all, Although I have experience in other areas of IT and development, I'm very new to programming, so please excuse my obvious ignorance... I need to allow the user to send an active form (entire filled in form with fields, not just the data) the user will access from …

Web Development email pdf php
Member Avatar for Josh Connerty
0
141
Member Avatar for candidz

Hello, i want to start free lancing in PHP, please suggest me some platform(marketplac) except w w w . R e n t a c o d e r . c o m

Web Development php
Member Avatar for Josh Connerty
0
153
Member Avatar for kained

I am designing a website for someone at the moment and they want a preview of thier wordpress blog on thier home page(not blog home page) Is there a good way to do this automatically so that it updates itself whenever a new blog is posted or will it be …

Web Development php wordpress
Member Avatar for kained
0
92
Member Avatar for caige

I can make you one heck of an HTML, I can even put a beautiful contact form and picture uploader in the file, but when it comes to the challenge of adding the php script to make this file upload the file to my server I am not very good. …

Web Development php
Member Avatar for OmniX
0
92
Member Avatar for Traicey

I am designing a Library website, and I have two table Libarian and Student table so when the Libarian login should have access to all the database(Adding new record, updating and all) but when the student login should only view the database without changing anything, so What I want to …

Web Development asp.net
Member Avatar for Traicey
0
117
Member Avatar for Arunjit

Hi everyone, i have been struggling with passing multiple url parameters for quite some time and would be extremely grateful to receive some advice and guidance! What i ultimately would like to achieve is to pass two parameters in the url, one being the name of a table from a …

Web Development php
Member Avatar for Arunjit
0
94
Member Avatar for elanorejoseph

as we go inside a category the link shoul apear on the view page any one help.... i have done this much so far [code=php]<?php include("connectivity.php"); $parentid=$_REQUEST['parentid']; if(!$parentid) { $parentid=0; } $a=$_REQUEST['a']; if(!$a) { $a=0; } $qry=mysql_query("select * from category where iparentid='$parentid' limit $a,4"); $qrynum=mysql_query("select * from category where iparentid='$parentid'"); …

Web Development php
Member Avatar for OmniX
0
109
Member Avatar for mshravs

hey, i created a menu bar containing three items in it. i just want the coding in vb in such a way that if i click the first one it should be directed to one form, second is directed to the other form and third in the same way................................................................................... i'm …

Web Development asp.net
Member Avatar for aashishn86
0
126
Member Avatar for OmniX

I assuming it is unefficent to upload and stream a video with php. So this is a 2 part question (1. using php to upload the contents, 2. using php? flash? etc? to convert and play the video file). 1. How would I upload a video file? - Like a …

Web Development file-stream flash php
Member Avatar for digital-ether
0
1K
Member Avatar for concept22

Hi, Im pulling out what little hair i have left, and am beginning to remember why i did not become a developer professionally. but you guys rock. I have a website i'm working on example: [url]http://www.example.com[/url], I have a go daddy turbo SSL certificate installed and it is working properly …

Web Development html-css php
Member Avatar for concept22
0
142
Member Avatar for sid78669

Hey, I'm currently working on an ASP.net page using C#. I am looking forward to embedding videos in my .aspx pages using silverlight, but am totally illiterate towards Silverlight. Can anyone tell me how it would be possible for me to play videos using Silverlight? Also, the other possibility that …

Web Development asp asp.net flash
Member Avatar for new
0
125
Member Avatar for jaykom

I am importing three diff jsp files through foreach looping inside the parent jsp file. Three files are x.jsp, y.jsp, z.jsp for example. I want to extract the last file z.jsp from this loop and I need to put in to one seperate DIV element. How can I do this …

Web Development java-jsp
Member Avatar for kvprajapati
0
154
Member Avatar for rams_it02

Hi , I am using <logic:iterate> tag to iterate through a list of contents. When the List size is 1222, all the Contents in the List are displaying properly. When the size execdes 1223, the JSP is not displaying properly. I am not getting any exception also. I have added …

Web Development java-jsp
Member Avatar for shantechi
0
216
Member Avatar for varshatherain

How to dynamically get the login name after logging in so that i can use it to extract values on myaccount.jsp?? Please help..

Web Development java-jsp
Member Avatar for shantechi
0
83
Member Avatar for Qasim Ali

HI I have three tables 1. Categorys (ID, Name) 2. Definitions (ID, Name, CategoryID) 3. Versions( ID, Name, DefinitionID) I have generated three objects using EDM 1 Cagegorys Navigation (Definition) 2. Definitions Navigation (Category, Version) 3. Versions Navigation (Definition) I have following problems 1. I want to update the category …

Web Development asp.net vb.net
Member Avatar for Qasim Ali
0
71
Member Avatar for blindkilla

Well i have script that inserts text a user submits into a database. I want to add a section that lets other users view the text submitted but others in a sort of paged gallery. Im completely stumped on how to make paged content. For example, it goes into the …

Web Development php
Member Avatar for Imagn
0
88
Member Avatar for alsaffar

Hi all, Please have a look at the left menu in this link [url]http://kuwaiteshop.com/index.php?lang=en[/url] I want a similar menu in any language wither its free or I have to buy I want it to be easy to add categories & subcategories Kind regards & thanks in advance ('',)

Web Development javascript
Member Avatar for alsaffar
0
102
Member Avatar for tonief

I have created Table in SQL server with visual studio 2005 Table name Student and table data ID,name, surname, indeks, years, I have this code in C# [CODE]protected void Button1_Click(object sender, EventArgs e) { // try //{ SqlConnection conn = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=\"|DataDirectory|\\db_lab8.mdf\";Integrated Security=True;Connect Timeout=30;User Instance=True"); // ("Data Source=.\\SQLEXPRESS;AttachDbFilename=\"|DataDirectory|\\db_lab8.mdf\";Integrated Security=True;Connect …

Member Avatar for tonief
0
71
Member Avatar for Sanit

I have this bit of code that I am using in a project which I got working on a test webpage, and then when I tried to implement it on the real webpage, it all works, except for the jQuery effects. Here is the code: [code=Javascript] $(function(){ $("a.vote_up").click(function(){ //get the …

Web Development javascript javascript-jquery
Member Avatar for Sanit
0
129
Member Avatar for Tigran

Hello guys, I was making a website, all looked great, untill I started IE7. there, it really looked like crap. Now I'd like to just make another css file for IE6 and/or IE7 but not for IE 8, because it does look wel at that browser. How can I detect …

Web Development javascript
Member Avatar for Tigran
0
135
Member Avatar for Sanit

I am having a problem with some of this code: [code=php]<?php $q = "SELECT * FROM entries"; $r = mysql_query($q); if(mysql_num_rows($r)>0): while($row = mysql_fetch_assoc($r)): $net_vote = $row['votes_up'] - $row['votes_down']; $row_id = $row['id']; ?> <div class='entry'> <span class='link'> <a href='<?php echo $row['link']; ?>'> <?php echo $row['title']; ?> </a> </span> <span class='votes_count' …

Web Development php sql
Member Avatar for Sanit
0
93
Member Avatar for Aamit

hi, [code] $array = array("amit", "hello", "amit", "world", "hello"); print_r(array_count_values($array)); [/code] out put Array ( [amit] => 2 [hello] => 2 [world] => 1 ) i want to find the index of amit i.e amit -> 0 and 2 hello -> 1 and 4 world -> 3 How to do …

Web Development php
Member Avatar for ShawnCplus
0
143
Member Avatar for akhtarr

Okay what I've got is a form and an array with a list of courses. The array populates a drop down list, I also have on the form a cost text box. What I would like is when the user chooses a course the cost field to automatically bring the …

Web Development asp
Member Avatar for TomBCullen
0
128
Member Avatar for itsrahulk

I want that table be refresh after deleting data i have tried it but it’s not working. Can you pls help me how can I do it using protype.js? this is my code [code]<?php require_once("common.php"); $row=getDetails(); //print_r($row); function getDetails () { $objLogs = new Logs(); $fields = 'id,link,filename,pageid,position,orderid'; $row = …

Web Development javascript
Member Avatar for grvulture
0
107
Member Avatar for skycrew

Hello there, Im new in JSP Just want to ask, how I can force web browser to popup download box to download the .prn file that was generated by server? Assume that [CODE]fileName.getAbsolutePath()[/CODE] is the variable that hold the path for .prn file *** Im using pure JSP

Web Development java-jsp web-browser web-server
Member Avatar for skycrew
0
798
Member Avatar for kvprajapati

What is difference between include action and include directive?

Web Development java-jsp
Member Avatar for kvprajapati
0
292
Member Avatar for pirula

Hi, i have problem to send cfmail to @yahoo. I am using simple contact us page and another page to send emails. contactus.cfm [code] <form id="form2" name="form2" method="POST" action="send-email.cfm"> <input name="username" type="text" id="username" size="40" /> <label> <input name="email" type="text" id="email" size="40" /> </label> <label> <input name="subject" type="text" id="subject" size="40" /> …

Web Development coldfusion
Member Avatar for Laxmanthota
0
183
Member Avatar for neel_patric

im trying to compare a value that a user can input in a txt box to a record in a database. for example i have a txt box which has id as txtStudId. now i have a db which has already been linked to the form using the access data …

Web Development asp.net
Member Avatar for kvprajapati
0
108
Member Avatar for lefrancisco1

Hi Folks, I have created one gridview.In that gridview i've placed buttons in every cells.My task here is...when i click the button automatically that particular cell color should get changed.I even used code using system.drawing.color on selected index changing event.But once i click any one cell it affects all the …

Web Development asp.net
Member Avatar for kvprajapati
0
102
Member Avatar for cool_gurl666

Hi, I need to display the countdown clock in my bidding site.The same countdown needs to be displayed when any user visits the site.Help?? Thanks in advance

Web Development php
Member Avatar for Josh Connerty
0
92
Member Avatar for coolvaneegurl

Hi, I am having a parse error with the codes below but my eyes just cant seem to find anything wrong. Hope somebody out there can help me. [CODE]<html> <head> <title>Using mysql_num_rows()</title> </head> <body> <?php $user = ""; $pass = ""; $db = ""; $link = mysql_connect( "localhost", $user, $pass …

Web Development php
Member Avatar for navi17
0
103
Member Avatar for nish123

hello friendz.. jst a small query.. i made simple userinput form as userform.php.... after submit the form..values are passed to adduser.php for inserting to database... i have a serverside validation tht username cant be same...!! [code]if(username is laready exist) { [B]header('location:userform.php?error=1');[/B]//user send back to userinput form.. } else { [B]header('location:login.php');[/B]//user …

Web Development php
Member Avatar for nish123
0
131
Member Avatar for jzimmerman

I am creating a form for a registration that asks the participant if they have completed pre-requisite training. There are three questions they are asked. When they click yes, the text box for the requested information is enabled, when they click no, they get a warning that they need to …

Web Development javascript
Member Avatar for Airshow
0
156
Member Avatar for nish123

i have some data in an Array but i want only a particular part of it..!! how can i get it.. for Example... [code]Array ( [0] => status=1&messages=xxxxxxxxx&credit=23.4; ) [/code] i just want to get status = 1 how can i get it..?? help me out...!! :(

Web Development php
Member Avatar for nish123
0
159
Member Avatar for dzl1

Hi, noobie here. Anyone know how to tranfer my asp.net membership credentials from my localhost to online? I have a webhost that I am using to test stuff that I do offline, and have been uploading everthing after I try it on my local machine to see how it works …

Web Development asp asp.net
Member Avatar for dzl1
0
126

The End.