52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ayesha789

Hi, I have developed a SMS Application. There is a file name my.php I want to execute it after every 10 seconds so I can get new files which arrive. please guide me

Web Development php
Member Avatar for digital-ether
0
1K
Member Avatar for facarroll

I'm trying to display an array of images by using the following code but no images are displayed. The images are in a folder named images. Is there some problem using a variable in a path name? Or am I doing something else that is wrong? The variable $thumbnail refers …

Web Development php
Member Avatar for facarroll
0
1K
Member Avatar for meghab

Hi All, I am creating an application in which I want to keep refreshing a jsp file and in that jsp file i need to keep calling another url of type [url]www.daniweb.com/receive.jsp?a=xxx&b=xxx[/url] and save this url in database. Here the url keeps changing in every second ie. values of a …

Web Development java-jsp
Member Avatar for meghab
0
113
Member Avatar for mpc123

Hi i have a form which also uses php to insert records into database, just name and address but also need them to pay via paypal, please help Form code [code=php]<form action="insert.php" method="post"> <div align="center">Firstname: <input type="text" name="firstname" /> Lastname: <input type="text" name="lastname" /> Email: <input type="text" name="email" /> <input …

Web Development php
Member Avatar for nonshatter
0
109
Member Avatar for tbaba83

hello am new here. i have a difficult problem i have been trying to solve for the past few months. i just installed lamp on ubuntu 10.08 and started building my first database application. i intend to build a form. the form is called sign.php and the script is defined …

Web Development php ubuntu
Member Avatar for tbaba83
0
162
Member Avatar for ayesha789

Hi I have to develop a code for file configuration in PHP. My basic text file is stored in C:\abc my text file name format is Mobile#_Code.request Example: 923135470808_9033.request Now I want to read code 9033 from the name of text file which always be there after _ and before …

Web Development file-system php
Member Avatar for ayesha789
0
267
Member Avatar for preetg

hi...... i am using window xp.....apache server m new in php i inserted record in database through forms .now i m facing problem to delete the records from database in php code..... above code is not working properly...give me solution within 2 days....

Web Development apache html-css php
Member Avatar for didier_m
0
416
Member Avatar for valonesal

Ok we are working with a script and we get the following error [CODE]Warning: Invalid argument supplied for foreach() in /xxx/xxx/xxx/spider.php on line 149 [/CODE] Im not sure what the problem is and I havent had any luck fixing it, here is the line in question [CODE]foreach ($array as $value) …

Web Development php
Member Avatar for nonshatter
0
509
Member Avatar for nikita.chandra

Hi all i am creating an application in which i m using jsp,servlet and javascript. on jsp page there are text boxes named ID and Passwprd and a submit button. When we submit jsp page first javascript will be executed if we left any of the text boxes blank, that …

Web Development java-jsp javascript
Member Avatar for nikita.chandra
0
215
Member Avatar for reaphux

Hi. I'm setting up an alcohol website which requires age verifying. My knowledge in javascript is very limited. I already have this age verify javascript which i've downloaded off net. The problem is, i want a different image to show up at the bottom, when visitor selects their year. Eg. …

Web Development javascript
Member Avatar for reaphux
0
106
Member Avatar for pingvin

Hi, I have found script on internet that grab received emails from inbox and store some basic info (like subject, message, author of email...) into MySQL. That part works great, but I have problem with getting doubled message. So when I receive email, script grab message but somehow she do …

Web Development data-structure email php
Member Avatar for digital-ether
0
115
Member Avatar for scorpionz

