39,393 Topics

Member Avatar for
Member Avatar for sangeetha.n

How to implement a digital library for my web site..can anyone help me

Member Avatar for sangeetha.n
0
75
Member Avatar for kings

hi i have two mail function in my page.when a aggrement is signed ,mail will be sent to both the clients. Error: when there is some problem in sending mail to one client the mail is getting delievered another client.if there is a problem i want to stop sending to …

Member Avatar for ryan_vietnow
0
56
Member Avatar for justted

Hello everyone, I have been learning how to code a simple message board (or 'forum') and have really been proud of what Ive achieved so far. However, I want to include these message boards in my online community but currently members will have to add their name as a field …

Member Avatar for justted
0
268
Member Avatar for hungnguyen
Member Avatar for hungnguyen
0
55
Member Avatar for foundsheep

My form was working fine in the past, and now it is not. I'm not sure why. I've been through the code several times and have yet to find anything. The form posts with the general error that is in the code. So, something is breaking, but I'm not sure …

Member Avatar for foundsheep
0
118
Member Avatar for nathanpacker

Hey, I've got some values that don't seem to be calculating correctly. I've got two numbers, subtracting one from another, and instead of the answer being an exact number, like .06, it's coming out as like .0599999999. For some background, I'm working with monetary values, and since I'm so new …

Member Avatar for nathanpacker
0
242
Member Avatar for JuliaT

Hi there, (is this the right forum for this? If not, a moderator could move it it would be really appreciated) I'm looking for a programmer who'd be interested in programming from the ground up a online simulation game like those such as [link], [link], [link], etc. Concepts are simple, …

Member Avatar for Auzzie
0
116
Member Avatar for lordx78

[code=php] <?php // connect to database include("inc/connect.php"); // include auth and nav //include("inc/auth.php"); // begin content //include("inc/nav.php"); // close mysql connection //mysql_close(); // Check if the form has been submitted. if (isset($_POST['Submit'])) { $brandC = $_POST['brandC']; $typeC = $_POST['typeC']; $styleC = $_POST['styleC']; $frameC = $_POST['frameC']; $groupSetC = $_POST['groupSetC']; $errors = …

Member Avatar for lordx78
0
76
Member Avatar for lordx78

I'm looking for some PHP scripts that be able to search into the Database and retrieve all the records that matches the user input string in the search form. Please advise.

Member Avatar for lordx78
0
273
Member Avatar for mikeandike22

Hello Im looking for a real simple way, if possible with no databases involved, to send an email to a hosting account on godaddy. I believe they use smtp.secureserver.net for the smtp server. I have a form that asks for the persons name and their email..I am later going to …

Member Avatar for mikeandike22
0
106
Member Avatar for kings

hi i want to fetch username from another table based on the id generated in the temopary table. [CODE] <?php @ $rpp; //Records Per Page @ $cps; //Current Page Starting row number @ $lps; //Last Page Starting row number @ $a; //will be used to print the starting row number …

Member Avatar for jino
0
120
Member Avatar for dwlamb_001

Can anyone recommend a good up-to-date how-to for the installation of PHPEclipse and DBGdebugger? I am using xampp 1.6.5 which has PHP 5.2.5. Try as I might, I can't get the requisite [code] with DBG v2.11.30, (C) 2000,2004 by Dmitri Dmitrienko, http://dd.cron.ru [/code] in the PHP header to indicate that …

Member Avatar for dwlamb_001
0
136
Member Avatar for Morty222

I am using current_timestamp and it works great but when I output the data onto a php page it looks like this: 2008-03-05 18:05:44 Anyone know how I can make it look like this? 03-05-2008 18:05:44

Member Avatar for johnsquibb
0
110
Member Avatar for htcorp
Member Avatar for miguelp
0
64
Member Avatar for shadowrider

how to solve prob the im displaying email by database and now when i click it it shuld open the hotmail or outlook page how to code it urgent

Member Avatar for miguelp
0
52
Member Avatar for CelestialDog

