[PHP] selling country domains

2006-09-30 Thread jenny mathew
hello friends, i know this is a php list but i am confused thats why i am asking a bit off topic.i have few .be domains and now i want to sell ,but i donot know where to sell them.can you tell me the name of sites where i can sell my .be domains.all domains are keyword rich and bears commercial

[PHP] protecting a directory

2005-08-14 Thread jenny mathew
hello, i want to protect a directory using php username and password authentication.the username and passwords will be stored in .htpasswd file.but the problem is that how to make user to enter passwod before giving the rights to view directory. is there any script like this.or can anybody

[PHP] is it possible.

2005-07-29 Thread jenny mathew
hello group, i have a problem and hope anybody here will be able to hep me out. i have a downloads folder in my server which contains all the files in zipped form to be downloaded by members.members are authenticated by entering username and password.and when they click to download the files

Re: [PHP] is it possible.

2005-07-29 Thread jenny mathew
i used following code for downloading file.whenever the members cicked the file for downloading ,the download request (with the variable containing file id) was send to download.php .The download.php on recieving the file id fetches the url of the fileand redirects to the file url using

[PHP] searchbot script

2005-07-17 Thread jenny mathew
hello group, is it possible to make write a program in php ,so that only search bots can see the output of that program.i mean to say that a program echoes a line at the footer which only search bots can see,it will be invisible to general visitors.

Re: Re[2]: [PHP] comparing two texts

2005-06-25 Thread jenny mathew
Today's newbie is tomorrow's Programmer. Some day she'll maybe write that script she deemed impossible today, and contribute it back to the community. Or maybe she'll some day add a PHP Module to interface directly to diff somehow. Thanks Richard, for the motivation, and thanks to the group

Re: [PHP] comparing two texts

2005-06-19 Thread jenny mathew
Untested, very crude: ?php $maxlen = max(strlen($text1), strlen($text2)); for ($i = 0; $i $maxlen; $i++){ if (@$text1[$i] == @$text2[$i]) echo @$text1[$i]; else @echo font color=red$text1[$i]|$text2[$i]/font; } ? donot you think you program will just bring the server to its foot ,if

Re: [PHP] comparing two texts

2005-06-19 Thread jenny mathew
:22, M. Sokolewicz wrote: jenny mathew wrote: Untested, very crude: ?php $maxlen = max(strlen($text1), strlen($text2)); for ($i = 0; $i $maxlen; $i++){ if (@$text1[$i] == @$text2[$i]) echo @$text1[$i]; else @echo font color=red$text1[$i]|$text2[$i]/font; } ? donot

[PHP] comparing two texts

2005-06-18 Thread jenny mathew
hello group, is it possible to compare two different text messages and highlight the difference in php. i mean to say that $text1=message 1 $text2=message 2 i want to compare both $text1 and $text2 for differences and highlight the differece in php.is it possible. waiting for your reply. thanks.

Re: [PHP] comparing two texts

2005-06-18 Thread jenny mathew
] wrote: jenny mathew wrote: hello group, is it possible to compare two different text messages and highlight the difference in php. i mean to say that $text1=message 1 $text2=message 2 i want to compare both $text1 and $text2 for differences and highlight the differece in php.is

[PHP] PHP CODE TO DISPLAY ISP

2005-03-28 Thread jenny mathew
hello to all, i am making a website in php and i will appreciate if anybody can tell me the php code to :- (1)display isp name, (2) country of the visitor, (3)operatng system of the visitors. thanks, waiting for your reply. Regards, Jenny -- PHP General Mailing List (http://www.php.net/) To