Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? 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.

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 1490 - 1519 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1490
http://home.businesswire.com/portal/site/google/index.jsp?ndmViewId=news_view&newsId=20050225005185&newsLang=en ... Do you Yahoo!? Yahoo! Sports - Sign up for...
hs narayan
necrobutcher74
Offline Send Email
Mar 2, 2005
8:30 am
1491
Hey...all, One of my friend has started a free PHP/MYSQL hosting..Have a look.. www.easyhost4all.info a nice one if you want to start your own site.. Thanks...
sauviksharma
Offline Send Email
Mar 2, 2005
9:47 am
1492
Thanks sauviksharma Has any one work on Shared memory on windows. I have some problem regarding the 'deletion of memory". Please poast some code if u have . ...
~Sameer~
sa_kelkar
Online Now Send Email
Mar 3, 2005
4:46 am
1493
Hi Sammer, I never worked on Shared memory on Windows...but I can tell you can use PHP to have an access in Shared memory and other IPC process...there are...
sauviksharma
Offline Send Email
Mar 3, 2005
7:59 am
1494
i know there are some function shmop_close etc. but how to use that as sample is not working any idea sauviksharma <sauviksharma@...> wrote: Hi...
~Sameer~
sa_kelkar
Online Now Send Email
Mar 3, 2005
9:40 am
1495
Hi, I want to know how i can fetch & display inline images (sended using outlook) in my webmail program ?...
Prakash Khandelwal
webprakash
Offline Send Email
Mar 5, 2005
5:17 am
1496
i would like to indenty user ,according some info on his sysytem.i can put a file on his ysystem while installing. when he access my site i want to identify...
kadapa rajashekhar
kadaparaj
Offline Send Email
Mar 5, 2005
12:30 pm
1497
You will have to use a acript in your web page to identify the id of the user and then use that ip to get the location of the user u can use different ip2...
shoeb
shoeb_surya
Offline Send Email
Mar 5, 2005
1:09 pm
1498
What kind of system info? Cookies would be the simplest way of storing/retreiving information, if the information is basic info accumalated by the...
Gaurav Arora
nubknacker2k
Offline Send Email
Mar 5, 2005
2:03 pm
1499
Hi Prakash, Embedding any object into the email content while transmission is as simple as putting in the MIME equivalent of the object along with the correct...
Paul Alapatt
paulalapatt
Offline Send Email
Mar 6, 2005
8:02 am
1500
this is not related to location i would like to identify use ,i can customise data according to that store,they are my agents i want to customise data /display...
kadapa rajashekhar
kadaparaj
Offline Send Email
Mar 7, 2005
5:23 am
1501
i donot want to use cookies ,clients are know persons only i want to identify them.data is in my central server. Gaurav Arora <gauravsworld@...>...
kadapa rajashekhar
kadaparaj
Offline Send Email
Mar 7, 2005
5:27 am
1502
Hi All, This is to post the requirement of trainer for PHP and Linux (from PHP deployment and web server/database installation and configuration ...
Rakesh Kumar
rakesh139
Offline Send Email
Mar 7, 2005
12:38 pm
1503
I am no php-lib expert despite using sess a lot, but just my 2c on it: When I want to store user specific variables, I use the sess class to register a...
vikramdhunta
Offline Send Email
Mar 8, 2005
3:40 am
1504
sorry.. but i am using page_open() as: page_open( array( "sess" => "Sess1", "auth" => "Auth1", "perm" => "Perm1", "user" => "User1") ); where Sess1, Auth1,...
Shrinivas Gadde
gshrinivas124
Offline Send Email
Mar 8, 2005
3:41 am
1505
I am no php-lib expert despite using sess a lot, but just my 2c on it: When I want to store user specific variables, I use the sess class to register a...
Vikram P. Dhunta
vikramdhunta
Offline Send Email
Mar 8, 2005
3:43 am
1506
Hello, following is the way i using PHP-Lib in my php pages: page_open(array("sess" => "My_Session", "auth" => "My_Auth", "user" => "My_User")); and all the...
Shrinivas Gadde
gshrinivas124
Offline Send Email
Mar 8, 2005
3:44 am
1507
... Despite being one of the developers for PHPlib I never used the User class as it never really worked as intended. Just put the user related stuff in either...
Dr Tarique Sani
tariquesani
Offline Send Email
Mar 8, 2005
6:47 am
1508
I never knew that User class had some problems.. and i think because of its problems i am also having problems. and why did you say so "Also now there is very...
Shrinivas Gadde
gshrinivas124
Offline Send Email
Mar 8, 2005
5:07 pm
1509
Hi, I'd like to switch off register_globals on my shared web host. Is it possible to do this on a per user basis, with .htaccess for example? -- b...
Biju Chacko
biju_chacko
Online Now Send Email
Mar 9, 2005
5:26 am
1510
... Short Answer - YES Longer Answer - RTFM ... T -- ============================================================= PHP Applications for E-Biz:...
Dr Tarique Sani
tariquesani
Offline Send Email
Mar 9, 2005
5:48 am
1511
how to do that i didn't get the Q & ans. can u explain it??? regards sameer ... Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web ...
~Sameer~
sa_kelkar
Online Now Send Email
Mar 9, 2005
6:24 am
1512
... In your .htaccess file, put in the lines php_flag register_globals off You can red the manual about it on this page ...
Raj shekhar
rajshekhar3007
Offline Send Email
Mar 9, 2005
6:34 am
1513
... <augustwind16@y...> wrote: Hi guys, Last night I developed this class to implement collection object (also dictionary object like java) in PHP. You may use...
Shadow Warrior
augustwind16
Offline Send Email
Mar 10, 2005
9:52 am
1514
Does anybody has whole database of Countries their respective states and cities?? Thank you in advance Urmila ...
urmila d
hellourmila
Offline Send Email
Mar 11, 2005
3:45 am
1515
Hi, ... Try the MySQL's sample "world" database. You can download it from MySQL's site. That would come pretty close to what you want....
Nirav Mehta
vrmaster_2000
Offline Send Email
Mar 11, 2005
8:38 am
1516
Nirav, i searched for world.sql i dint find anywhere... do u have it? does it contain the whle list of all cities?? ... Do you Yahoo!? Take Yahoo! Mail with...
urmila d
hellourmila
Offline Send Email
Mar 11, 2005
10:19 am
1517
http://dev.mysql.com/get/Downloads/Manual/world.sql.gz/from/pick and the complete tables qhere the information was obtained: ...
Ezequiel Gonzalez Rial
gonrial
Offline Send Email
Mar 11, 2005
11:13 am
1518
Thank you ... Do you Yahoo!? Yahoo! Small Business - Try our new resources site! [Non-text portions of this message have been removed]...
urmila d
hellourmila
Offline Send Email
Mar 11, 2005
12:03 pm
1519
Hi Urmila, ... Now that you have got the links on where to download it from, (thanks to Ezequiel), you can also read this if you like: ...
Nirav Mehta
vrmaster_2000
Offline Send Email
Mar 11, 2005
3:09 pm
Messages 1490 - 1519 of 3262   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