39,393 Topics

Member Avatar for
Member Avatar for JSR

Hi guys, well as the thread title says, i've made a search engine for a property site that uses a form to specify what to search (ie. property status, type, location, bedrooms, price). And outputs as a table. The problem is i don't know how to make the function return …

Member Avatar for w_3rabi
0
117
Member Avatar for heliumgas

hello. i would like to know how i can use the message box ok/cancel to confirm the delete os data in the database. as javascript is clientside and php in server side hw i can do it? how i can send it to php undestand that is to del the …

Member Avatar for ~s.o.s~
0
124
Member Avatar for Dsiembab

Good Morning, I'm starting to implement simple php into my website, basically for information redesign purposes, and I am very new to php, like out of the birth canal new. Ive created some php files that contain html and I redirect them with the simple include command. I was just …

Member Avatar for stymiee
0
75
Member Avatar for gavy

hi, i had a problem with my cart values, i am doing like this choose product and select the value of quantity and then clickic the submit button of add to cart as: it goes as : [url]http://localhost/PPP_Cart/scart.php?quantity=7&pd=3[/url] i am using the following as: [code=php] <?php if (@$pd) { $cart[$pd]=$quantity; …

Member Avatar for gavy
0
99
Member Avatar for pipimalot

Hi, i want to create a website has a feature that when everyone has a Yahoo IM (login already) comes to my website, this feature know that and show their avatar in location i named it. How can i do to make it come true? plz help me. Thank you …

Member Avatar for pipimalot
0
98
Member Avatar for gee777

