39,320 Topics
| |
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 … | |
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 … | |
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> … | |
[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] | |
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"; … | |
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 … | |
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 … | |
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? … | |
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? | |
i want to assign the value of a java script variable to a php variable ???? can any one help me plz | |
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 … | |
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. | |
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? | |
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 … | |
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'? | |
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
[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; } /** … | |
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' . … | |
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 … | |
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 … | |
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> … | |
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 … | |
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 | |
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 … |
The End.