Re: [PHP] shebang line drive me nuts.

2006-08-07 Thread Sameer N Ingole
/to/php -q ? echo something!!; ? -- end sample -- -- Sameer N. Ingole http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] LDAP function to add objectClass

2006-08-01 Thread Sameer N Ingole
this ? http://php.net/ldap_mod_add But this function need the DN as parameter, so I guess you will have to find a way to iterate through all the entries and pass DN of each entry to the function. ** -- Sameer N. Ingole http://weblogic.noroot.org/ --- Better to light one candle than to curse

Re: [PHP] problem using

2006-07-26 Thread Sameer N Ingole
. If statement above works then $out[0][1] contains user name but in code snippet if( $out[0][0] == $u $out[0][1] == $p ) { you are testing it against $p which I guess is password.. -- Sameer N. Ingole weblogic.noroot.org/gallery2/v/travel/lonar/ --- Better to light one candle than to curse

Re: [PHP] problem using

2006-07-26 Thread Sameer N Ingole
Dear Eoghan, May be you should'n just hit Reply/Reply All button. -- Sameer N. Ingole http://weblogic.noroot.org/gallery2/v/travel/lonar/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] parse text file

2006-07-23 Thread Sameer N Ingole
Joe Wollard wrote: Benjamin, Use the file() function, it will read a file then return each line as a new element in an array. http://php.net/file And if file is big (biiig) then you want http://php.net/fgets -- Sameer N. Ingole http://weblogic.noroot.org/ --- Better to light one candle

Re: [PHP] Codigo de Captcha en PHP

2006-07-22 Thread Sameer N Ingole
/ -- Sameer N. Ingole http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Name in HTML input

2006-07-18 Thread Sameer N Ingole
weetat wrote: input name=FHK0924F0JG (2771890816)hostname[] type=hidden value=FHK0924F0JG (2771890816) Space in name. Remove it. -- Sameer N. Ingole http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net

Re: [PHP] Name in HTML input

2006-07-18 Thread Sameer N Ingole
Sameer N Ingole wrote: weetat wrote: input name=FHK0924F0JG (2771890816)hostname[] type=hidden value=FHK0924F0JG (2771890816) Space in name. Remove it. oh, also remove '(' and ')' then check. -- Sameer N. Ingole http://weblogic.noroot.org/ --- Better to light one candle than to curse

Re: [PHP] Name in HTML input

2006-07-18 Thread Sameer N Ingole
) Read http://php.net/variables .. to know why it didn't work.. -- Sameer N. Ingole http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Language Translation and PHP...

2006-07-13 Thread Sameer N Ingole
: http://www.weberdev.com/get_example-4049.html Check out http://babelfish.altavista.com/ -- Sameer N. Ingole http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] LDAP Authentication

2006-05-13 Thread Sameer N Ingole
. The is just an idea how you can go about it. Give some more specific info as to what you have done so far and where you are facing problem. Regards, -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http

Re: [PHP] LDAP Authentication

2006-05-13 Thread Sameer N Ingole
Sameer N Ingole wrote: Thomas Bonham wrote: Hello, I'm trying to do a ldap authentication page. I can get there username and I don't know how to get the password from ldap. It didn't show up in the the search for the command line. So how do I get the password of the users? Hope you

Re: [PHP] [OT] who can stop such mails [was] 永兴代 理有限公司

2006-05-09 Thread Sameer N Ingole
Can list admin stop such spam mails? Is there any provision to ban such users? 杨先生 wrote: 您好! 广东永兴代理有限公司:拥有多年工商财税代理经验,为企业谋取最大的经济利益。 [snip] -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http

Re: [PHP] we are looking for experienced php programmers full time freelance...

2006-05-01 Thread Sameer N Ingole
) etc. Can I extrapolate these instances to draw some conclusion about entire country? /rant -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] PHP/LDAP Setup Problem

2006-04-26 Thread Sameer N Ingole
interface to ldap functions. You need PHP interface (which is what provided by PHP extension). It need to be compiled in PHP. Read more about extensions: http://www.zend.com/php/internals/extension-writing1.php#Heading2 -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one

Re: [PHP] Debuggin PHP

2006-04-26 Thread Sameer N Ingole
every compile to see if it crashes. And after a few compiles you find an Apache module to be a real culprit. -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: phpmailer problem with spam score

2006-04-25 Thread Sameer N Ingole
://phpmailer.sourceforge.net/. This one would allow you use mail server and do many other things you may need. -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] [ Way Too OT] Jokes [was: shopping carts]

2006-04-25 Thread Sameer N Ingole
of Elephants and a bunch af grapes? 3)What did the peanut say to the elephant? 4)Why did the elephant fall out of the tree? 5)Why did the second elephant fall out of the tree? 6)Why did the third elephant fall from of the tree? 7)What is gray and has four legs and a trunk? -- Sameer N

Re: [PHP] phpmailer problem with spam score

2006-04-25 Thread Sameer N Ingole
can't possibly maintain ham status of your mail on every server (running spamassassin) your mail sent to. All this considering your mail really isn't spam.. :-). -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General

Re: [PHP] object oriented syntax in php

2006-03-28 Thread Sameer N Ingole
are using PEAR -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] making a tutorial

2006-03-17 Thread Sameer N Ingole
=favourite[] value=nonenone of these /p [snip] I don't know if this works in PHP as well. It is a checkbox so it won't work without [] in PHP. Regards, -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP General Mailing List (http

Re: [PHP] Re: How do I read Exif data without a file?

2006-02-26 Thread Sameer N Ingole
a resized image and then write exif data (common for both, original and resized) retrieved from the original image to the new thumbnail you generated with additional image specific exif info. Best is to maintain thumbnails.. with exif data written in it too. Regards, -- Sameer N. Ingole Blog: http

Re: [PHP] Re: How do I read Exif data without a file?

2006-02-26 Thread Sameer N Ingole
. That *is* correct. You must rewrite the resized file to some place and that place can be /dev/foo (memory or disk). I did not say you must write it to /disk/. Regards, -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. PS: Please

Re: [PHP] Why does it stop working?

2006-02-21 Thread Sameer N Ingole
PHP pages in your home directory? Check that first. May be you should see if page with just phpinfo() function executes properly if kept in your home directory. Regards, -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light one candle than to curse the darkness. -- PHP

Re: [PHP] security of uploaded gif files

2006-01-22 Thread Sameer N Ingole
showed me how php could be embedded within the .gif file. Does this problem also exist for .jpeg's? thanks, jon If it is really possible, I am very much interested in knowing. jon, can you show how to do that? Regards, -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ --- Better to light

Re: [PHP] Re: Sending mail with php-

2006-01-12 Thread Sameer N Ingole
, -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sending mail with php-

2006-01-10 Thread Sameer N Ingole
apache and even went so far as to reboot the machine. If I cannot modify the parameter within apache, then where should I modify it? Within php? Within sendmail? -- Sameer N. Ingole Blog: http://weblogic.noroot.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Sending mail with php-

2006-01-10 Thread Sameer N Ingole
Dear Dotan, You know cross-posting is bad..? [EMAIL PROTECTED] wrote: he also sent a message to the fedora list where he's been responded to. Original Message Date: Tuesday, January 10, 2006 07:03:17 PM +0530 From: Sameer N Ingole [EMAIL PROTECTED] To: php

Re: [PHP] Location ....

2005-12-29 Thread Sameer N Ingole
thing, use exit() after header. Though this should not happen.. Regards, -- Sameer N. Ingole /*/ Better to light one candle than to curse the darkness. /*/ -- PHP General Mailing List (http