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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2890 - 2919 of 3201   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2890
... This feature is known as Captcha - the following is the first link I got when I searched Google for "Captcha PHP" ...
Dr. Tarique Sani
tariquesani
Offline Send Email
Nov 1, 2006
8:41 am
2891
PHP classes also has resources for captcha implementation. I personally prefer the antispam class that comes with jpgraph package in my projects since it's...
Gaurav Arora
nubknacker2k
Offline Send Email
Nov 2, 2006
4:27 am
2892
I have created a Software of a Sort which runs on LAMP and want to pack it with Complete LAMP and create a Install Package! So that I can take it to my client...
Anurag's
abhatia6feb
Offline Send Email
Nov 2, 2006
4:28 am
2893
Hi You should go to http://choiceforyou.users.phpclasses.org and find a capcha php class to work for you. There are plenty of the classes for you to implement...
Romanio
choiceforyou
Offline Send Email
Nov 2, 2006
4:32 am
2894
Hi, I have a login page.When i enter the username & password it gets logged in. After logging in while going on to the next page it shows errors which are...
uday_moruskar
Offline Send Email
Nov 2, 2006
8:10 am
2895
hi, i have Fckeditor and it work fine when i add some text in it.the submitted text is store in database(mysql). when i call this text from database in...
uday_moruskar
Offline Send Email
Nov 2, 2006
9:27 am
2896
... Never ever post usernames and passwords in public mailing list. Your live site could have been easily hijacked by someone. I have changed your password....
Abbas Ali
abs_1980
Offline Send Email
Nov 2, 2006
11:56 am
2897
Hi Anurag Good thought, creating the RPM will make the development of the installer more complex, what i suggest is a Simple shell script which will check for ...
rakesh pant
rakeshlbsimds01
Offline Send Email
Nov 3, 2006
4:17 am
2898
Is there any blank line after ?> in connect.php??? If yes - get rid of that. HTH Suchi ... database*/...
sug_holtec
Offline Send Email
Nov 3, 2006
4:21 am
2899
Yes, Its a bad practice, you have got a lession for future. Anyways The solution for your problem might be writing ob_start(); at the top of each page, this...
rakesh pant
rakeshlbsimds01
Offline Send Email
Nov 3, 2006
4:26 am
2900
Hello group, After login as administrator, I observe all users and there activities. I have given links for users eg <a href="some.php?uid=x">user</a> which...
mkumarpatil
Offline Send Email
Nov 3, 2006
5:21 am
2901
Hi... When the admin clicks any user then store a parameter ( it should be the user Id of the selected user/ user name,) in the same session in which u have...
Asif Ali
itsme_me1
Offline Send Email
Nov 3, 2006
6:13 am
2902
I guess this is what is happening in your case. when admin logs in ---- $_SESSION['userid']="admin"; While user login, it will be ----...
Krishna Srikanth
krishna.srikanth@...
Send Email
Nov 3, 2006
6:13 am
2903
One more thing. After performing the login check, consider these snippets if($_POST['login_user']=="admin") //or something { $_SESSION['admin_id']="admin"; } ...
Krishna Srikanth
krishna.srikanth@...
Send Email
Nov 3, 2006
7:00 am
2904
Hello Rakesh, Yes this looks like a better Idea! But still I have little Idea how to do it in Linux! Any Suggestion! ... -- Thanks Anurag Bhatia , ...
Anurag's
abhatia6feb
Offline Send Email
Nov 3, 2006
8:30 am
2905
... Make an RPM of your software and mark HTTPD, PHP and other packages "required" as part of the RPM configuration. You should not have to do anything else as...
VaibhaV Sharma
vaibhav_sharma
Offline Send Email
Nov 7, 2006
4:40 am
2906
Hello Group, I have exported database table in database.sql file. I am doing this through PHPMyAdmin. For that on export page of PHPMyAdmin , under "structure...
mkumarpatil
Offline Send Email
Nov 8, 2006
12:33 pm
2907
Hello Vaibhav , Rakesh Thanks for the Help! ... -- Thanks Anurag Bhatia , ************************************************************* Happiness is often the...
Anurag's
abhatia6feb
Offline Send Email
Nov 9, 2006
4:29 am
2908
mysql -u username -p databasename < /file path/database.sql this command shud be run on the shell prompt - and not in mysql. I think you are running it in the...
Suchi Garg
sug_holtec
Offline Send Email
Nov 10, 2006
4:22 am
2909
This can happen in two situations: 1. If there is a TYPE mismatch => TYPE=MyISAM 2. If the versions of MySQL / PHPMyAdmin are different in both the exporting /...
B S Reddy
sdojobs
Offline Send Email
Nov 11, 2006
5:26 am
2910
Hi, Go through this code. <?php class person { public $name; function greet() { echo "Hello ".$this->name."!"; } } class group { public $people=array(); public...
M Krishna Srikanth
mandaksk
Offline Send Email
Nov 13, 2006
3:55 am
2911
Hello Group, I have a problem to extract password protected zip file. I am using php script. please see the following code : <?php system("unzip -P $pass...
prasadwandre
Offline Send Email
Nov 14, 2006
1:07 pm
2912
Helo phpians, i'm having a problem with the exec command. description: well, my application has a text to speech converter.it is working fine when i try to run...
Vinesh K Velaga
chinnycute
Offline Send Email
Nov 15, 2006
3:25 am
2913
FYI - FOSS.IN/2006 delegate registration are open - ... -- VaibhaV Sharma http://vsharma.net [Non-text portions of this message have been removed]...
VaibhaV Sharma
vaibhav_sharma
Offline Send Email
Nov 15, 2006
3:29 am
2914
Zmanda (http://www.zmanda.com) is venture capital funded storage software startup with products and revenues. Zmanda provides an opportunity to work on cutting...
Paddy Sreenivasan
paddy_164
Offline Send Email
Nov 15, 2006
3:31 am
2915
unable as in... i mean is it giving any errors or hanging abruptly?? Can you show the php code here? that'd be helpful. ... -- {Ro}h(a)[n]_-_[P]{rab}(h)u ...
Rohan Prabhu
rohan_gnome
Offline Send Email
Nov 15, 2006
9:15 am
2916
Hi, I am creating a news letter administration system. where user can send a news letter to a mailing list. but i am facing a problem to send mail. My mail...
Nisith
nisith03
Offline Send Email
Nov 16, 2006
5:37 am
2917
Hi, I want to add payment getaway for a site, for which i want to use Paypal. Any suggestions or links related to the topic would be very helpful. Warm...
kaushik saha
kaushiksaha1
Offline Send Email
Nov 20, 2006
12:06 pm
2918
Hey Chk this -- http://www.zend.com/zend/tut/tutorial-paypal.php This will surely help full to you. :) -=-=-=-=-=-=-=-=-=- @nkur d@ve ||...
Ankur Dave
dave.ankur
Offline Send Email
Nov 21, 2006
6:24 am
2919
Hi kaushik, paypal has two levels of integration one till payment accept and other level with ipn or instant payment notification. in ipn you are notified...
abhishek jain
ejaincom
Online Now Send Email
Nov 21, 2006
6:33 am
Messages 2890 - 2919 of 3201   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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