39,320 Topics

Member Avatar for
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
52
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
131
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
143
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
84
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
128
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
91
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
343
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
61
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
70
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
178
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
157
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
139
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
116
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
57
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
42
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
236
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
138
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
101
Member Avatar for namratashukla

i want to design a database for cricket game where players will be selecting their players and while live cricket is goin on i want all user data base to get updated when the specefic player in his team hits.so i just want to know how to do this updation …

Member Avatar for nikesh.yadav
0
108
Member Avatar for welbyobeng

I have two file one called show.php and one is show.tpl. On show.php it has this code //----------------------------------------- // Fetch Media //----------------------------------------- $db->query("SELECT files.*, categories.*, users.id, users.username FROM categories, files LEFT JOIN users ON files.mid=users.id WHERE $search_addon files.category_id=categories.category_id AND files.type != 'plug' AND $v $ss ORDER BY files.featured DESC, files.$sort …

Member Avatar for petr.pavel
0
130
Member Avatar for Venom Rush

Hi all I'm trying to get a jquery progress bar working. What I'd like to know is if there is a specific command I need to include in my php or something I need to add to my php.ini file in order to report back to the progress bar. The …

Member Avatar for Venom Rush
0
141
Member Avatar for Doctor Inferno

[CODE]<?php /************************************************* * Max's File Uploader * * Version: 1.0 * Date: 2007-11-26 * ****************************************************/ class maxUpload{ var $uploadLocation; /** * Constructor to initialize class varaibles * The uploadLocation will be set to the actual * working directory * * @return maxUpload */ function maxUpload(){ $this->uploadLocation = getcwd().DIRECTORY_SEPARATOR; } /** …

Member Avatar for pritaeas
0
80
Member Avatar for asyieen

actually, i'm a newbie in php...i'd like to ask you guys.....how to display back all the data from the database for these coding....here's the coding.... [code=php]($_POST ['action'] == 'pointofcontact'){ $projectid = $_POST['projectid']; $poc = ''; //echo "Pastikan pilihan anda betul!!<br><br>"; for ($i=1; $i <= 3; $i++){ $poc = 'poc' . …

Member Avatar for petr.pavel
0
103
Member Avatar for skippybosco

I am accessing a 3rd part API for an integration script I'm developing. It has a 3 step process in creating a userid (1. get a token 2. login as admin 3. do admin stuff) I've scripted it via server side script that is triggered on a new user being …

Member Avatar for skippybosco
0
158
Member Avatar for JadeaDragon

bah!! At one time I knew how to manipulate mysql data and put it into and out of things - I've been staring at this all day and it still doesn't work. Direction, help, code, etc anything is appreciated. I haven't done db scripting in about a year so please …

0
72
Member Avatar for calvinmicklefin

I am trying to use an HTML form with radio buttons to choose a file to use as an include. It fails and I would like to know why ... Can anyone please identify my misteak? Here is my HTML [code] <form name="form1" action="pdfmaker.php" method="post"> <p><input type="radio" name="formradio1" value="1">Choice 1<br> …

Member Avatar for calvinmicklefin
0
2K
Member Avatar for god_1896

hi to all; does anyone can tell me if where can i find a sample code of php that woul look like a tree menu, well my is. I want to make a update menu which is if i click the update menu the form well be display, here is …

0
84
Member Avatar for anushka1

i want to keep the image has a background and the text should be on the image on my web page.i should look like image reading the text how can this can be done.If u have any ideas,please pass on thanks a lot

Member Avatar for praveen_dusari
0
71
Member Avatar for mattyb15

Hi i'm a newbie to PHP and MySQL. I was wondering if anyone could help me with some code to Add 1 to a number that is assigned to a person in the database. So, the person types their name in a form. Then the form has to find that …

Member Avatar for mattyb15
0
69

The End.