52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for jino

Dear all, I had set the 17- character long transaction id, that i got from the paypal in the successful completion of the order transaction, in the DoAuthorization request to paypal.. But i am getting an invalid_transaction_id response from the paypal. What will i do.. Please help anyone.. Thanks

Web Development php
Member Avatar for cwarn23
0
139
Member Avatar for hilimili

Hi-DaniWeb community! I'm New here and already have a question: What software or program used <URL SNIPPED> Best Regards hilimili

Web Development php
Member Avatar for mrcniceguy
0
84
Member Avatar for jtyler

Table does not display any border when php outputs data from MySQL. I'm trying to set the following styles for table: border-width: thin border-style: solid Below is the snippet of code I'm having trouble with. print( "<table border-width = thin border-style = solid cellpadding = 1 width = 1400px>" ); …

Web Development html-css php
Member Avatar for jtyler
0
2K
Member Avatar for nickfday

I want to pass a php variable into xml script. Essentially what I want to achive is: var xmlvariable= '$phpvariable'; Is there a simple solution to this? Many Thanks Nick

Web Development php xml
Member Avatar for nickfday
0
2K
Member Avatar for theighost

Hi, I am making a site, in firefox it looks fine, but in IE its a mess, take a look at the first page, you will see that the images are not filling the space as they do with the firefox, although they have the same deminsions. The site is …

Web Development php
Member Avatar for theighost
0
143
Member Avatar for jumbla

Hi guys and gals, I am using the following code as a searchbox at the top of my site. [code]<form name="classic" method="post" action="error.php"> Quicksearch: <input name="INPUT" id="INPUT" type="text" value="" /> <select name="countries" onchange="updatecities(this.selectedIndex); document.classic.action=(this.value)"> <option value="" selected>Choose a category</option> <option value="search1.php">Category One</option> <option value="search2.php">Category Two</option> <option value="search3.php">Category Three</option> <option value="search4.php">Category …

Web Development php
Member Avatar for jumbla
0
250
Member Avatar for rEhSi_123

Hello eveybody, I am currently creating a forum system and have gone completely blank as how to fix this issue! The issue is as follows: A topic is created. A user comes along and comments on the topic and message is posted on the thread. Right! Now another user comes …

Web Development php
Member Avatar for rEhSi_123
0
218
Member Avatar for Pado

I can pass my SWF file a variable from PHP using Flashvars, but when I try to pass in a number Flash tells me it's NaN. Is there something I can do to make sure it is a number? I'm not sure what to do here. Can someone help? Thanks …

Web Development flash php
Member Avatar for Pado
0
105
Member Avatar for lordelf2004

I try to use JDBC-ODBC but some errors occur, and I don't know why. [code=Java]public void service(HttpServletRequest request, HttpServletResponse response) throws IOException { response.setContentType("text/html"); boolean found= false; PrintWriter out = response.getWriter(); out.println("<html><head><title>SearchAccount</title></head>"); out.println("<body><h1>Your result:</h1>"); out.println("<table border = 1 cellPadding = 1 cellSpacing = 1>"); String sodienthoai = request.getParameter("PhoneNumber"); //SQL String …

Web Development java-jsp
Member Avatar for stephen84s
0
277
Member Avatar for jyotiu

Hi All, I am displaying an image from database using php .... the problem is that i want to give a row of colors beneath the image .... so that when a user clicks on one of the color .... the image should change accordingly ... in my case i …

Web Development image javascript
Member Avatar for nickfday
0
135
Member Avatar for atheist

[CODE]<?php // find out the domain: $domain = $_SERVER['HTTP_HOST']; // find out the path to the current file: $path = $_SERVER['SCRIPT_NAME']; // find out the QueryString: $queryString = $_SERVER['QUERY_STRING']; // put it all together: $url = "http://" . $domain . $path . "?" . $queryString; echo "The current URL is: …

Web Development php
Member Avatar for atheist
0
132
Member Avatar for grunge man

i have a parse error and i just cant figure out what it is because it seems my code is right but maby im wrong any advise is apreciated aswell heres my code [CODE] <DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="en" lng="en"> <head> <title> Background Colors </title> …

Web Development html-css php
Member Avatar for grunge man
0
109
Member Avatar for Mtowns Finest

