39,392 Topics

Member Avatar for
Member Avatar for vicky.vignesh

in my project i am using multiple dropdown boxes in a single page.so can u help me how to get values from those dropdown listboxes.here me used nearly 400 dropdownlist boxes.so it is very difficult to use 400 variables to retrive value from dropdownlistboxes.so me used array technology.bt here me …

Member Avatar for buddylee17
0
62
Member Avatar for ajie6673

could someone can help on this code. upon click the search there is no output. hope someone can help me. [code=php] //search-exec.php <? { echo "<h2>Results</h2><p>"; //If they did not enter a search term we give them an error if ($find == "") { echo "<p>You forgot to enter a …

Member Avatar for Will Gresham
0
99
Member Avatar for bimaljr

Hi, I need a PHP Shoutbox with Login feature so there will be no spamming. I have also MySQL database. I don't mind with of without MySQL facility. I just need a good ShoutBox. Thank You

Member Avatar for bimaljr
0
239
Member Avatar for Sheridan

Instead of using the browser back/forward buttons, I want to create my own on the web page. Anyone have an idea as to how this is accomplished?

Member Avatar for Shanti C
0
159
Member Avatar for babiker

i have the following: sudaneseonline.com/cgi-bin/posting/posting"sometext... I want to get the string up to the: `"` char, after the 'g' and before the 's'. Note- the string has no spaces. Thanks in advance.

Member Avatar for pritaeas
0
259
Member Avatar for MadMaxy

[code] ... mysql_select_db(".... database name....", $con); $sql="UPDATE INTO Picks (Day, Month, Number, Competition, Sport, Country, ..... [/code] Working: [code] ... mysql_select_db(".... database name....", $con); $sql="INSERT INTO Picks (Day, Month, Number, Competition, Sport, Country, ..... [/code] ---------------- 2. I can't make work the output of the database data, anything I try …

Member Avatar for srilakshmitr7
0
123
Member Avatar for Pado

I hate to bother you guys but I have a problem that has me stumped. When I test it on my local server it works fine, but then I uploaded the files to the web server and it doesn't work and I get the following errors: Warning: fwrite(): supplied argument …

Member Avatar for Pado
0
177
Member Avatar for shadowrider

i have to date options in my tab but when i click calendar button on tab it doesnt open the pop calendar but it redirects it to other page why it is not working wel same thing im using on normal page wid two dates but they r working well …

0
66
Member Avatar for cVz

Hey people .... I am trying to dynamically load data into combo boxes on selection of the first combo box items... I am Using MySql and PHP .... i really just don't know what to do anymore ... please please please help me ... PS - i am actually a …

Member Avatar for digital-ether
0
178
Member Avatar for Maxine

I am currently working on a program that should update mysql database online at an interval of an hour automatically. The user on the other side should be able to download the information in the database for use in his/her local machine. I am stuck in the process, I now …

Member Avatar for digital-ether
0
127
Member Avatar for SBDSTech

Not quite sure if I'm putting this in the right forum, but I wrote this site entirely in PHP so it seems somewhat appropriate.... here's the problem, and hopefully someone out there's run into a similar issue and might possible save me several hours of headaches.. :) the site I'm …

Member Avatar for mexabet
0
184
Member Avatar for mukhtarsaad

i am designing website with bluevoda i want to know how can i make login script in this other thing is How to make customer details form whree customer can filled all his details and sent to server. One more thing is that how my server sent him automatically a …

Member Avatar for PoA
0
53
Member Avatar for Punkis448

I have a problem with my project. The project search through the database and displays the results. The problem is that I get question marks instead of GREEK letters (i do not mean rubbish, i mean Greek). Suppose that the problem is not about encoding. I have to find the …

Member Avatar for Punkis448
0
133
Member Avatar for justted

Hello, I have set up a photo gallery and would like to resize the width for each photo displayed! However, I cant seem to get the coding right! Here is the snippet of code: [CODE] //Outputs the image and other data Echo "<img src=/photos/".$info['photo'] 'width=200' . "> <br>"; Echo "<b>Description:</b> …

Member Avatar for buddylee17
0
145
Member Avatar for php2sheik

[code=php]<?php $subject="testmail"; $message="this is test mail from php"; $to="****@****.com";//for an example $status=mail($to,$subject,$message); if ($status) { echo "Mail successfully Send"; } ?>[/code] when i execute this script, it displays the following error., why this error? [B]mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing[/B]

Member Avatar for mexabet
0
86
Member Avatar for bear24

Hi all, I am currently doing on this project and i am struck at this section - which is deleting multiple rows from mysql with checkbox. The code i am using is [CODE]<?php $host="localhost"; // Host name $username="root"; // Mysql username $password="root"; // Mysql password $db_name="advert"; // Database name $tbl_name="test_mysql"; …

Member Avatar for bear24
0
130
Member Avatar for justted

Hello, I have forms on my website for user profiles where they can update their information. I would like to limit this so users cannot insert HTML or other coding into some of the text boxes as this would cause significant problems. Is there a way I can either make …

Member Avatar for buddylee17
0
92
Member Avatar for rickya100

Hi everyone, Simple query. I have a RSS.php file in my includes folder and in this I write out an XML file to a feeds folder. It has been working fine except when I changed the relative link used in the file_put_contents function to a root relative one. I want …

Member Avatar for antwan1986
0
345
Member Avatar for mexabet

I have the following script for my Guestbook and it works fine. But I came across a captcha script I would like to incorporate into the already existing Guestbook. I have attached the captcha files here. Please, can anyone help me to readjust the Guestbook codes to accommodate the Captcha? …

0
62
Member Avatar for Sheridan

I have created a site which has JPEG files. For some reason they load very, veerrrrrry sloooowwwwwllllly. I am using the standard HTML img src code. Is there anything I can do to speed the process?

Member Avatar for buddylee17
0
71
Member Avatar for farahphp

i want to assign the value of a java script variable to a php variable ???? can any one help me plz

Member Avatar for buddylee17
0
180
Member Avatar for AlanW

Hi I have a site that I am struggling to get it to do what I need it to! I have managed to add how many photos appear but I cannot add A HREF links around these thumbnails to get a larger picture to appear in browser window. Code is …

Member Avatar for AlanW
0
159
Member Avatar for mohammed2raja

Hi, I m new in this field. Actually I face a problem, I call a php file from a html file using javascript. I declare a variable in php file,I want to use this variable in the same html file after execution of php file.Please help.

Member Avatar for mohammed2raja
0
143
Member Avatar for mohammed2raja

window.location.href = "updateReg.php?idValue=" + idValue; in the above code, I pass just one value "idValue", can i Pass more than one value like this?

Member Avatar for Shanti C
0
118
Member Avatar for mangel.murti

new in coding..... i have a login page.when user enter his name and password he transfer to second page and URL of Browers is [url]http://localhost/PS/GPWDP/add/add_ps2.php?name=abc.i[/url] pass his name in URL so that i can access it to second page.in second page i have two combobox after selecting one combobox value …

Member Avatar for a-scripts.com
0
58
Member Avatar for oliveroliver111

An overnight delivery service is there? Is 'overnight delivery service" really a delivery service happening at night-time? Or does it mean just 'in-a-flash delivery'?

0
44
Member Avatar for mattyb15

Okay. I'm a php newbie. I have a form where the user enters their name. I then on the next form I want it to access the database and add 1 to the row named 'number' that matches the persons name that they previously entered. If the name does not …

Member Avatar for Shanti C
0
241
Member Avatar for nikesh.yadav

take a look on image this is image u can find in every daniweb member's profile now i want the code to create this image can anybody have. thank in advance

Member Avatar for nikesh.yadav
0
150
Member Avatar for Rach68

Hi, I'm putting together a social networking site. One web developer is recommending going with them and using ASP.NET 3.0 and another is wanting to use PHP. I'm trying to find out which is better and what the difference is. For example, will one affect the ease of use by …

Member Avatar for Fungus1487
0
202
Member Avatar for justted

Hello, Im a little bit confused with this piece of coding I have! Im basically trying to add a script I have converted to a web page! The original code was using echo statements which was fine on a separate page but now I want it to be apart of …

Member Avatar for nikesh.yadav
0
102

The End.