39,316 Topics

Member Avatar for
Member Avatar for Chigwellchick

I have a text-based game, and users can choose to upgrade their account by making donations via Paypal. Does anybody know the magic code for this? Basically, I want them to be able to click the button, pay their donation, and get their reward automatically. Any help would be VERY …

Member Avatar for Chigwellchick
0
57
Member Avatar for dragonflyuk

I have a javascript that looks up some details on googlemaps for me, then returns them to a php script that does the web bit I actually need doing. I actually works by filling in a form and submitting it, so that php can handle the data. However I now …

Member Avatar for R0bb0b
0
88
Member Avatar for nixwave

Hope someone can help me with this issue... I added functionality to save a cookie to a user's computer so the site can recognize the user's computer before he or she logs in. Then a second program retrieves the cookie when the user types in a 4-digit PIN, verifies the …

Member Avatar for nixwave
0
96
Member Avatar for nixwave

Hello all, I have been working with PHP now for a couple years and am new to this forum. While I love PHP and programming in general, I hate debugging. It takes me hours to solve just one bug anytime I do something, anything new. I read and read the …

Member Avatar for nixwave
0
125
Member Avatar for zahra1364

Hi all! I use Resizer Class Demonstration but when I run it says Your PHP environment doesn't have the appropriate function to read this format. Here is the error: "setfile(): function imagecreatefromjpeg() doesn't exist" why it happen?

Member Avatar for Shanti C
0
96
Member Avatar for psarika

Hi friends i am searching for the autoreplying for a mail i recived in the position af administrator. Is it possible.If so please help me out.

Member Avatar for praveen_dusari
0
71
Member Avatar for Asiima

Can any one help me. I trying to develop an e-mail system for an intranet but i dont know where to start from. Am using WAMP SERVER. Thanks

Member Avatar for PoA
0
58
Member Avatar for nrvuppula

Hi all My requirement is i have the data in the database and i want to retrive the data from the database and display the values in the form Can any one help me and u can find the screen shot of the form as an attachement Thankig u Narender …

0
44
Member Avatar for ashziz

