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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2088 - 2117 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2088
... Amritendu> hi, I have a great problem that "how can i generate Amritendu> HTTP_REFERER without clicking any link in a page". Amritendu> Have any idea about...
Balaji Narayanan
lists@...
Send Email
Jan 2, 2006
8:16 am
2089
Hi all, PHP online test closing date extended to till Jan 2006 end. have fun:) Regards/phpsplashboard.com   [Non-text portions of this message have been...
phpsplashboard.com
kri_karthi
Offline Send Email
Jan 2, 2006
2:13 pm
2090
Hello, I am trying to execute system commands like adduser , deluser, etc..... using php . We are using php binary. but i am unable to run that all command...
s_kinhikar
Offline Send Email
Jan 3, 2006
8:31 am
2091
Hi, ... You need to make entries into the sudoers file under /etc directory to run this command. The user will be apache. I am not sure though if this is a ...
Subscriptions
tarunjhabakh
Offline Send Email
Jan 3, 2006
8:47 am
2092
Remote Scripting with PHP *Remote scripting lets you pull data from a database and display it without loading a new Web page* When you sign for a Microsoft...
Anurag's
abhatia6feb
Offline Send Email
Jan 3, 2006
10:46 am
2093
Hi Friends I have already done and i have posted the php script in phpclasses some one year back . If you want to check it. Please check this over here ...
Gobinath M
gobinathm
Offline Send Email
Jan 3, 2006
11:12 am
2094
Hello Use Ajax for remote scripting . Regards Jijo Anurag's <anuragbhatia@...> wrote: Remote Scripting with PHP *Remote scripting lets you pull data from...
jijo jose thottungalt...
jijo009
Offline Send Email
Jan 3, 2006
11:52 am
2095
Ladies and Gentlemen, To complement the the ever-growing Drupal Community(http://drupal.org) in India, I announce the "India Drupal Users Group" mailing list. ...
Kaustubh Srikanth
kaustubhhere
Offline Send Email
Jan 5, 2006
4:44 am
2096
Fellow PHP Developers, It's time to get together and shape the PHP certification. I have put some details into the idea and also a small todo list. ...
Nirav Mehta
vrmaster_2000
Online Now Send Email
Jan 5, 2006
4:50 am
2097
Hello All PHP Experts, This is Bhavin Shah, inneed of help from your end, I am designing a form, in which i am having two Drop down box, Value of Second Drop...
Bhavin Shah
bhavin_s18
Offline Send Email
Jan 5, 2006
7:29 am
2098
if you are trying the shell commands in php running in Linux OS then, you have to figure it out if you have enough permission to create a user and delete it .....
Sreejan
sreejan_pv
Offline Send Email
Jan 5, 2006
8:15 am
2099
Hi Shah, I have some thing extremly Similar to what you are asking for. Please check out this post ...
Gobinath M
gobinathm
Offline Send Email
Jan 5, 2006
8:16 am
2100
Thats the right solution Shah. This class has also helped me a lot.. Thakz agian gobinath. Regards, Shoeb ... [Non-text portions of this message have been...
Shoeb Surya
shoeb_surya
Offline Send Email
Jan 5, 2006
10:13 am
2101
Dear Friends, I do wanted to make a desktop application via php . I also needed to make a daemon which constantly listens on a specific port(and which does not...
abhishek jain
ejaincom
Offline Send Email
Jan 6, 2006
4:57 am
2102
You can create desktop applications using php-gtk. Why dont you try there ... -- Regards Gobinath Home : http://www.gobinath.com Project Page :...
Gobinath M
gobinathm
Offline Send Email
Jan 6, 2006
5:14 am
2103
... Also If you want M$windows specific things try winbinder For daemons read up on Sockets Cheers Tarique -- ...
Dr. Tarique Sani
tariquesani
Offline Send Email
Jan 6, 2006
5:17 am
2104
I want to Delete Data from DB automatically after say 7days. It is for a Selected customer or user I am using PHP MySQL Please Help me out! -- Thanks Anurag...
Anurag's
abhatia6feb
Offline Send Email
Jan 6, 2006
7:23 am
2105
You can set a cron job for it on your server.. When you set a cron task on the server it is automatically executed after the regular time interval at the...
Madhuvanti Athawale
madhuvanti_a...
Offline Send Email
Jan 6, 2006
7:42 am
2106
Yes that's true. I would like add to more. Using the cron job call a script say .php or .pl. These script shall take current system date. Then internally these...
ninad panday
ninadpanday
Offline Send Email
Jan 6, 2006
9:44 am
2107
HI, Yes, you can write desptop application via php( using PHP-GTK). For writing a daemons refer the sockets functions for the same. Thanks Ninad Panday ...
ninad panday
ninadpanday
Offline Send Email
Jan 6, 2006
9:45 am
2108
Thanks for the reply But Could you guys can tell me how i can create these Cron Jobs using Plesk Control Panel .. Actually I have just now shifted to Dedicated...
Anurag's
abhatia6feb
Offline Send Email
Jan 6, 2006
10:24 am
2109
any php script if you run in a linux command prompt and put a space and an ampersand (&) at the end, it will go to background process and run as a deamon .. eg...
Sreejan
sreejan_pv
Offline Send Email
Jan 7, 2006
4:39 am
2110
I hope if you have access to the linux/unix server, then you can do it manually by go editing the crontab file. below is the syntax a cron command will look...
Sreejan
sreejan_pv
Offline Send Email
Jan 7, 2006
4:39 am
2111
Thanks Buddy~! ... -- Thanks Anurag Bhatia , *************************************************************************************************** Tiny little...
Anurag's
abhatia6feb
Offline Send Email
Jan 9, 2006
4:40 am
2112
Dear Friends, Heres another problem from me. Actually i have a form that sends an individual email to a no. of persons (may be in thousands), so thats mine...
abhishek jain
ejaincom
Offline Send Email
Jan 10, 2006
4:54 am
2113
you can do one more thing anurag choose a page which is defaulty accessed by all your visitors. Keep the code to delete before the default file process being...
Sreeni.A
sreeniaitist
Offline Send Email
Jan 10, 2006
5:17 am
2114
Cool! That is a better Idea ! I can check the date when the user had signed and if the date is say 7 days old I will delete the data from DB.. great... Thanks...
Anurag's
abhatia6feb
Offline Send Email
Jan 10, 2006
6:56 am
2115
Can any one tell me what is the program i should use on win32 platform to delete the data from database??? ... you can do one more thing anurag choose a page...
viz reddy
kvbreddy55
Offline Send Email
Jan 10, 2006
7:42 am
2116
Hi, Is any one in this group worked on Lucene to index mysql tables ??? I would like to use lucene indexing mechanism for one of my project which is using PHP...
Hari
hariarla
Offline Send Email
Jan 10, 2006
9:29 am
2117
Hi - Hari Try FULLText index of mysql. regards narayan ... __________________________________________ Yahoo! DSL – Something to write home about. Just...
Narayan Kejriwal
koolguy2talk
Offline Send Email
Jan 10, 2006
11:00 am
Messages 2088 - 2117 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