Hello - I'm new to PHP, only been learning it for about a month, but I think I am starting to get the hang of it. I am working on a project that involves the Google Maps API which uses markers that are populated by values from a MySQL database. …

Web Development api google-api php
Member Avatar for Mtowns Finest
0
249
Member Avatar for sreuben

Hi, I have an oracle sql query that return many rows. The result will be shown in an html table in column format. I have html table that with the static header. I need to generate dynamic rows depending upon the result of the queries. Thanks, Reuben

Web Development coldfusion html-css oracle
Member Avatar for sreuben
0
189
Member Avatar for carthous

Ok im a complete noob to PHP. I'm trying to make a contact form. I had it working perfectly before. But now it seems that I have messed sometime up and I dont know what. I'm using this code: NOTE: I put the email address to [email]blank@blank.com[/email] solely to not …

Web Development php
Member Avatar for carthous
0
160
Member Avatar for salientknight

I have my code in a .CS file. I've writen a ton of methods, which work fine and had lots of seccess including code in this file. I have also been able to declair sql objects at the class scope with no problem. My problem is that everytime I try …

Web Development asp.net
Member Avatar for salientknight
0
73
Member Avatar for theighost

Hello, I have this script for an ajax slideshow. I made the functions and they are working perfect in Firefox, but in IE they are not working? could the error be when I call the functions, or might it be the functions themselves here are the functions [CODE] function isIE() …

Web Development javascript php
Member Avatar for theighost
0
97
Member Avatar for stevehart808

Hi all, I've got this problem where I'm using one "include header" for my website. It has in it the navigation and because my site is spread out in and out of folders I need to use absolute links to connect all the various pages. i.e [code] <a href="<?php echo …

Web Development php session
Member Avatar for chrishea
0
109
Member Avatar for 88omar

Hello there am having a little problem i am trying to add some validations to this from i made the form using tables however its not being color coded and when submitted its not checking the appropriate validations? any body can spear to look at it please. [code=Javascript] <html> <head> …

Web Development javascript
Member Avatar for 88omar
0
92
Member Avatar for veledrom

Hi, Code below doesn't add new innerHTML into table cell. When it adds it should run other (slideOther.js) file but, doesn't work. Thanks [code] <html> <head> <script type="text/javascript"> function startSlide() { el=document.getElementById('productsBigCell'); el.innerHTML='<script>var slide1foldername="";</script><script src="slideOther.js" type="text/javascript"></script>'; } <script> </head> <body onLoad="startSlide();"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td id="productsBigCell" colspan="5">&nbsp;</td> </tr> …

Web Development html-css javascript
Member Avatar for veledrom
0
111
Member Avatar for orchids

Need help!!! Please I am new to PHP so please bear with me. I have a page that I display several questions retrieving from the DB along with its answers. I do not have any problems displayed them. Each question have 4 checkboxes. Users can check as many boxes as …

Web Development php
Member Avatar for orchids
0
86
Member Avatar for Khushi2$

I have created image button at run time. But I want to know when I will click on this button then its click function will get call.How to create click event of this image button. I have tried [code]Function bindgrid() { Buttonname.click+-new ImageClickEventHandler(Buttonname_click); } Protected void Buttonname_click(object sender, ImageClickEventArgs e) …

Web Development asp.net image
Member Avatar for tybalt88
0
765
Member Avatar for ChimpusDupus

Hi, I am creating a page in which thumnails, in the form of Image Buttons (System.Web.UI.WebControls.ImageButton), are dynamically created based on which LinkButton is clicked out of a group of several links. I need each thumbnail to generate a full-size image on the page when clicked. I would use the …

Web Development asp.net image
Member Avatar for tybalt88
0
299
Member Avatar for 1baxter1

Hi Ive wrote a upload script for a photo website im making and ive cam across a unusual problem. The script inserts all the values into the databse correctly and displays "file upload successfull" but the photos are not copying onto the server. any help will be appreciated, thank you! …

Web Development html-css php
Member Avatar for 1baxter1
0
120
Member Avatar for csharplearner

Hi I want to display results which are retrieved from the database in the following format: 1 2 3 4 5 6 7 8 9 ........ ....... ..... based on the mysql_row_count() dividing the results into 3 columns and n rows. [code=php] $result1 = mysql_query("SELECT * FROM table2"); $row = …

