52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for love_dude1984

Im trying to access the databsae values & displaying it on the screen..my database connections r alright & evn the db is also rite..but its not displayin anything on the screen..can u help me?? [code=JSP]<html> <head><Title> login details </title><head> <%@page language="java" import="java.io.*,java.sql.*" %> <body> <% String name=""; String pass=""; try …

Web Development java-jsp
Member Avatar for jwenting
0
141
Member Avatar for Mylena

Hello everyone, The ajax+php part worked well independently. When I created a switch (because I want different information from database to be displayed in different tabs), it does not go into the xmlHttp.onreadystatechange=function(). I tried all possible variations, and looked online for hours. Can anyone help please? Thank you [code] …

Web Development php
Member Avatar for R0bb0b
0
195
Member Avatar for jmasta

Hello everyone, I just have a quick Javascript question I haven't found an answer to on the net. What is the difference between [icode] arrayName[0] [/icode] and [icode] arrayName.item(0) [/icode] I've run across instances of both, but nowhere have I seen the difference between the two. Thank you, Jmasta

Web Development javascript
Member Avatar for jmasta
0
164
Member Avatar for Shreyasi

Plase any one help me?? I have two questions: 1. Is there anything called chank in php..If yes..then what is that? 2. What are the different state in PHP.

Web Development php
Member Avatar for Shreyasi
0
69
Member Avatar for anuj_sharma

hey guys i want to make a web application but i am confused on whether i should study ASP or PHP. i want to make open source project. PLEASE HELP

Web Development asp open-source php
Member Avatar for samarudge
0
81
Member Avatar for h2c357

Hi, I have a aspx form on which I have a ListBox control a text field a button (btnA) and a submit button (btnB). The scenario is: the user enters text in the text field and clicks btnA. The value in the text field is added as an option in …

Member Avatar for neerajsingh.net
0
135
Member Avatar for derekcpt

Hey there. I really did not want to post this request, since I think it might be too complicated, well, even to explain. So, if some could crack this for me, PLEASE. I have searched the web for ages now, and tried several scripts and even tried to figure out …

Web Development php
Member Avatar for derekcpt
0
194
Member Avatar for osman85

i need to be able to aquire the info from my form and send it to my email but i think i have some thing wrong here, if anyone could help it would be appreciated. thanks. [code] <?php /* Subject and Email Variables */ $emailSubject = 'Crazy PHP Scripting!'; $webMaster …

Web Development php
Member Avatar for osman85
0
130
Member Avatar for veledrom

Hi, I have 2 textbox and 2 buttons in my form. Seperatly, Button 1 will validate textbox 1 and Button 2 will validate textbox 2, if they are empty or not. How can we do it? Thanks

Web Development javascript
Member Avatar for veledrom
0
103
Member Avatar for derekcpt

Hi all you guru's. Who could crack this once for me. I want to add the totals of my records posted to a mysql database table. I can achieve this by using the += method, but I have to have it in a repeated region (dreamweaver). I know there is …

Web Development php
Member Avatar for derekcpt
0
239
Member Avatar for derekcpt

I'm having a for where I can create invoices. Now I'm having the form fields where I have to fill it out with the customer's data. Well I don't want to fill out existing customer's data everytime. So I am having a link which opens up a page with a …

Web Development php
Member Avatar for derekcpt
0
101
Member Avatar for knrakesh

Hello friends, can any one tell me how to make [B]Tabs[/B] ina website just like in this forum like home,forums tutorial etc and how to make [B]Logos[/B] for a website freely please tell thank u Rakesh Nagekar

Web Development php
Member Avatar for digital-ether
0
173
Member Avatar for Tootlol

Hi, I need help with the server location my file path for the text file order.txt. according to my php text book, this is what they say I should use: @ $fp = fopen("$DOCUMENT_ROOT/../orders/orders.txt", 'rb'); however, this didn't work the server doesn't recognize where the file is located. This line …

Web Development apache file-system php
Member Avatar for somedude3488
0
143
Member Avatar for jynx_o7

HI guys!.. I have a project.. A CMS Website.. i dont know how to start because i dont have any idea about CMS... and the thrill is on the CMS website that im going to do is there's a mediawiki.. i dont how to implement the mediawiki on the CMS …

Web Development cms php
Member Avatar for jynx_o7
0
88
Member Avatar for tru's

i'm a beginner in php..i tried to display the record of the db in php. i create the variable to see the next record by $q=row['country']+1 to display the next record of same country.. but it didn't appear. it recurr the first record...i don't know the problem, can help me …

Web Development php
Member Avatar for Shanti C
0
122
Member Avatar for AON07

First off I am new to PHP, I am trying to display categories from a mysql db in a drop down menu. for some reason it is not displaying the category options. Need help with the code. Can anyone help me out. "the db has two fields "id" & "category_name" …

Web Development display mysql php
Member Avatar for AON07
0
133
Member Avatar for Tootlol

