52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for peterye

Hi, could any one reconmend me a good book can be fast to handle basic php and mySQL. It will step by step to teach me program begin from web hosting which available for both PHP and MySQL. Do need any software on my computer ? coulp of books when …

Web Development php web-server
Member Avatar for vssp
0
157
Member Avatar for patmagpantay

Hello! I have set up a script form called " form tools " without a problem, This script gathers all information in the registration form and stores it into a database (php and mysql), Now I would like to randomly choose 5 people from the data I collected from the …

Web Development php
Member Avatar for nav33n
0
118
Member Avatar for kishou

how would i use 2 if statements? i tried using && but it wouldnt work. :( like: if (yo!==yo) if (yogfhf!=yoh)

Web Development php
Member Avatar for kishou
0
94
Member Avatar for fredjahed

Hi All, When trying to change the bcackgroundImage of element useing javascript method style.backgroundImage="url(blue_link.gif) no errors found but the script can't find the image so what is the correct way to use the address of the image? Thanks very much in advance, Fred

Web Development javascript
Member Avatar for MidiMagic
0
468
Member Avatar for hidash_in

how to calculate the days between two dates excluding saturday and sunday foe example if i am calculating the days between 14/12/2007 to 17/12/2007 the answer for no of days should be 4... pls send the code for above problem. advance thanks hidash.

Web Development javascript
Member Avatar for MidiMagic
0
119
Member Avatar for scottholmes

I have a mysql database with user input fields. Some of these varchar fields contain commas as part of the data. When I try to display these fields they are treated as arrays and display only the first "element". This occurs both with mysql_fetch_row() and mysql_fetch_array(). I'm chagrined I haven't …

Web Development php
Member Avatar for scottholmes
0
132
Member Avatar for Roebuc

Hello all, I am helping create a website. Over a particular Image I have, I want it to say the name of the link, ie Home. While I got my cool flash things working where the image changes colors on mouseover, I can not get the text of the link …

Web Development flash image javascript
Member Avatar for Roebuc
0
127
Member Avatar for suha899
Member Avatar for ~s.o.s~
0
84
Member Avatar for budiman

HI I want to submit csv file data into mysql using php. One of the fields contain data : date with format (dd-mm-yyy). I want to store the data in mysql with date format (yyy-mm-dd). pls tell me how 2 do. pls help me Thanks. bye

Web Development mysql php
Member Avatar for nav33n
0
73
Member Avatar for sumiko2005

hi all, can anyone help for my problem. is it possible to get iframe id like case below? index.html <iframe id="iframeid" src="checkid.html"></iframe> checkid.html <script>alert([iframeid]);</script> advance thanks. sumiko

Web Development javascript
Member Avatar for sumiko2005
0
73
Member Avatar for gauravmishra

hi i want to know how to deploy servlets on websphere community edition2

Web Development java-jsp
Member Avatar for peter_budo
0
69
Member Avatar for AniWeb

hi all, I have 2 Admin pages 'Add Coupons.aspx' and 'Add Products.aspx' in the following directory:- F:/billadelphia/[B]Admin[/B]/Add Coupons.aspx F:/billadelphia/[B]Admin[/B]/Add Products.aspx Both the above pages are using a master page. In the Master page Iam using a Stylesheet for applying design template to all pages. In the master page images is …

Web Development asp.net
Member Avatar for nav33n
0
109
Member Avatar for sethbaur

Hey I'm a php beginner and I'm having some problems with the website I'm testing with. I'll show you first the relevant code. index.php: [code=php] <?php include "stdlib.php"; $page = new Page(); $page->title = "Index"; $page->printHeader(); ?> <style type="text/css"> div.container { width:100%; margin:0px; border:1px solid gray; } div.left { width:100px; …

Web Development html-css php xml
Member Avatar for sethbaur
0
96
Member Avatar for knowledgelover

hello, I am designing a web site using ASP.Net over VB , and I need to have user login window, I 've had it from the control and the users specified from the ASP.net configuration but : I wonder if I can bind users from a table containing usernames and …

Web Development asp asp.net sql
Member Avatar for knowledgelover
0
98
Member Avatar for SANJISH

Hi, I am developing an application in Visual Studo 2005 . I need to have a table with 4 rows and 4 columns. I am able to drag and drop the table control from the toobox, but for creating the rows and columns i have to write the <tr>,<td> blocks …

Web Development asp asp.net
Member Avatar for SANJISH
0
78
Member Avatar for anital

Hi, I am new to Javscript, and I need some help in accessing a set of <p> tags after <a> tag using getElementsByTagName('p'/'a'); I want to access the <p> tags after <a name="PAGE2">, <a name="PAGE3"> etc. This is what the HTML body has: <p class="verdana">First Paragraph </p> <p class="verdana">Second Paragraph …

Web Development javascript
Member Avatar for hielo
0
123
Member Avatar for web_master

hey i dont know if this is the correct place to post this or not but can u tell me how to make a sub domain(if thats wat it is called) for eg:: if my domain is abc.com, then how do i make a sub domain like word.abc.com or anything.abc.com.........i …

Web Development php
Member Avatar for FireNet
0
141
Member Avatar for terminator7879

there would be a account balance area, upgrade area, members profile area , cash ptc area , point ptc area, paid to signup area, and this would be linked to mysql so that everything happen over a click automatically and i need not have to do it manually.

Web Development php
Member Avatar for FireNet
0
102
Member Avatar for kobi

How can I load an xml file and show it as a treeview control in my HTML page

Web Development java-jsp xml
Member Avatar for mavines
0
109
Member Avatar for kishou

wats wrong with this code? cause whenever i try and use it it doesnt display $H. [CODE]<?php $_POST["xtwo"]=$A; $_POST["xone"]=$B; $A+$B=$C; $C*$C=$D; $_POST["ytwo"]=$E; $_POST["yone"]=$F; $E+$F=$G; $G*$G=$H; echo "The distance is: $H" ?>[/CODE] and some of you might have known that im trying to do the distanceforumla (x2-x1)^2+(y2-y1)^2=distance. like finding the distance …

Web Development php
Member Avatar for nav33n
0
122
Member Avatar for dbayo

did php support or allow to add many record at one time in MySql Database ?.. i need 2 add all the student mark the same time dis is my php script form.. <?php echo"<form name='kptm' form method='POST' action='3.php'>"; echo"<h1 align='center'> Final Mark</h1>"; echo"<table border='2'>"; echo"<p align='center'>SUBJECT : UNIX SYSTEM …

Web Development php unix
Member Avatar for nav33n
0
128
Member Avatar for gilroda

Hi there, I'm new to the forums and a programming novice. I've set up a CDOSYS form to email (a newsletter sign-up) and I'm trying to get my form field data to display on separate lines after the form has been processed - like the following: Name: [value] Company: [value] …

Web Development asp email
Member Avatar for gull
0
172
Member Avatar for muthumari

Hi, Tillnow am using notepad.I want to use Jcreator editor.I haven't any idea about how to use jsp in Jcreator.Now Am using ApacheTmacat4.0 is my Webserver. Anyone help me to this Query. Thanx in advance

Web Development java-jsp
Member Avatar for peter_budo
0
466
Member Avatar for susan10

Im new to Coldfusion, and here is what i would like to do: I'm using a html-editor on one cfm-page, and saving the text in a database: --mytext written i the html-editor ---------------------- Nunc libero ligula volutpat ac aliquet id laoreet ac lacus. [peopleoutofoffice] In dictum tincidunt turpis. Morbi sodales, …

Web Development coldfusion
Member Avatar for Nige Ridd
0
122
Member Avatar for bhappy

Hai All, Can any one help me how to get html hidden varaible value in asp.net code-behind. Thanks, Aswath.

Web Development asp asp.net html-css
Member Avatar for bhappy
0
58
Member Avatar for ritika_khanna

how can i make tab control in asp.net using vb.net.

Web Development asp asp.net vb.net
Member Avatar for Infarction
0
102
Member Avatar for dbayo

ello..im a new beginner for pHp script..i have to complete my final project..i used php as my programming language..but,i have a problem rite now..did anybody know,how to insert data from 1 form into multiple tables in MySql Database?.. ok,rite now,i have 2 tables, Client and Client2,k..And from 1 form that …

Web Development php
Member Avatar for dbayo
0
92
Member Avatar for ukndoit

I have a javascript that I have been using for a long while now, and I have the need now to make it work differently. I have it where when the mouse goes over a link it will give you a 'tip' as to what that link is for, or …

Web Development display javascript
Member Avatar for saidyakhyoev
0
174
Member Avatar for Pro2000

Hello everybody, I wrote a file using AJAX this is the code I wrote: File.js [CODE]var http = createRequestObject(); function createRequestObject(){ var request_; var browser = navigator.appName; if(browser == "Microsoft Internet Explorer"){ request_ = new ActiveXObject("Microsoft.XMLHTTP"); } else{ request_ = new XMLHttpRequest(); } return request_; } function getInfo(){ http.open('get', 'GtCht.php'); …

Web Development javascript mysql
Member Avatar for ~s.o.s~
0
105
Member Avatar for tefflox

The site: [URL="http://listenlight.net"][B]listenlight.net[/B][/URL], does not work in IE. The javascript is really pretty simple, I think, so I will appreciate any and all help to get it accommodated for IE. The page views are way down, when they should be way up, given the design. Thanks. Also, as an off …

Web Development javascript
Member Avatar for tefflox
0
180
Member Avatar for lydia21

i have created a application ...when i give the URL of the second page the page is getting displayed...but i want all the user to enter the application only from the first page where it check whether the user is valid.... what should i do to make my application more …

Web Development php
Member Avatar for nav33n
0
96
Member Avatar for Taffd

Hi all, I have a text area, in a form, that only allows basic text and punctuation. I'd like to be able, in certain circumstances, to allow links to be added, in a similar way to the text editors here on daniweb. Can this be done with php, or do …

Web Development javascript php
Member Avatar for MitkOK
0
281
Member Avatar for ravenquork

I am looking for suggestions for a script that will allow members of my site to have there own web pages. something like [url]www.mysite.com/yoursite/index.html[/url] An admin management panel, and a way to ftp web pages into yoursite/ without allowing access to the rest of the site.

Web Development
Member Avatar for xani
0
111
Member Avatar for Pro2000

Hi everybody, I have a question: :-/ I want to submit a form in an HTML page by pressing Enter and it does not submit if I press Ctrl+Enter

Web Development javascript
Member Avatar for Pro2000
0
117
Member Avatar for bjg5858

<form action="book_dive.php" method="post"> <input type="submit" value="Submit"> <table border="1" width="75%" cellpadding="2" cellspacing="2"> <tr> <td align="center">BOOK</td> <td align="center">DATE</td> <td align="center">TIME</td> <td align="center">LEAVING FROM</td> <td align="center">BOAT</td> <td align="center">DEPTH</td> <td align="center">DIVE SITE</td> <td align="center">MIN QUAL</td> </tr> <? include("conn.php"); $res=mysql_query("SELECT * FROM dives"); if(mysql_num_rows($res)==0) echo "No data in table"; for($i=0;$i<mysql_num_rows($res);$i++) { $row=mysql_fetch_assoc($res); //mysql_fetch_assoc STORES A …

Web Development mysql php
Member Avatar for bjg5858
0
99
Member Avatar for HemantK

Hi Everybody! How to upload a image / pdf file in mysql table blob column with ASP pls help me HemantK

Web Development asp file-system image mysql pdf
Member Avatar for zhk
0
433
Member Avatar for Taffd

Hello again, Can anyone give me any pointers on how to make a 'teaser' or 'preview' of an article. Thanks Taffd

Web Development php
Member Avatar for Taffd
0
100
Member Avatar for emmanueloladele

Hello All, Do anybody know any good free report generating tool i can use in my php application ? Emmanuel.

Web Development php
Member Avatar for emmanueloladele
0
87
Member Avatar for bhupents

Hi, I am Bhupen, I am doing my inventory project in PHP & MYSQL. I am working in both plate form, i.e. Windows XP and Linux 9 My problem. The array code which given below is fine working in Windows xampp server where the same code needs to modify in …

Web Development apache php windows-server
Member Avatar for nav33n
0
120
Member Avatar for gayatri_niki

hello i want code for ==== i want to add nodes in tree view control through database (sql). and i am using asp.net 2.0 with c#. gayatri

Web Development asp asp.net
Member Avatar for greeny_1984
0
70
Member Avatar for emarkus

Can someone please help, I have this code below and every time i execute it i get this error: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/dbconnect1.php on line 14 I can work out what i am doin wrong. <?php $dbhost = "localhost"; $dbuser = …

Web Development php
Member Avatar for black_ip82
0
118
Member Avatar for dsujatha_uns

Hi! I need code to draw a dynamic graph by taking values from database in php. i need in windows. Plz replie as early as possible. byee..

Web Development php
Member Avatar for johnrobert
0
59
Member Avatar for dotNetDummi

Hi all, I have a gridview in my project. There is a cell that contains a dropdownlist, textbox and button. My task is when the use clicks "others" in the dropdownlist, the textbox and button should show so that they can add new value into the dropdownlist. But I got …

Web Development asp.net
Member Avatar for dotNetDummi
0
662
Member Avatar for ytregnn

Hey, I wondering how I can make a "popup"-window (think it is done with Ajax) in the same browser-window? Click on one of the images in the link below for an example of what I mean. [url]http://www.railbirds.com/pictures/2/[/url]

Web Development php
Member Avatar for ytregnn
0
70
Member Avatar for vardhani

if my url is [url]www.x.com[/url] n i have an inner directory [url]www.a.x.com[/url] how do i check the url is right or not n lead it to an error page

Web Development php
Member Avatar for FireNet
0
189
Member Avatar for emmanueloladele

Hello All, I learnt Curl can solve some of my pressing PHP problems. I can't seem to get enough documentation on how to fully use the power of Curl- I need a helper. Can Somebody so kind, send me an electronic document on Curl ? It will be impossible to …

Web Development php
Member Avatar for FireNet
0
158
Member Avatar for strangeplant

Hi All, I need the help of a real expert because I'm still having difficulty with this Ajax technique. I have posted before about this on another site forum, but no replies (sigh). The script below works with FF only when the alert is in the code, and doesn't work …

Web Development image javascript
Member Avatar for hielo
0
991
Member Avatar for Oxiegen

Hi! I don't know if this has been answered already and a search gave to many results. I have a website that is built with ASP.NET and that uses some javascript. When I run a debug on localhost to check for errors the ASP.NET code works just fine, but every …

Web Development asp asp.net javascript
Member Avatar for hielo
0
205
Member Avatar for FallenPaladin

Hi I am experimenting with VBScript and SQL and am unsure if the following code will actually work. I do not have access to IIS at present so I am unable to test it. I would be greatfull if anyone could just take a brief look at the code to …

Web Development asp microsoft-access vbscript
Member Avatar for SheSaidImaPregy
0
116
Member Avatar for ritika_khanna

move visual studio.net 2003 web project from one computer to another if both computers are not connected then Visual Studio will fail to open the project and give an error "unable to get project file from web server.the two need to map to the server location. http 404 error (web …

Web Development asp.net visual-studio web-server
Member Avatar for ritika_khanna
0
103

The End.