Web Development php
Member Avatar for csharplearner
0
318
Member Avatar for prawin@123

Hi Can any One Help me in Sending e mail . I am creating code for Forget password where iam sending the password to those eho forget based on their Email iD. It Partially works but Sends Error as [QUOTE]Cannot send password to your e-mail address ie error 3 [/QUOTE] …

Web Development email php
Member Avatar for prawin@123
0
96
Member Avatar for choudhuryshouvi

Hello all folks... I have an asp.net web application which uses Microsoft Sql Server 2000 as its backend....Our application is a Payroll Management System.. The system is fully completed and uploaded to the local server in our client offices....The system is build on WinXp platform...the apps is running in the …

Member Avatar for choudhuryshouvi
0
145
Member Avatar for letlet_pogs

Hello everyone. I am just now starting PHP. It is my first time actually. I dont know how to run the PHP. I saved the file as "HelloWorld.php", but when i opened it in firefox, no any words appear. I want that the "Hello World" will appear, can anybody help …

Web Development php
Member Avatar for cwarn23
0
62
Member Avatar for ramesh.a

I have two website projects in vs 2008 and i need to integrate with these two projects and i want session to be shared amoung the projects, Is it possible in vs2008?

Web Development asp.net session
Member Avatar for ramesh.a
0
85
Member Avatar for mrcniceguy

i would like to know if i can check spaces between symbols in PHP. because i want the username for a member in my site not to contain space. for example:(joshua mwatu),this name contains space. i would like the script to check if the username contains space and display error! …

Web Development php
Member Avatar for digital-ether
0
137
Member Avatar for yssirhc

Background - this code adds & deletes file inputs from the screen as well as adds & deletes them from an array that will be used in the uploading process. I'm having trouble splicing the correct value from an array. In the remove function, I think it is always removing …

Web Development javascript
Member Avatar for digital-ether
0
103
Member Avatar for samarudge

Hi, I have the following Javascript code for loading my Google custom search: [CODE=javascript]Search = '<form action="http://www.ututorial.net/search" id="cse-search-box"><div><input type="hidden" name="cx" value="partner-pub-3996237323979957:tenb6ft9bbh" /><input type="hidden" name="cof" value="FORID:10" /><input type="hidden" name="ie" value="ISO-8859-1" /><input type="text" name="q" size="31" /><input type="submit" name="sa" value="Search" /></div></form><script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>'; function set() { document.getElementById('Search_Content').innerHTML = Search; }[/CODE] This works fine …

Web Development html-css javascript
Member Avatar for almostbob
0
149
Member Avatar for shadiadiph

this seems to work but the new window doesn't resize and none of the attributes are working? [code] <form name="login" action="secure/checkuser.php" method="post" target="mywindow" onsubmit="window.open('mywindow','width=400,height=300,toolbar=no,location=no,directories=no,status=no,menubar=no,titlebar=no,scrollbars=yes,copyhistory=yes,resizable=no')"> [/code]

Web Development javascript
Member Avatar for leroi green
0
277
Member Avatar for ashkan3030

Dear my friends, Here is my serious problem, Is it possible get the TREE VIEW in right to left position in asp.net .

Web Development asp.net
Member Avatar for brightline
0
116
Member Avatar for uaecasher

hello, I'm currently a PHP developer and I'm looking to learn new languages, what i found a good chose is ruby on rails. from what i came to know that ruby is much easier and fast way to develop web apps and uses techniques like MVC and DRY. however is …

Web Development php ruby
Member Avatar for blocblue
0
115
Member Avatar for anitha joe

Hello frens, I am new to ASP.Net and I am trying to create an application where I want to send my form contents to my email ID. I used the 2 approaches. 1) HTML form: [code=html]<form enctype="multipart/form-data" runat=server action="mailto:abcd@efgh.com" method="post"> <p>Enter your name below:<br /> <input type="text" name="names" size="100" /></p> …

Web Development asp.net email web-server
Member Avatar for brightline
0
171
Member Avatar for OmniX