Hi, recently I just started learning php as a complete beginner, and I wrote some codes that wasn't able to show up on my browser. Please check to see if there is anything wrong with it. This is the exactly what I used. <?php $prices= array( ‘Tires’=>100, ‘Oil’=>10, ‘Spark Plugs’=>4 …

Web Development php
Member Avatar for MVied
0
154
Member Avatar for heni_pro

I'm having a problem in displaying data from the table.I've a candidate table in the db. i 've got the problem when i try to select the place of the candidate in the main html code. the html has the place selector, frist name, middle name and partystatus of it. …

Web Development mysql php
Member Avatar for langsor
0
139
Member Avatar for derekcpt

Hi, Could someone assist me here ;-) (Again) I am recording dates into a mysql database in the following forma: YYYY-MM-DD 2008-08-17 [code]date('Y-m-d')[/code] Now, I have to get data from my mysql database, but the data has to be filtered by the month and year. So, in other words, if …

Web Development php
Member Avatar for R0bb0b
0
207
Member Avatar for Chris101a

[B]Okay,[/B] here's the deal. I am designing a "Craigslist" type deal using php/MySql. I have everything down pat, EXCEPT I cannot figure out how to enter a simple search field (in HTML) where people can browse by city. I have a little, no, very little experience with PhP. So, when …

Web Development php
Member Avatar for langsor
0
110
Member Avatar for skinbug

I have a form and when someone enters incorrect information, the error is displayed. For the text fields, I have managed to sort it so the user doesn't have to re-type the information as the value is echoed back to them. But the problem I have is with an array …

Web Development php
Member Avatar for R0bb0b
0
131
Member Avatar for max2me99

I have a page that does load images from mysql db - but they don't go to the anchor. The first page is listings that just has text, and the second shows image(s) for those. After refresh the category page will go to the anchored link, but I've been told …

Web Development php
Member Avatar for langsor
0
409
Member Avatar for madmital

Hi, Does anyone know of an easy way to make a databound gridview display multiline textboxes when editing rows instead of the standard singleline ones? I can't use predefinded edit templates, since the gridview is to be absolutely dynamic. That is, I never know how many columns wil be in …

Web Development asp.net open-source
Member Avatar for james.samek
0
675
Member Avatar for architact

Hello I have designed a website in which users can create their account and then add or delete their likings, favoorite songs, what i want is that i want them to be able to arrange their likings by moving up and down. for this i need a procedure for swapping …

Web Development php
Member Avatar for R0bb0b
0
220
Member Avatar for gpdrums

Hi All: I have an extensive website in which I would like to echo the name of the company various pages after the user logs in. I think I should be using the $_SESSION global, but I'm having difficulty implementing it, placing it in my code, and knowing what php …

Web Development mysql php session
Member Avatar for MVied
0
201
Member Avatar for joeduffy10001

I am not really an asp developer but I am technical. I am making changes to an existing script. Very simply, I have added an additional link on a webpage. I want this link to easy display the contents of a word document. I am not that particular about details. …

Web Development asp
Member Avatar for vicky_rawat
0
244
Member Avatar for monochrome89

hi all,i'm still new to asp.net and i'm having some difficulties. i have an asp page where it will display the result of a select count(*) result if the user clicks on a button control. i have bind the sqldatasource to the gridview. the problem is i need to get …

Web Development asp asp.net
Member Avatar for b4rbs
0
119
Member Avatar for just asif

me new in php i need some guide about the installation & implmentation of the php

Web Development php
Member Avatar for Shanti C
0
87
Member Avatar for andrew13d
Member Avatar for langsor
0
113
Member Avatar for AON07

K i have installed XAMPP, which includes (Apache 2.2, PHP, MySql and Filezilla) for windows XP Media edition. I have put my webpages in the C:\xampp\htdocs folder. The browser will run any HTML files in this folder using ://localhost/ however when ever i call on a .php file the browser …

Web Development apache display php windows-server
Member Avatar for AON07
0
179
Member Avatar for tuse

The website that I created enables users to signup. When they register an account, a mail is sent to them. In the mail, I wish to send them a link upon clicking of which enables them to login. How can I do this? ----- I was thinking on the following …

Web Development asp.net
Member Avatar for tuse
0
65
Member Avatar for PC_Nerd

Hi, Im trying to find out about redirecting my site to another daomain - and I couldnt quite pick the right forum to post in so this seemed the best one since im most familiar with PHP. short and to the point. xyz.com I want that to be viewing abc.def.com …

Web Development php
Member Avatar for Coldice4678
0
133
Member Avatar for architact

Hello, I have designed a website which let the users create account and use our services, my client asked me to design a page which will show all the online members at that time, the solution i have figured out is that i have create a column in my user …

Web Development database-design php
Member Avatar for scru
0
81
Member Avatar for yasmena

i have a login page which contains a text box for a username i want whenever i get to this page the Cursor is in the Text Box Waiting for my entry i know its so simple but im new to JS

Web Development javascript php
Member Avatar for yasmena
0
89
Member Avatar for anuj_sharma

