Re: [PHP] preg_replace_callback

2012-04-20 Thread Igor Konforti
Please reply here with bug #number :) On Fri, Apr 20, 2012 at 23:21, TR Shaw wrote: > > On Apr 20, 2012, at 4:18 PM, Stuart Dallas wrote: > > > On 20 Apr 2012, at 21:00, TR Shaw wrote: > > > >> It appears that preg_replace_callback has a memory leak at least in > version 5.3.8. > > > > Based o

Re: [PHP] iPhone sadness

2011-05-29 Thread Igor Konforti
What? Replay to all? Its configurable! However by default there is no spam signatures such as "send from my iphone/k9" On May 29, 2011 3:29 PM, "Ashley Sheridan" wrote: > "Lester Caine" wrote: > >>Geoff Shang wrote: >>> On 29 May 2011 01:36, TR Shaw wrote: > (sorry for the top posting)

Re: [PHP] Detecting HTTPS connections under Apache

2011-05-28 Thread Igor Konforti
LOL :) Just saw phpinfo() and you are right, it shows port 80 even if it's httpS :0 But the problem is, that $_SERVER['SERVER_PORT'] is apache variable and not php, meaning that apache is telling PHP that it works on port 80. Even if you use .htaccess and variable "%{SERVER_PORT}" it will not work

Re: [PHP] how to use echo checkboxes in php when i don't have access to $_POST

2011-05-28 Thread Igor Konforti
It means that array $_POST does not have a key called "negin". Simple If statement before line 4 would fix this. And I agree with @Jasper Mulder. Perhaps you should try stackoverflow.comfor this kind of questions Regards On Sat, May 28, 2011 at 16:03, Negin Nickparsa wrote: > I'm sorry tha

Re: [PHP] insert to table in php scripts

2011-05-28 Thread Igor Konforti
But why do you double-post your question? http://news.php.net/php.general/313198 ? On Sat, May 28, 2011 at 11:21, Negin Nickparsa wrote: > i'm wondering that what was the problem! > why with just a session it now works propely!!! > how! >

[PHP] Re: CURL

2003-08-04 Thread Igor Konforti
ld when i visit this in the browser when im logged into www.site.com, it works as im logged in with cookies or sessions or whatever. but obviosuly i cant be loged in from a php script, accessing the site using curl. is there anyway i can login, curl take the cookie and then access this url??

[PHP] Re: mail funciton

2003-08-03 Thread Igor Konforti
I'm sorry,i was just checking if outgoing server is working :P -- Igor Konforti -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail funciton

2003-08-03 Thread Igor Konforti
to my outgoing email server, that i have with myu ISP and sendmail_from with my emai address what else do i need? andy -- Igor Konforti -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php