I am trying to use a variable to refer to a column of a fetch_array. Problem is it is not working: [code=php] $table_field = "name"; $result = "select * from table"; while($myrow = mysql_fetch_array($result); $text .= $myrow[$table_field] . ", "; // Note: if I use 'name' it works fine... } …

Web Development php
Member Avatar for OmniX
0
267
Member Avatar for ^CurryPork^

Hi all, I am newbie for JSP.i want to create a simple website which provide search function from Database(MySQL). I downloaded Apache Tomcat ,MySQL and JDK 6 Update 12 with Java EE.Who can tell me how to setup this simple website ? help! Thank You! :-)

Web Development apache java-jsp
Member Avatar for peter_budo
0
89
Member Avatar for boliu

Hi! here is my problem . I'm a psychology student and i'm trying to do a survey on my friends from my YM list . I want to send them forms in their inbox and they will answer back . My form looks like this : [code=html]<form method="post" action="http://mysite.com/feedback.php"> Question1 …

Web Development php web-browser
Member Avatar for boliu
0
106
Member Avatar for nzkks

Hi, I am creating a data access layer through Visual Studio 2005 (dataset in appcode folder) for my asp.net (vb.net based) application connected with SQL server 2005 db. I have already created easy tableadapters for brands, categories tables. Right now I am creating Product tableadapter for product table. The product …

Member Avatar for nzkks
0
106
Member Avatar for lildaddyha

Hello, I have a login/registration script thats altered to correspond with my database. It includes the login, logout, change password, email validation, etc. I have it setup pretty well however, when I hit submit, the information doesn't go into my database. I get the error message "Data Missing" which comes …

Web Development php
Member Avatar for lildaddyha
0
190
Member Avatar for vasthan_2005

i have apache server and i want to access database by jsp what can i do please gve me steps actually iam at intially stage in jsp

Web Development apache java-jsp
Member Avatar for ejosiah
0
81
Member Avatar for danielpataki

Hello everyone! If you guys have a sec, can you help me out with some URL rewriting? I am transfering a site from typepad to wordpress for someone and the typepad links to post look like this: [url]http://www.domain.com/directory/year/month/post-title.html[/url] A wordpress link would look like this: [url]http://www.domain.com/year/month/post-title[/url] there is no extra …

Web Development php wordpress
Member Avatar for danielpataki
0
97
Member Avatar for danielpataki

Hi Everyone! I have a general database question, I'll try to keep it short :) I am building a social site where users can log in and add status messages (like twitter), share photos, keep a blog on site, and so on. I will refer to these as element types …

Web Development php wordpress
Member Avatar for digital-ether
0
110
Member Avatar for david.1982

Hi Everyone, New ASP.NET (C#) programmer here. Have a quick question that I'm sure you all will laugh at me for asking :) I'm using a Master Page to control my site's pages. On the master page I have a User Control that consists of two Labels, one for success …

Web Development asp.net session
Member Avatar for david.1982
0
277
Member Avatar for vaibs_lo

Hey every1, M new to this community, hope you'd help me out. I gotta develop a mini projecy on media player that could be online and play various formats. I know that i'bve to include certain codecs, of which i'ven't got ne slightest idea. Can any one pls help me …

Web Development asp asp.net
0
52
Member Avatar for arvindikchari

Hello I want that the user should specify the full url to 2 images in 2 text boxes, and these images should be set as the hover image and background image respectively, for a div. How will this be coded Regards Arvind

Web Development javascript
Member Avatar for Luckychap
0
203
Member Avatar for JP_L

hi, I'm trying to run my 1st servlet I'm using eclipse and tomcat but I get an error that I cannot solve. can anyone tell me what I'm missing? here is my index.jsp [code=java] <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> …

Web Development apache java-jsp
Member Avatar for ejosiah
0
102
Member Avatar for rEhSi_123

Hello fellow members: I want to nest my forum replies....meaning reply to a reply....so want to create a 2 dimensional array with one number refering to the orig post and the other for each reply on that post Could somebody please help me out. Thanks in advance my forum_replies table …

Web Development php
Member Avatar for rEhSi_123
0
379
Member Avatar for yorockk

hiii all, iam doing a project in asp.net and the back end is sql server. so when i tried the connection code it gives me an server error "Cannot open database "C:/Program Files/Microsoft SQL Server/MSSQL.1/MSSQL/Data/projdb.mdf" requested by the login. The login failed. Login failed for user 'YOGESH\Owner'. "

Web Development asp.net mssql
Member Avatar for greeny_1984
0
176

The End.