hey guys, I want to make a table but i want the first column of the table to have a radio button. On clicking the radio button i want the user to go to another page. Please suggest some ideas or some coding which could help me.

Web Development javascript
Member Avatar for anuj_sharma
0
495
Member Avatar for yasmena

i need to know how to get the selected value from a drop down box in php for example : while($row=mysql_fetch_array($query)) { echo"<option value='category'>".$row["cat_name"]."</option>"; } i want in another page to get the selected value and perform some operation on it

Web Development php
Member Avatar for ramseswar
0
86
Member Avatar for royonline

How to store an image into MySQL using JDBC and display the image in JSP?

Web Development java-jsp
Member Avatar for jwenting
0
283
Member Avatar for veledrom

Hi, i use php mailler to send email but i don't know how to add <br> or <p> breaks into message that comes from other page with $_POST. I need it because message appears in email as an one long line. [code] $mail->Body = $_POST['message']; //Not fine $mail->Body = "Hi,<br>How …

Web Development php
Member Avatar for veledrom
0
199
Member Avatar for l00pylou

Hello all - I have created an online form that sends results via email on submit, however, I have 4 checkboxes and their values are coming through as NO no matter what is entered this is the PHP code if ($box1 == "on"){ $box1= "Yes"; }else{ $box1 = "No"; } …

Web Development email php
Member Avatar for l00pylou
0
106
Member Avatar for enim213

can anyone give me a hand.. any idea how to do the following requirements.. i can't start please help.. i have two tables to compare.. it has so called rates.. its buying rate and selling rate(diff table), before i update new buyingrate.. it has to check selling rate (must be …

Web Development php
Member Avatar for enim213
0
302
Member Avatar for Michaelmyers

Hi, I am kinda new at PHP, but I have had nearly 1 year of learning. I'm making a Mmorpg text based game, I.E. bloody nation,lost power, I have made the home.PHP(login),login.PHP(Database script),register.PHP,Reg.PHP(Database script),Terms.PHP,Welcome.PHP,Member.PHP and loads more. I am now starting the stats database for the user e.g. Strength,Charm,intelligent and …

Web Development php
Member Avatar for fdh2000
0
120
Member Avatar for nagas

hello please send code for autoreply of email in contact form my contact form is : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Welcome </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> <SCRIPT>//global variable for error flag var errfound = false; //function to validate by length function …

Web Development email html-css javascript php
Member Avatar for digital-ether
0
116
Member Avatar for derekcpt

Guess this is javascript. Similar as in excel, (I have seen this before), lets say I have 3 fields in a form. Now when entering a numeric value in field 1, and lets say field 2 has the value of 5, then the value of field 1 times field 2 …

Web Development javascript php
Member Avatar for R0bb0b
0
82
Member Avatar for midget

I've been trying to figure this out for months so if someone could tell me how stupid I am that would be great... The first php.ini file works for sharing sessions from domain to subdomain no prob... with the simple inclusion of session.cookie_domain = "mydomain.com" I've tried them both with …

Member Avatar for digital-ether
0
686
Member Avatar for justinmyoung

I've tried to post on a few other forums for information on how to write a very simple search script that will allow multiple search options to search a mysql database. I have a script written that searches by a users last name, but I want to also offer the …

Web Development php
Member Avatar for langsor
0
296
Member Avatar for l00pylou

I am self taught Dreamweaver novice I have created a popup window, but even though in the code it asks it to open at 600 wide x 400 high, the pop up is opening in a tiny window It seems to be fine with Firefox, just a problem on IE …

Web Development javascript
Member Avatar for l00pylou
0
105
Member Avatar for rickya100

Hi. Thanks for looking. I am setting up a dedicated server for the first time to host a site and I have the FTP accounts set up, the PHP and MySQL packages installed. MySQL administrator GUI tool installed but I cannot get phpMyAdmin to work. I have unzipped it and …

Web Development gui mysql php web-browser web-server
Member Avatar for rickya100
0
207
Member Avatar for TechExpressInc

I have a PHP page and I want to indent text is there a way?? I have put the spacer.gif for somelines. But if I put the spacer.gif where I ask for input it comes up miss-algin? <tr><td><p>Tribute Information</p></td></tr> <tr><td><img src=Images/spacer.gif width=35>To someone special:</td></tr> <tr><td valign=middle><p>Name: </p></td><td colspan=5 valign=middle height=30><p><input …

Web Development php
Member Avatar for langsor
0
248
Member Avatar for Oreo1982

I have a gridview that gets data from an objectdatasource. the grid has a commandfield in which i show both the edit and delete buttons. i have figured out how to confirm the delete... [code=VBNET] If e.Row.RowType = DataControlRowType.DataRow Then Dim cmdDel As Button cmdDel = e.Row.Cells(0).Controls(2) cmdDel.Attributes.Add("onclick", "if(!confirm('Are you …

Web Development asp.net
0
76
Member Avatar for blood08

How would you make PHP search a website for a certain word and then return a true or false? Is there a function built into php already?

Web Development php
Member Avatar for langsor
0
158

The End.