Hi this is scorpionz, I have an hosting server of windows 2003 server machine, I have installed a xampp in it and hosted my dotproject installation on xampp, and installation went successful. Now when i run the web dotproject software PHP based, this is what happen: Firefox: (After login to …

Member Avatar for caseysoftware
0
139
Member Avatar for marisha5

hello friends, I am developing a database oriented website in which i have to handle alot of data. i am looking for a functionality similar to datagrid view of .Net in Php. Please help me out.... Thanks Marisha

Web Development php
Member Avatar for chrishea
0
145
Member Avatar for sahanaC

I have uploaded audio files (saved them) into the SQL Server 2005 database. I need to prepare a "play sound" button to allow users to click it and listen to the sound. I have the following code to retrieve the audio file from the database. protected void playsound_btn_Click(object sender, ImageClickEventArgs …

Member Avatar for MichaelWClark
0
800
Member Avatar for ceeandcee

I am trying to build a Standings page for a hockey pool site that shows Wins, Losses, Ties, etc. I am struggling with the Tie section. If two teams have the same number of points (PF=PA) the team gets one point. I can get this part to work. However, at …

Web Development php
Member Avatar for artech
0
78
Member Avatar for anetta

Hello How to place a MYSQL database in my ASP.NET site? In what format I produces the file for my APP_DATA database folder to place it. How to build CONNECTION STRING to database located in APP_DATA I created a site communicates with a LOCALHOST database Now I want to import …

Web Development asp asp.net mysql
Member Avatar for anetta
0
286
Member Avatar for asifsomy

Well I have a lot of confusions about wordpress. And I unfortunately could not find a satisfactory answer to my questions. So expecting a detailed answer. To what extent we can customize a wordpress website? for what kind of projects we should use wordpress. Can we create a database oriented …

Web Development php php-codeigniter wordpress
Member Avatar for nonshatter
0
132
Member Avatar for miss_indie

Ahm. after my problem about editing and stuff. here's now another problem. i'm updating multiple data on my database i patterned the codes in my previous post and after i've done editing here's what happened: [COLOR="Green"]mysql error You have an error in your SQL syntax; check the manual that corresponds …

Web Development php sql
Member Avatar for miss_indie
0
179
Member Avatar for dthatsme33

I created a mobile version of a client's website. I created a subdomain called mobile.sitename.com In the past I have used this code on the index.php page: [CODE]<?php $mobile = "http://mobile.cogistix.com"; if(preg_match('/Windows CE/i',$_SERVER['HTTP_USER_AGENT'])) { header("location: $mobile");} elseif(preg_match("/iphone/i",$_SERVER["HTTP_USER_AGENT"])) { header("location: $mobile");} elseif(preg_match('/Blackberry/i',$_SERVER['HTTP_USER_AGENT'])) { header("location: $mobile");} elseif(preg_match('/PalmOS/i',$_SERVER['HTTP_USER_AGENT'])) { header("location: $mobile");} elseif(preg_match('/PalmSource/i',$_SERVER['HTTP_USER_AGENT'])) { …

Web Development iphone php
Member Avatar for Usernamex235
0
216
Member Avatar for camerondane

I am running a form that pulls data from multiple mysql tables. However whenever the php/mysql code is in the html form tags it will not read the php/mysql nor will it read any php for exampl echo "here";. I have done this several times before so I imagine it …

Web Development html-css mysql php
Member Avatar for camerondane
0
198
Member Avatar for Flightfanatic1

Hello, I am trying to get a value of a div. I have an html page with a div's class called "findme". I have tried innerHTML but it keeps saying undefined. function innertest() { var a = document.getElementsByClassName("findme").innerHTML; alert(a); } <div class="findme"><b>This is a test</b></div> Is there a way that …

Web Development javascript
Member Avatar for Airshow
0
294
Member Avatar for Suhacini

[code] <?php include("conn.php"); include("session.php"); ?> <html> <head> <title></title> </head> <body> <form action="user.php" method="post"> <table border="0" align="center" width="100%"> <tr> <td align="center"><a href="editevent.php">Edit Event</a></td> <td align="center"><a href="addevent.php">Add Event</a></td> <td align="right"><a href="logout.php">Logout</a></td> </tr> <tr> <td colspan="3"><b>List of events</b></td></tr> <?php $str="SELECT * FROM eventdesc "; $res=mysql_query($str); if(mysql_num_rows($res)!=0) { while($data=mysql_fetch_array($res,MYSQL_ASSOC)) { echo '<tr> <td>'. $data['eventdesc'].'</td> …

Web Development mysql php session
Member Avatar for pamdooley
0
2K
Member Avatar for filch

Hello, I have the following code, which shows a number of form text input fields, depending on a number entered into another field: [CODE]<script type="text/javascript"> $(function() { var input = $('<input type="text" name="delegate" id="delegate" />'); var newFields = $(''); var input2 = $('<input type="text" name="non_delegate" id="non_delegate" />'); var newFields2 = …

Web Development javascript javascript-jquery
Member Avatar for filch
0
146
Member Avatar for Borzoi

I am planning to start up a new business soon and part of it is selling online. I was planning on using PayPal in the early days to handle the payments until we can afford good enough security so that we can hold data such as credit card information ourselves. …

Member Avatar for Borzoi
0
216
Member Avatar for andy106

Hi everyone! Thanks for reading my post. I have 2 questions, first I have a PHP site where it reads the pages from a folder and shows it in a php frame, for example the contact us page with the file name of contact.php will be shown as http://www.<DOMAIN>?page=contact. and …

Web Development php
Member Avatar for andy106
0
318
Member Avatar for gchurch

hey i despritly need some help getting this phpmyAdmin up and running again. i'm using wamp with mysql but can't get into my PhpmyAdmin for some reason. i've uninstalled it and re-installed it. the extension mysql.dll is there in the php.ini file uncommented the php extension for mysql is checked …

Web Development mysql php
Member Avatar for paulrajj
0
218
Member Avatar for teedoff

Hi, I have one page thats really throwing alot of code violations at validator.w3.org. This is a CF site and when I view source from the browser and paste the code in the validator, I get like 190 errors all stemming from one piece of coding I think. I created …

Web Development coldfusion
Member Avatar for arrgh
0
185
Member Avatar for GTRMcLaren

I have created a login system based in PHP and MySQL, where upon registration, users enter the information required in the form. However, there is another page where they can review their information once they have logged in. I am new to PHP but I would like to know the …

Web Development mysql php sql
Member Avatar for GTRMcLaren
0
2K
Member Avatar for Puster

Hello, I am starting to freak out with my php codes because it is just a mess and i get an error when i close my php tag. This php file is going to upload an image and set a name,description, and signature from the player, but i get this …

Web Development mysql php
Member Avatar for Puster
0
104
Member Avatar for b9678123

Hi, I have a Gridview on Default.aspx. There is a ButtonField (Button Type: Button) on the Gridview1. When user click on any button of ButtonField, I want to show a pop-up of size 500x400 px with a Label, a Textbox and a Button. Please help me in achieving this as …

Web Development asp asp.net
Member Avatar for sundarchum
0
385
Member Avatar for bufospro

Hi, I am trying to learn about JQUERY. So , I found some examples and I am trying to apply to my pages. But something goes wrong. Could you help me please ? For example 1.html [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" …

Member Avatar for bufospro
0
124
Member Avatar for ddellostritto

Hello all - I'm having some trouble UPDATING my mysql using php. I'm working on a event planning system; the user can click on the company to see a small report that has some areas which must be editable (payment status, etc.). I get these values into a form to …

Web Development mysql php session
Member Avatar for ddellostritto
0
104
Member Avatar for kracko

Hi) I needed to make it possible for the user to upload many files from many directories of his pc to server. Here is the html and js code html [CODE] <div id="addPhoto" > Path and Title of the Photo. <br /><br /> <input type="file" name="flImg0" /> <input type="text" name="txtTtl0" …

Web Development php
Member Avatar for kracko
0
91
Member Avatar for LloydFarrell

Hi all, I have ben tring to write some code that will help protect my forms \ data input I have wrote the following for anyone to use \ comment \ edit and improve. Im new to php and have read alot about securing data input from sql injection. If …

Web Development php sql
Member Avatar for Borzoi
0
161
Member Avatar for veledrom

Hi guys, I have a query which returns 0 (zero) as a result not as a row in MySQL interface. However, when I run it in PHP the query doesn't return anything although there is one value which is 0. It is a Decimal type. Neither of these work. Result …

Web Development php
Member Avatar for ko ko
0
76
Member Avatar for slap01

currently im working on my php code which display username,date and comments. how can i copy the username andinsert it into the other table using mysql? here's the table looks like table_1 ID USERNAME table_2 ID DATE COMMENTS

Web Development php
Member Avatar for muralibobby2015
0
61
Member Avatar for tekboi

Hi Coders, I recently found a script online that clears tweets from a twitter account. The script is written in coldfusion which is not supported by most web hosts as you guys know. I'm a programming newbie, so I want to know if it's possible to code this same script …

Web Development coldfusion php web-server xml
Member Avatar for MargaretAlbert
0
352
Member Avatar for rajni11

Hi, :rolleyes: Can anyone send me or tell me the shortcut keys for .net framework(visualstuio.net). so that i can use it frequently Thanx.....:)

Web Development asp.net
Member Avatar for zalakshah
0
160
Member Avatar for micahgeorge

Hi, I was making a search box and was trying to highlight the words that the users will enter in the search box,for example if the user enter "kids" in the searchbox it should highlight the "kids" word in the result............. is anyone have an idea how to do that

Web Development php seo
Member Avatar for muralibobby2015
0
191
Member Avatar for Nth_

Hello, I am currently creating my first web program using Visual Studio 2008 (asp.net with c#) so am probably going about many things the wrong way, but it is to be expected! The issue in question: -I have a dropdownlist(ddl), which is populated from a SQLDataSource. -The text in the …

0
130
Member Avatar for as.bhanuprakash

Hi All, I need to validate the telephone number entered by the user in a form. Following are the conditions. 1. The length of the string should be 10. 2. The first character should be ZERO. 3. Remaining 9 characters can be any digits from 1-9. I am using the …

Web Development php
Member Avatar for as.bhanuprakash
0
125
Member Avatar for julianmoors

Hi, I have a page using Moo Tools with 4 images. What I would like to do is to pass a boolean value to an array that exists outside of the image, but then I need to test to see if all elements outside the array are true. If so …

Web Development javascript
Member Avatar for julianmoors
0
69
Member Avatar for Smudly

I have a search engine that searches through my sql table called `sheets`. Inside this table are the following columns: id int(11) No artist varchar(100) No title varchar(100) No url varchar(2083) No timesdownloaded int(11) No lastdownloaded date No todaydownloads int(11) No date date No active varchar(3) No duplicate int(1) My …

Web Development html-css php
Member Avatar for Smudly
0
118
Member Avatar for jackparsana

hi, [code] public void bingdrid() { cmd.Connection = con; cmd.CommandText = "SELECT Customer.* , convert(varchar(50),StarteTime,103),convert(varchar(50),EndTime,103), CompanyMaster.Name, Country.CountryName, City.CityName, State.StateName " + "FROM Customer INNER JOIN "+ " CompanyMaster ON Customer.CompanyID = CompanyMaster.CompanyID INNER JOIN "+ " City ON Customer.CityID = City.CityID INNER JOIN "+ "Country ON Customer.CountryID = Country.CountryID INNER …

Web Development asp.net perl
Member Avatar for jackparsana
0
159
Member Avatar for new SE

Hi all.. i want to create a banner in my website using asp.net and ajax.. banner will consist of many banners and have the paging under the banner that moving y itself.. what we call it? i cannot find any other example yet because i dont know the name of …

Web Development asp.net javascript
Member Avatar for new SE
0
75
Member Avatar for davidjennings

Hi all, I have three inputs required at a prompt in the index file below which requires the following data a number which will be the title code such as tt0892318 and a number that will be prefixed with tt and be interpreted as the title code such as 0892318 …

Web Development php
Member Avatar for davidjennings
0
191
Member Avatar for aslamdoctor

Hello Friends, I am looking for a web based music player which has functionality like these 1. Play/Pause button 2. Shuffle button 3. Repeat button 4. Search from playlist option 5. Volume Up/Down button 6. Next/Previous button I am currently using wordpress to on my site & uploading sons through …

Web Development php wordpress
Member Avatar for aslamdoctor
0
157
Member Avatar for chinmc

I have installed a software program and i am not able to call it out : Here is the error message which i do not have any clues of as i am non IT literate , that's why i come to this forum . Warning: include(../config.php) [function.include]: failed to open …

Web Development file-stream php session
Member Avatar for chinmc
0
132
Member Avatar for Roebuc

Hello All, I am very new to YUI, as in tonight I used it for the first time. I have been reading some great tutorials and I was able to write my first small app with it. In my test app, there is one thing I dont understand but it …

Web Development javascript
Member Avatar for Roebuc
0
158
Member Avatar for g4george

Hi I have a session variable I wish to display in the title of a web page. This works well with IE. However, when I switch to Firefox it only works when viewed from my personal server. And not when I view my page when I go online using Firefox. …

Web Development html-css php session web-server
Member Avatar for g4george
0
100

The End.