Hi guys, I've been searching around trying to find a solution to this problem. Basically I wrote a simple php script to create an xml file of the information thats passed to it. Testing it locally works without a problem, but when I upload it to my web space I …

Member Avatar for CelestialDog
0
91
Member Avatar for lordx78

I wanted to how do we upload an image path(url) into the MySql database and call it through PHP. Do we use the BLOB function, if yes, then how? I don't want to upload the image itself as it will burden the database. Please Advise.* * Any Tutorials, videos, article, …

Member Avatar for lordx78
0
138
Member Avatar for mav140

Hi, I would like some help please. I have made a contact form on Flash and called on a PHP file to send the form through mail. When I receive the e-mail, it is all messed up with HTML tags of the text formatting everywhere... Even in the "From" and …

Member Avatar for miguelp
0
171
Member Avatar for aravindkishore

Hi all, I struck at one of my projects where I have to convert uploaded video files into flash files.I am not getting proper idea how this get it done.Please help me in this regards. Thank you, Aravind.

Member Avatar for Mashka
0
93
Member Avatar for rudevils

Hi all, i know a lil bit PHP and im trying to use AJAX in my PHP script can u tell me where the good resources/tutorial to start learning this thing :?: Thx before

Member Avatar for rudevils
0
103
Member Avatar for sheze11

I need to know that, how can i embed the live rates for international stocks on customised charts. Is there any freeware charting application or i have to buy this full customizable charting application. If i have to buy , do you know about any charting application, please provide me …

Member Avatar for JRSofty
0
77
Member Avatar for zanzo

hello, i have a serious problem :S i have 4 pages 1st page: user enters his first, middle and last name. + a submit button to the 2nd page 2nd page: he enters his Gender, Age and Marital status. + a submit button to the 3rd page 3rd page: Address, …

Member Avatar for zanzo
0
129
Member Avatar for Nitefly

Hey, There was a tutorial on this problem I have now but I have lost the link so I am hoping someone here could help :D Basically, I am looking for the code that you basically use as a replacement for iFrames. For example, the URL would be [url]www.mysite.com/index.php?page=PAGENAME[/url] and …

Member Avatar for kamaster
0
136
Member Avatar for kishou

what's wrong with this code? it works fine except when i download the file there's nothing in the file and i've tried removing the unlink. [CODE]$F = fopen("filename","w"); fwrite($F,"blah"); fclose($F); header('Content-Disposition: attachment; filename=title'); unlink("filename"); [/CODE]

Member Avatar for nav33n
0
78
Member Avatar for jjasoningram
Member Avatar for jjasoningram

I continue to get the following error when running the my php script. PHP Parse error: syntax error, unexpected T_STRING, expecting ']' in /hermes/bosweb/web171/b1716/sl.c2cadmin/C2C/php/processform.php on line 174 Any insight on this would be greatly appreciated. Here is the script: <?php /* Program name: processform.php * Description: Program checks all the …

Member Avatar for JRSofty
0
105
Member Avatar for somedude3488

Hello, I am thinking of creating a php game in my spare time. Any ideas on what the game should be?

Member Avatar for Riscx
0
121
Member Avatar for bornok15

Im studying how to integrate Classes in php pages. anyone who has an idea on how i can come up with this? That i would just have objects.. is it possible?

Member Avatar for bornok15
0
132
Member Avatar for eparse

Hi, i'd some requests for my PHP, can anyone guide me? Q1: Any upload server can be used so that i can test my upload.php? My currently used web hosting may need permission. Q2: using <? session_start(); .....?> at every page and assign [code]$_SESSION['name']=$_POST['name'];[/code]. and at the second page it …

Member Avatar for nav33n
0
76
Member Avatar for ryy705

Hello, I recently signed up with a free hosting provider(apache, mysql, php). When I login through ftp, I go to my root directory which is web accessible. So where do I hide the files that I don't want to be accessed through the web? Such as database connection files, user …

Member Avatar for Auzzie
0
135

The End.