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...
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...
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...
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...
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...
... 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....
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 ...
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...
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...
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...
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@...
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@...
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 , ...
... 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...
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...
Hello Vaibhav , Rakesh Thanks for the Help! ... -- Thanks Anurag Bhatia , ************************************************************* Happiness is often the...
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...
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 /...
Hi, Go through this code. <?php class person { public $name; function greet() { echo "Hello ".$this->name."!"; } } class group { public $people=array(); public...
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...
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...
Zmanda (http://www.zmanda.com) is venture capital funded storage software startup with products and revenues. Zmanda provides an opportunity to work on cutting...
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 ...
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...
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...
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...