39,320 Topics
| |
Hi, guys. I've got a simple request form that is submitting a request to a company email address. However, now when the form is submitted, I need the data to be sent in an email to the site's admin. and prompt the company some message... Anybody can give me a … | |
Ok i want to create a shout out box for the forums, i use invision free forums, can some one hlep on that. never done something like that, is there a toturial or something? | |
Hi! I am going mad, -I am not that familiar with php yet, but know a little basic programming. I am receiving a lot of spam i our guestbook [URL="http://www.galleri1897.no/viewguestbook.php"]http://www.galleri1897.no/viewguestbook.php[/URL] and wanted now to implement reCaptcha. I got the keys, and actually got it to show in the right top … | |
I saw one of these and looked very effective and professional. I have been doing research and four methods have come up: - Flash - Javascript - CSS - PHP So which to use and why? and If so how do I make one? Any tutorials? Thanks, Regards X | |
Hi I'm trying to create a single dropdown menu for a search that will post results from multiple fields. I think this could be pretty simple if i wasnt a php newb. For example I have two fields City and Park. Cities contain multiple parks. So in a single drop … | |
Hey guys I was hoping someone could shed some light on some research I'm doing. Basically, I want to know if I can use PHP to read n number of cells from an excel file. Based on each cells color, I want that cell value to be written to a … | |
I have tow questions actaully: [LIST=1] [*]Does anyone know how to integrate PHPlist with an already existing form on their website? [*]HOw do I make a person's photo 3D for placement in an SWF file for a website [/LIST] I have a 2 text field form (name and email) that … | |
Hi there all! I do not have a great knowledge of php but I do know basic html. I have a javascript popunder script that I would like to try on my site that runs on a php script. I know how to insert this script into an html page … | |
I'm trying to detect googlebot, or more to the point have some code not run when googlebot is viewing the page This is what I am using if (strpos(strtolower($_SERVER[‘HTTP_USER_AGENT’]), "google") === FALSE) However google bot appears to be still running the code, anybody any ideas? | |
Hi, this is the code [ICODE]Link to us:<br> <form><textarea cols="110" rows="3" onClick='highlight(this);'><a href="<? echo $url; ?>"> <img src="<? echo $url; ?>/button.gif"></a></textarea></form> <br> <a href="<? echo $url; ?>"> <img src="<? echo $url; ?>/button.gif"></a> </div><br><br>[/ICODE] This is the code at this [URL="http://free-images-upload.com/tools.php"]Tools [/URL] Page I am having problem for linkback. the code … | |
hello everyone, i need your help. i m using update query for a table to update data. i want to insert data when submit button is pressed but when page is refeshed the table data is automatically updated the value. now i want to restrict automatic update except submit button … | |
[COLOR="Green"]downloaded file show only 0byte nothing in download file............... this file uploading codes... [/COLOR] [COLOR="Red"]Code:fileload.html[/COLOR] [code]<html> <head> </head> <body> <center> <form method=post action="loadfile.php" ENCTYPE="multipart/form-data"> <h4>Enter the Following Details</h4> <table border=1> <tr> <td> Enter FolderName</td><td><input type="text" name="fname"> </td> </tr> <tr> <td> Title</td><td><select name=title> <option value ="resume">resume</option> <option value ="resume1">resume1</option> <option value … | |
Hi, I create dbf.php file to connect database and require dbf.php in main.php but, doesn't work. Thanks dbf.php [code] <?php $conn = mysql_connect('localhost', 'root', ''); if (!$conn) { die('Could not connect: ' . mysql_error()); } else { mysql_select_db('dbf', $conn) or die('Could not select database.'); } ?> [/code] main.php [code] <?php … | |
hello friend, i require help for forget password please provide code for this please Thank u in advance Rakesh Nagekar | |
| |
i m not able get the session variables on the other pages....................... if i use session_start(); it gives error:header already sent............... kindly help me ..................i m stuck.!!!!iiii!!!!! | |
I just paid someone to build a database script for me. I want to learn how to do it, however I guess I would need to know the correct name of the type of script first. I operate a Job Posting site for EMT's and Paramedics. I had a HTML … | |
Hello! I'm new to php, but not new to either html or c or c++. From what I understand, if you understand C++, php is rather easy. So, I decided to attempt my first php project. I wanted to make a ticket type system but for administrator's of a site … | |
Hi, What should i do for "logout link" to clear "login session" because, when i click "logout link", i can come back to same page without any problem with clicking on back button on the IE. Thanks | |
Where do i get Remote Access Key for WHM? PLZ SEND ME ASAP.. | |
I have a parsng string problem. I have to parse a string according to [[ ]]characters . and i have write to screen string part that not contains [[ ]] characters. | |
Any one please tell me what is [B]undefined constant [/B] in PHP Like: Key_my_site, ID_my_site etc. And what is [B]get_magic_quotes_gpc()[/B].Why and where it is used? | |
Hi daniweb users My name is luc. I'm from Germany. Before I have started with Python I used PHP. There you have the funktion [B]urldecode[/B] to decode a url string or [B]urlencode[/B] to encode a url string. I don't really know I a function like that in python. can you … | |
Hi all, Im editting a whois script so when it returns the details of the whois search it returns one positive answer if the "loggedin" cookie is found, and another positive answer if it is not, and a negative one if the domain is taken. The whois script works fine … | |
Hi all, I have the code for uploading the file......but to store the uploaded file in database and how to retrieve the uploaded file...... i want the code and logic Thanks in advance | |
How upload file to mysql db in server and show to link in next page the uploaded files .. | |
hi guys, i make some function in vb6 and then i'm complie this to dll, can php read and use function in this dll ??? thanks before :D | |
hii, can anyone please see the doc in this the del is not working pleaseeeeeeeeeeeeeeee Rakesh Nagekar | |
Hi I'm looking for a piece of code that can turn a sql string into an array. Here is an example: [icode]sqlStr = "SELECT p.id FROM products p WHERE ((p.name = 'im a name' AND p.name2="another name") OR (p.name='always with')) [/icode] So that i in this array quickly could add … | |
I am almost done developing this e-commerce site and my client just asked me to add a shopping cart. I have some templates, but I want to start from scratch, is there a specific way of starting to do it? What should I consider when building a shopping cart? |
The End.