I am trying to install my website script on a midphase ([url]www.midphase.com[/url]) hosting account.Midphase uses cpanel.I have done all the steps as directed by my webdesigners ( [url]http://www.milliondollarscript.com/installation-tutorial.htm[/url]) up to step 4.However I am failing to proceed to step 5 because I cannot find the page ([url]http://www.yourdomain.com/admin/install.php)[/url]. My domain is …

Member Avatar for MidiMagic
0
108
Member Avatar for mithesh

Pls help me how to insert new line character in php i have used \n but it isnt working can anybody help me

Member Avatar for stymiee
0
80
Member Avatar for gavy

i started the application to build upon and came to an error, i tried to figure it out but through different procedure here is what i am calling: print ("<tr><td><a href=morder.php"); print ("?p_id="); print($row['id']); print(">"); print($row['p_name']); print("</a></td>"); it is calling the id from database, the link shows properly the values …

Member Avatar for jigendaisuke
0
124
Member Avatar for Puckdropper

I had a bit of a problem with my PHP coding tonight, and after playing 3 hours of Wii and heading back to the computer, I figured out the problem. (Newbies: This is a sound troubleshooting technique. Not necessarily playing Wii, but doing something totally different.) I've got a question …

Member Avatar for jbennet
0
118
Member Avatar for neons001

[code]<? include ('/config_inc.php'); session_start(); $fname = $_POST['fname']; $lname = $_POST['lname']; $number = $_POST['number']; $subj = "$number"; $msg = "First: $fname\ Last: $lname\ NUMBER: $number\"; echo "<form method=\"post\" name=\"send1\" action=\"\send.php\">\n"; echo "<input type=\"hidden\" name=\"name\" value=\"Member\">\n"; echo "<input type=\"hidden\" name=\"email\" value=\"new@local.com\">\n"; echo "<input type=\"hidden\" name=\"subject\" value=\"$subj\">\n"; echo "<input type=\"hidden\" name=\"message\" value=\"$msg\">\n"; $nrap=0; …

Member Avatar for pritaeas
0
90
Member Avatar for cancer10

Hi, I was wondering if the BCC in the header accepts multiple recipient as in the example below? [CODE]$headers .= 'To: Mary <mary@example.com>, Kelly <kelly@example.com>' . "\r\n"; $headers .= 'From: Birthday Reminder <birthday@example.com>' . "\r\n"; $headers .= 'Cc: birthdayarchive@example.com' . "\r\n"; $headers .= 'Bcc: birthdaycheck@example.com,someone@example.com,someone2@example.com,someone3@example.com,someone4@example.com,' . "\r\n"; // Mail it …

Member Avatar for Puckdropper
0
130
Member Avatar for php_coder

Hi I am getting this very error..... [B]Cannot modify header information - headers already sent by[/B] (output started at C:\Program Files\xampp\htdocs\gallery2\examples\live-excel.php:36) I have tried [B]ob_start();[/B] but of no use. It did not work.... can someone give the solution.?? Thanks in advance cheers Prati

Member Avatar for digital-ether
0
2K
Member Avatar for Pro2000

Hello everybody, I need a code shows who is online...Explain??,OK: I wrote a chat program & I need to know who is logged on... Example: In this web-site you can see If I am logged on because If I'm logged on the picture beside me will be green... how to …

Member Avatar for Puckdropper
0
88
Member Avatar for nyadimo

yes, i know mysqls query language, but what i need to know is how to connect mysql database with php. i am designing a dynamic website using macromedia dreamweaver 8, mysql and php. how can i go about configuration in order to connect successfully?

Member Avatar for Puckdropper
0
85
Member Avatar for realnsleo

hi there, i have a problem with the post data thing..i have two pages, one for uploading documents and another to see the uploaded documents. When i finish uploading and go to the next page i can see the uploaded document.when i click the back button to go back and …

Member Avatar for Puckdropper
0
75
Member Avatar for dudegio

Hi everyone! I have traced the variables that stores the data. All i have to do is to save all these in a table. Pls help. Here are the variables and its content: Variables: $pmaster_id = get_param("master_id"); //test------------------------------ print "master ID = $pmaster_id"; $master_id = $pmaster_id; $id = explode("-", $master_id); …

Member Avatar for dudegio
0
326
Member Avatar for ftxxpower

Hi Everyone, I need help looking for a script. The script I am looking for is something like a swap/trade script. The script should let everyone do all the basic functionalities such as login, logout, register account, etc. The script should also have an administrative control panel. Basically, the script …

Member Avatar for shashi28
0
129
Member Avatar for nyadimo

hi i am trying to design a dynamic website using php and mysql, how can i make configuration so as to connect successfully?

Member Avatar for shashi28
0
103
Member Avatar for bubai

<table width="100%" border="0" cellspacing="0" cellpadding="3"> <form action="temp.php" method="post" name="frmTemp"> <? $sql_count="select * from dmail_fields"; //echo $sql_count; $rec=mysql_query($sql_count); while($data=mysql_fetch_array($rec)) { ?> <tr> <td align="center"><input name="txtValue" type="text" class="textfield" id="txtValue" size="18" value="<? echo $data['field_name'];?>" readonly="ture" /></td> <td align="center"><input name="txtChange[]" type="text" class="textfield" size="18" /></td> </tr> <? } ?> <tr> <td width="50%" align="center">&nbsp;</td> <td width="50%" …

Member Avatar for Anonymusius
0
76
Member Avatar for alienlinux

hi, i have:- Server Version: Apache/1.3.29 (Unix) PHP/5.1.4 mod_mp3/0.39 mod_fastcgi/2.4.2 mod_ssl/2.8.16 OpenSSL/0.9.7j the php module seems to have loaded ok yet when i point to any php content it still delivers the code and not the propper content and i don't know what to check now as i am so …

Member Avatar for alienlinux
0
150
Member Avatar for alwaysonline

[COLOR=#000000]We redesigned our website using PHP. However, the case-sensitivity of the links seems to be causing many errors. If customers type in by capitalizing, say in the link [/COLOR][COLOR=#434343][URL="http://www.wspgweb.com/custom-website-design.php"][U][COLOR=#800080]http://www.wspgweb.com/custom-website-design.php [/COLOR][/U][/URL]as say /Custom-Website-Design.php, the link does not work. However the root URL [URL="http://www.wspgweb.com/"][U][COLOR=#800080]http://www.wspgweb.com[/COLOR][/U][/URL] seems to be working as non-case sensitive.[/COLOR] [COLOR=#434343]Has …

Member Avatar for alwaysonline
0
158
Member Avatar for redcoder07

How do I limt the records extracted from filemaker using the query "Select.... LIMIT 5" ? Example: select * from tablename limit 10. I connect the filemaker pro 8.5 via ODBC and use php to display the records.A small amount of records(1 or 2 rows) will display the records, but …

0
89
Member Avatar for assgar

Hi Multiple rows of dynamically created data is retrived from the database and displayed properly. When I get 50 rows displayed scrolling is necessary. The problem is when I scroll to see the items at the bottom of the list the rows get blurred (jumbled). To be specific at the …

Member Avatar for assgar
0
90
Member Avatar for jnscollier

So i found a script that does what I want but I'm having trouble "implementing" it. Basically I have all the image file names stored in my table and i want them to all display (the ones uploaded by the particular user logged in) on a page. Of course I …

Member Avatar for UrbanSky
0
117
Member Avatar for dudegio

Greetings to everyone!!! I am editing a program in Php 4 generated in a CodeCharge 2.0.5. The last and only task i found trouble with is saving information of a billing statement to the database. I can display the information to the textboxes but i dont know how to create …

0
92
Member Avatar for BoneThugz

I'm trying to make a simple website as I'm just learning php. But reading through your forums all morning hasent brought me to what I'm looking for. I would liek to make a site with a simple input box to edit the end data of a hyperlink but I would …

Member Avatar for BoneThugz
0
94
Member Avatar for fiddler80

I've been trying to create a program to put cemetery records into a database. In creating the Modify Records section, I have three files: pick_modrecords.php, show_modrecords.php and do_modrecords.php The pick_modrecord.php file brings up a list of records from the appropriate table and allows me to select a record to modify...which …

Member Avatar for fiddler80
0
124
Member Avatar for tlei

[COLOR=green]Hi all - this is my 1st post! I am working on a php/mysql app in which I need to generate dynamic html reports that arrange data from the db in a 3-level hierarchy. I'm able to write the big-honkin'-query that pulls all the data I need (from multiple tables, …

Member Avatar for johny_d
0
159
Member Avatar for dudegio

Hello everyone! Please help me on how to append the content of 1 table to another. I have coded but there is an error, please check if you have comments. If you have sample code the better. $result2 = mysql_query(INSERT INTO billingstatementhistory values (SELECT * FROM billingstatement); error is: [B]Parse …

Member Avatar for johny_d
0
104
Member Avatar for jyan

Hiya! I'm trying to include my blog- hosted at blogger.com - to my website. The blog is in an rss-feed. Blogger includes the tags that I use in the blog as they are, <a>, <br/> and <img> for example. When I try to read the blogs, it outputs the title …

0
65

The End.