Skip to search.
phpresource · Storehouse of PHP Resources

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 56 - 85 of 2794   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
56 Constant Constant
constbd Offline Send Email
Feb 2, 2006
4:46 am
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...
57 Rupom
rupom_315 Offline Send Email
Feb 2, 2006
4:55 am
Hi Constant, You can use get_browser() function of PHP. ... <?php echo $_SERVER['HTTP_USER_AGENT'] . "\n\n"; $browser = get_browser(null, true); ...
58 Rupom
rupom_315 Offline Send Email
Feb 2, 2006
5:14 am
Sorry for the formatting... Here's the code & output again: <?php $browser = get_browser(null, true); echo "<pre>"; print_r($browser); echo "</pre>"; ?> ... ...
59 rubel_ahmed1 Offline Send Email Feb 5, 2006
4:37 am
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...
60 Rupom
rupom_315 Offline Send Email
Feb 5, 2006
5:18 am
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...
61 phpresource@yahoogrou... Send Email Feb 5, 2006
6:02 am
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 :...
62 Rupom
rupom_315 Offline Send Email
Feb 5, 2006
6:09 am
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...
63 rubel_ahmed1 Offline Send Email Feb 5, 2006
8:40 am
thanks rupom . thank you very much for such resource !!! ... http://groups.yahoo.com/group/phpresource/files/ regarding your problem and also user IP checking....
64 rubel_ahmed1 Offline Send Email Feb 5, 2006
8:55 am
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...
65 Stranger
shimul39 Offline Send Email
Feb 5, 2006
10:44 am
r u looking for this one ? <?php ob_start('ob_gzhandler'); if(!isset($_GET['myArray'])){ $content = ' <button...
66 Rupom
rupom_315 Offline Send Email
Feb 6, 2006
5:43 am
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...
67 phpresource@yahoogrou... Send Email Feb 6, 2006
5:46 am
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...
68 ruhul amin
tuhin_cse99 Offline Send Email
Feb 6, 2006
7:45 am
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...
69 Rupom
rupom_315 Offline Send Email
Feb 7, 2006
3:46 am
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 ...
70 ruhul amin
tuhin_cse99 Offline Send Email
Feb 7, 2006
5:17 am
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....
71 Rupom
rupom_315 Offline Send Email
Feb 7, 2006
5:41 am
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...
72 Rupom
rupom_315 Offline Send Email
Feb 8, 2006
3:46 am
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...
73 roton21 Offline Send Email Feb 9, 2006
5:38 am
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,...
74 ruhul amin
tuhin_cse99 Offline Send Email
Feb 9, 2006
5:47 am
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. ...
75 MA Razzaque Rupom
rupom_315 Offline Send Email
Feb 11, 2006
3:47 am
Hi All, Get MySQL information in different versions: http://jeremy.zawodny.com/mysql/phpcon/2003/MySQL-PHP-Stuff.pdf Happy PHPing !! Regards, Rupom...
76 phpresource@yahoogrou... Send Email Feb 11, 2006
11:53 am
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 :...
77 Rupom
rupom_315 Offline Send Email
Feb 11, 2006
11:56 am
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...
78 MA Razzaque Rupom
rupom_315 Offline Send Email
Feb 11, 2006
12:07 pm
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...
79 Rupom
rupom_315 Offline Send Email
Feb 12, 2006
9:06 am
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...
80 Rupom
rupom_315 Offline Send Email
Feb 13, 2006
10:51 am
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...
81 Rupom
rupom_315 Offline Send Email
Feb 16, 2006
5:50 am
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...
82 phpresource@yahoogrou... Send Email Feb 16, 2006
5:54 am
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...
83 ruhul amin
tuhin_cse99 Offline Send Email
Feb 16, 2006
7:43 am
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...
84 ruhul amin
tuhin_cse99 Offline Send Email
Feb 16, 2006
7:44 am
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...
85 Rupom
rupom_315 Offline Send Email
Feb 16, 2006
1:04 pm
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...
Messages 56 - 85 of 2794   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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