39,316 Topics

Member Avatar for
Member Avatar for gruve

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 …

Member Avatar for buddylee17
0
70
Member Avatar for 2eXtreme

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 …

Member Avatar for buddylee17
0
79
Member Avatar for Reliable

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 …

Member Avatar for Reliable
0
85
Member Avatar for netnuta

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 …

Member Avatar for netnuta
0
181
Member Avatar for dragonflyuk

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?

Member Avatar for dragonflyuk
0
123
Member Avatar for wussa

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 …

0
69
Member Avatar for rezvi

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 …

Member Avatar for Shanti C
0
56
Member Avatar for psathish2

[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 …

0
110
Member Avatar for veledrom

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 …

Member Avatar for praveen_dusari
0
112
Member Avatar for knrakesh

hello friend, i require help for forget password please provide code for this please Thank u in advance Rakesh Nagekar

Member Avatar for saikishore
0
74
Member Avatar for knarffrank
Member Avatar for ramseswar

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!!!!!

Member Avatar for Shanti C
0
90
Member Avatar for fieldmedics

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 …

Member Avatar for R0bb0b
0
77
Member Avatar for adelsin

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 …

Member Avatar for R0bb0b
0
76
Member Avatar for veledrom

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

Member Avatar for veledrom
0
101
Member Avatar for saikishore
Member Avatar for odysseous

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.

Member Avatar for ShawnCplus
0
68
Member Avatar for Shreyasi

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?

0
49
Member Avatar for skymuss

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 …

Member Avatar for Gribouillis
0
318
Member Avatar for MDGM

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 …

Member Avatar for MDGM
0
189
Member Avatar for ishlux

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

Member Avatar for Shanti C
0
81
Member Avatar for psathish2

How upload file to mysql db in server and show to link in next page the uploaded files ..

Member Avatar for shadow_kira
0
115
Member Avatar for ochien

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

0
55
Member Avatar for knrakesh

hii, can anyone please see the doc in this the del is not working pleaseeeeeeeeeeeeeeee Rakesh Nagekar

Member Avatar for Shanti C
0
82
Member Avatar for nikolai.aas

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 …

Member Avatar for Shanti C
0
102
Member Avatar for Tony0930

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?

Member Avatar for Shanti C
0
107
Member Avatar for god_1896

hi all; I' am using the encoding type utf8- and its works on the firefox. but when i run my index on the IE 6 and IE 7 it does not detect the utf8. what seems to the problem of this? Can put the type of encoding so that my …

Member Avatar for god_1896
0
94
Member Avatar for ramseswar

[code=php]$getm="SELECT player FROM manutd WHERE player='$x'"; $get=$mysqli->query($getm,MYSQLI_USE_RESULT); while($row=$get->fetch_object()) { $name=$row->player; } [/code] is there anything wrong with this code.........................plz help

Member Avatar for ramseswar
0
231
Member Avatar for nzaman

Assign values to two variables. Use comparison operators to test the first value is: *The same as the second *Less than the second *Greater than the second *Less than or equal to the second Would really appreciate it if some one could do this for me cheers!

Member Avatar for Shanti C
0
65
Member Avatar for PomonaGrange

Hi All, I have been trying to create a php page that will upload a image, create a thumbnai and process a sql query, all automatically. I have attached the two files. The form page (show-addrecord2.php) and the processing page (do_addrecord2.php). The sql statement works fine. I am just having …

Member Avatar for somedude3488
0
107

The End.