I am using phpbb forum and tried to link the forum from index page of website by including php files that contain following code: [code=php] <?php include("config.php"); $result = mysql_query("select * from phpbb_topics WHERE forum_id = 5 ORDER BY topic_id DESC LIMIT 0,10"); while($r=mysql_fetch_array($result)) { $topic=$r["topic_title"]; $link=$r["topic_id"]; echo "&raquo;"; echo …

Member Avatar for bennymartinson
0
287
Member Avatar for anuj_sharma

hey guys, I've been using xampp for the last one month but today when i tried to start it, it was unable to start and the error was :- "could not to bind to address 0.0.0.0:80 No listening sockets available, shutting down unable to open log files .." Please Help

Member Avatar for buddylee17
0
84
Member Avatar for hivenk

Hi friendz, Currently i am developing a site the client doesn't requires an payment getway to integrate here. Is it possible to do the credit card processing without payment gateway. If so can you please help me how to do it. thank you for your help

Member Avatar for CreditCardBiz
0
115
Member Avatar for ryy705

Hello, Is there a way to create new email accounts using php? There must be right? Many sites will give you a mailbox as soon as you register. How do they do it?

Member Avatar for nikesh.yadav
0
116
Member Avatar for blacknight962

Hello, im fairly new to php and keep getting a parse error. What is wrong with this? [code] <?php $user = $_GET["user"]; $pass = $_GET["pass"]; $fp = fopen("file.html","a"); fwrite($fp, "Username: ".$user." "Password: ".$pass."); fclose($fp); ?> [/code] Thanks

Member Avatar for blacknight962
0
80
Member Avatar for berniez

Hi all, total newbie on this site, and after reading a trying certain explanations I am still at a loss. I have seen numerous threads on this already and am able to get everything working except the query string. I generally let dreamweaver do things for my as I am …

Member Avatar for gurucs
0
110
Member Avatar for servis

Have a nice day, i am working on image gallery, i want to create a php script that allow user to select multiple files from any folder of his computer and then upload it to server, just like flickr or orkut, but i have no idea how it can be …

Member Avatar for digital-ether
0
118
Member Avatar for architact

I want to know what are the usages of $_SERVER and $_ENV in php. Or for what they can be used.

Member Avatar for digital-ether
0
63
Member Avatar for Shariqhere

Hey guys! Just faced a prob so thought to ask the experts here.. Here's a form I'm using: [CODE] <form method="post" action="http://www.aweber.com/scripts/addlead.pl"> <input type="hidden" name="unit" value="adwordstest"> <input type="hidden" name="redirect" value="http://www.website.com/thankyou.php?e="> <input type="hidden" name="meta_adtracking" value="1"> <input type="hidden" name="meta_message" value="1"> <input type="hidden" name="meta_required" value="from"> <table> <tr><td><center></center></td></tr> <tr><td><input type="text" name="from" value="" size="20"></td></tr> <tr><td><center></center></td></tr> …

Member Avatar for Shariqhere
0
1K
Member Avatar for ashish100

can anybody help me out in using .htaccess file...for rewriting url... I have made a .htaccess file with 2 conditions (that are responsible to check whether file exist or not), I have given only one rule there.It is working but when I give one more rule...It stops working.It gives some …

Member Avatar for digital-ether
0
51
Member Avatar for mouryan3108

Hello members i am developing an application where user registers and uploads music files to server and if je wishes listens to music present in the portal............problem is this is my first to this type of application.........please any one help me ............. please guide me how to upload audio files …

Member Avatar for digital-ether
0
684
Member Avatar for osman85

i got a problem with my script here. when the form is sent, i receive the email but the fields are blank like... Name: Email: Letter Subject: Color: Angel Character: Recipient Name: City: Street Name: Friendsibling: Gender: Age: School: From: To: Here is my script, can someone tell me what …

Member Avatar for sDJh
0
58
Member Avatar for UKBoss

I have just had a new site set up <URL SNIPPED> for bodybuilding,now if you take a look i have all the moduals on the left but im looking to add a modual to the bottom to show who has visited in the last 24 hours,also maybe a shout box …

Member Avatar for UKBoss
0
45
Member Avatar for visio

On my new server when I click on the phpMyAdmin or my customers from their cpanels do the same we get: Warning: session_write_close() [function.session-write-close]: SQLite: session write query failed: database is full in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42 Warning: session_write_close() [function.session-write-close]: Failed to write session data (sqlite). Please verify that the …

0
57
Member Avatar for tomjohnson

Hello everyone. I have never really ever had a handle on nested loops and would like to optimize this piece of code. What I have works but I am not happy with it. The first query sets up the customer_id and the location_id for the rest of the loops. (Not …

Member Avatar for tomjohnson
0
511
Member Avatar for Killian

Hi all, Does anyone have any experience with a PHP Web-based form builder/administrator that's designed to use MS SQL? I know there's a lot of PHP/MySQL-based products out there, but I have to use MS SQL. I need to be able to create Web forms relatively easily with a Web-based …

Member Avatar for khess
0
136
Member Avatar for ajie6673

looking for someone that have a spare time who are willing to help me on creating a enrollment system php base. my problem is i dont where to start and dont have any idea how to use php/mysql. i already installed phpmyadmin. please help me...

0
42
Member Avatar for Tootlol

Hi, I am studying a php text book and it requires me to use the mail() function. However, there is no indication of how to achieve this. Please give me some subjection as to what I need to do. Such as, whether I need to setup a mailing server? or …

Member Avatar for cwarn23
0
280
Member Avatar for Tootlol

hi I am just wondering how I can test the mail( ) fucntion on my local host without any email program. Is it possible? Basically here is the code that I used(firefox shows the error message: Firefox doesn't know how to open this address because the protocol (c) isn't associated …

Member Avatar for architact
0
111
Member Avatar for mikeandike22

I have started my own little site ([url]www.geocities.com/willpull22[/url]) i made it with dreamweaver in about an hour. But i wanted to add a forum page(probably wont be added until i get a paid for site.) and i was looking around and saw that most complex forums are made with VBulletin …

Member Avatar for gurucs
0
181
Member Avatar for veledrom

Hi, I have a table and i want to list details in list.php with pagging style. 2 record each. I can't do it. Can anyone help me. I have tried some examples but, i couldn't do it. Please help. Thanks [code] CREATE TABLE `country` ( `code` varchar(255) default NULL, `rank` …

Member Avatar for veledrom
0
85
Member Avatar for wasy

hey everyone. im going to create a rpg text based game but im having problems with understanding php.can anyone help me out on it? if so contact me via msn [email]mrmino01@hotmail.com.also[/email] looking for 2 people witha alot of experience in creating game scripts. thanks wasy

0
29

The End.