Search found 45 matches
- Wed Oct 06, 2010 2:59 pm
- Forum: PHP - Code
- Topic: files not uploading in server
- Replies: 0
- Views: 200
files not uploading in server
Hi there, Since 2 days i have been striving very hardly to upload the files in the server using php/mysql with file handling technique. The major issue is when i upload the files from admin panel the file data is submitting in the database but the files are not uploading in ftp. Can anybody solve my...
- Tue Aug 03, 2010 2:23 am
- Forum: PHP - Code
- Topic: php flash highscore system for a games site
- Replies: 0
- Views: 147
php flash highscore system for a games site
Hi, I am currently working on a php/flash/mysql based high score system for a games website. The main obejctive of this system is to submit the scores in the database using flash game. Whenever the user makes the score it will be reflected in the database. While in testing evironment when i submit t...
- Tue Jul 20, 2010 4:43 am
- Forum: HTML, CSS and other UI Design Technologies
- Topic: Problem with div for flash game site
- Replies: 4
- Views: 1754
Re: Problem with div for flash game site
can anyone please look into this..
- Tue Jul 20, 2010 4:39 am
- Forum: PHP - Code
- Topic: Managing user session for life time
- Replies: 7
- Views: 241
Re: Managing user session for life time
Hi gargoyle,
Thanks for your response..can you please give a small example with code so that it will be helpful for me.
Thanks for your response..can you please give a small example with code so that it will be helpful for me.
- Mon Jul 19, 2010 4:47 am
- Forum: PHP - Code
- Topic: Managing user session for life time
- Replies: 7
- Views: 241
Re: Managing user session for life time
Hi liljester,
Thanks for your response. I heard we can set the time limit in php.ini file. Is it correct? If not can you please give small example of what you have replied for my post. Awaiting for your response.
Regards,
phphunger.
Thanks for your response. I heard we can set the time limit in php.ini file. Is it correct? If not can you please give small example of what you have replied for my post. Awaiting for your response.
Regards,
phphunger.
- Sat Jul 17, 2010 9:04 am
- Forum: PHP - Code
- Topic: Managing user session for life time
- Replies: 7
- Views: 241
Managing user session for life time
Hi, I want to maintain the user session for life time. Means for example if a registered user is logged in and if he forgets to logout then next time when he open up the site then the session should be alive. The user no need to login again and again. I hope its good if the user forgets the password...
- Sat Jul 17, 2010 7:47 am
- Forum: HTML, CSS and other UI Design Technologies
- Topic: Problem with div for flash game site
- Replies: 4
- Views: 1754
Re: Problem with div for flash game site
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title...
- Sat Jul 17, 2010 3:19 am
- Forum: HTML, CSS and other UI Design Technologies
- Topic: Problem with div for flash game site
- Replies: 4
- Views: 1754
Problem with div for flash game site
Hi, I have developed a games website using php. When any user clicks on any game then in the game play page game content is displaying properly. What the problem is the game content is displaying sometimes on the div and some times its not displaying on the div. so after days of testing the site i c...
- Tue Apr 20, 2010 2:07 am
- Forum: PHP - Code
- Topic: How to track clicks on aparticular banner
- Replies: 2
- Views: 76
How to track clicks on aparticular banner
Hi,
I just want to know that in my website i want to track the clicks on a particular banner when the user clicks. Can anyone tell me how to track the clicks?
I just want to know that in my website i want to track the clicks on a particular banner when the user clicks. Can anyone tell me how to track the clicks?
- Thu Mar 11, 2010 4:37 am
- Forum: PHP - Code
- Topic: Showing game category based on the game selection
- Replies: 3
- Views: 219
Re: Showing game category based on the game selection
Hi techies,
Can anyone provide solution for me...
Can anyone provide solution for me...
- Wed Mar 10, 2010 6:28 am
- Forum: PHP - Code
- Topic: Showing game category based on the game selection
- Replies: 3
- Views: 219
Re: Showing game category based on the game selection
Hi pbs,
Thanks for your response..
I have 2 pages play.php and show_more.php....$_GET['type'] is there in the show_more.php.
Thanks for your response..
I have 2 pages play.php and show_more.php....$_GET['type'] is there in the show_more.php.
- Wed Mar 10, 2010 4:49 am
- Forum: PHP - Code
- Topic: Showing game category based on the game selection
- Replies: 3
- Views: 219
Showing game category based on the game selection
Hi, First of all i will tell you my assignment. I have some 4 categories like Action Games, Adventure Games, Shooting Games, Casino Games. When i click on the game i want to show the game name from which category that game belongs. For example i have selected a game from "New Games" in tho...
- Thu Oct 22, 2009 1:20 am
- Forum: PHP - Code
- Topic: upload image to folder and saving image name in database
- Replies: 3
- Views: 617
Re: upload image to folder and saving image name in database
Thank you mate...Its working..
- Wed Oct 21, 2009 2:18 am
- Forum: PHP - Code
- Topic: upload image to folder and saving image name in database
- Replies: 3
- Views: 617
upload image to folder and saving image name in database
Hi, As i am working out on uploading image in the upload folder of my system's directory and parallely saving the uploaded image name in the mysql database server. The code is working but the image name is not saving the database. Instead of saving the image name it saves the name as BLOB-8B, BLOB-1...
- Wed Oct 14, 2009 4:40 am
- Forum: PHP - Code
- Topic: Filling a text area with options from a select tag
- Replies: 1
- Views: 125
Re: Filling a text area with options from a select tag
Hello can anyone provide solution for this post...Please..