Search the web
Sign In
New User? Sign Up
phpresource · Storehouse of PHP Resources
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 56 - 85 of 2744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
56
Hi All, I need a PHP script which tells the client browser name, version etc. I can do it easily by JS, but I need it to do by PHP. Please help me. Thanks in...
Constant Constant
constbd
Offline Send Email
Feb 2, 2006
4:46 am
57
Hi Constant, You can use get_browser() function of PHP. ... <?php echo $_SERVER['HTTP_USER_AGENT'] . "\n\n"; $browser = get_browser(null, true); ...
Rupom
rupom_315
Offline Send Email
Feb 2, 2006
4:55 am
58
Sorry for the formatting... Here's the code & output again: <?php $browser = get_browser(null, true); echo "<pre>"; print_r($browser); echo "</pre>"; ?> ... ...
Rupom
rupom_315
Offline Send Email
Feb 2, 2006
5:14 am
59
Good day to you all ! I was wondering if there a way that indicate who's online. I would imagine, for sure, a login page... How can it be done ? pls help...
rubel_ahmed1
Offline Send Email
Feb 5, 2006
4:37 am
60
Hi Rubel, Yes you can do it by keeping records of the users. I can suggest you some steps (below): 1. Make a table to keep the who is online data 2. When a...
Rupom
rupom_315
Offline Send Email
Feb 5, 2006
5:18 am
61
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the phpresource group. File :...
phpresource@yahoogrou...
Send Email
Feb 5, 2006
6:02 am
62
Hi Rubel, I have uploaded a file in the group URL http://groups.yahoo.com/group/phpresource/files/ regarding your problem and also user IP checking. You can...
Rupom
rupom_315
Offline Send Email
Feb 5, 2006
6:09 am
63
thanks rupom . thank you very much for such resource !!! ... http://groups.yahoo.com/group/phpresource/files/ regarding your problem and also user IP checking....
rubel_ahmed1
Offline Send Email
Feb 5, 2006
8:40 am
64
hi all i have a js array like var MyArray = new Array("value 1","value 2","value 3","value 4","value 5"); can i sent it to php array ? thanks in advanced...
rubel_ahmed1
Offline Send Email
Feb 5, 2006
8:55 am
65
r u looking for this one ? <?php ob_start('ob_gzhandler'); if(!isset($_GET['myArray'])){ $content = ' <button...
Stranger
shimul39
Offline Send Email
Feb 5, 2006
10:44 am
66
Want to prevent people from linking to your downloads? This script will force a page to be loaded before the download starts. HTML header statements are used...
Rupom
rupom_315
Offline Send Email
Feb 6, 2006
5:43 am
67
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the phpresource group. File : /File...
phpresource@yahoogrou...
Send Email
Feb 6, 2006
5:46 am
68
Hi Programmers, How r u? The attached file with the mail is the solve sheet of the php developers interview quistions. I hope it will be helpfull for the...
ruhul amin
tuhin_cse99
Online Now Send Email
Feb 6, 2006
7:45 am
69
Hi All, You will find all necessary CHMs here: http://htmlhelp.berlios.de/books/chm.php Regards, Rupom ... Brings words and photos together (easily) with ...
Rupom
rupom_315
Offline Send Email
Feb 7, 2006
3:46 am
70
Hello programmers, Suppose i have a page name download.php. an user have to login or register to get the download page. this page contains some download link....
ruhul amin
tuhin_cse99
Online Now Send Email
Feb 7, 2006
5:17 am
71
Hello Friends, Recently I have lost my cellphone while I was ridding on bus. I lost the set along with all the numbers saved there. So plz friends, give me...
Rupom
rupom_315
Offline Send Email
Feb 7, 2006
5:41 am
72
Why not using .php extension? Lets say download.php?file=project1.zip In that case, u can use ur session to protect unauthorized download. In every pages, the...
Rupom
rupom_315
Offline Send Email
Feb 8, 2006
3:46 am
73
Dear All, Thank you all. Hope you all are fine. I am a new member of your group. If you don't mind, I have a suggestion for you all. Plz, Add your pictures,...
roton21
Offline Send Email
Feb 9, 2006
5:38 am
74
Hi Roton, Thank you for a fine suggestion. it will be great if we all can share our photos. I also request administrator to take a neccessary steps for that. ...
ruhul amin
tuhin_cse99
Online Now Send Email
Feb 9, 2006
5:47 am
75
Hi All, Get MySQL information in different versions: http://jeremy.zawodny.com/mysql/phpcon/2003/MySQL-PHP-Stuff.pdf Happy PHPing !! Regards, Rupom...
MA Razzaque Rupom
rupom_315
Offline Send Email
Feb 11, 2006
3:47 am
76
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the phpresource group. File :...
phpresource@yahoogrou...
Send Email
Feb 11, 2006
11:53 am
77
Hi All, Real-time and secure online money transaction, you know, can be done by PHP. Anacom is an option to do this. Transaction can be done using cURL. Plz...
Rupom
rupom_315
Offline Send Email
Feb 11, 2006
11:56 am
78
Hi Roton and Tuhin, I appreciate your eager to see the pictorial view of all. Plz suggest me the exact way how we can share our photos. Will we put it to our...
MA Razzaque Rupom
rupom_315
Offline Send Email
Feb 11, 2006
12:07 pm
79
Note: forwarded message attached. ... Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars. Asalam o aliakum As all of you...
Rupom
rupom_315
Offline Send Email
Feb 12, 2006
9:06 am
80
Hi All, Here's a nice tutorial of PHP & ODBC connectivity, accessing and managment. http://www.phpfreaks.com/tutorials/61/0.php Also see the MS Access tutorial...
Rupom
rupom_315
Offline Send Email
Feb 13, 2006
10:51 am
81
Using curl to Query Remote Servers Curl Introduction curl is the client URL function library. PHP supports it through libcurl. To enable support for libcurl...
Rupom
rupom_315
Offline Send Email
Feb 16, 2006
5:50 am
82
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the phpresource group. File : /Using curl...
phpresource@yahoogrou...
Send Email
Feb 16, 2006
5:54 am
83
Some times you need to draw a graph in your page. suppose you need to plot the index of a stock exchange, you can use jpgraph.JpGraph library is an OO graph...
ruhul amin
tuhin_cse99
Online Now Send Email
Feb 16, 2006
7:43 am
84
hi, Some times you need to draw a graph in your page. suppose you need to plot the index of a stock exchange, you can use jpgraph.JpGraph library is an OO...
ruhul amin
tuhin_cse99
Online Now Send Email
Feb 16, 2006
7:44 am
85
Working With Cron What is Cron? Cron is very simply a Linux module that allows you to run commands at predetermined times or intervals. In Windows, it’s...
Rupom
rupom_315
Offline Send Email
Feb 16, 2006
1:04 pm
Messages 56 - 85 of 2744   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help