Re: [PHP] get names of vars $HTTP_POST_VARS?

2001-11-09 Thread Hidayet Dogan
Or other way: while (list($key, $val) = each($HTTP_POST_VARS)) echo $key = $valbr\n; Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri D.T.O. A.S

Re: [PHP] PHP as Scripting Language

2001-02-07 Thread Hidayet Dogan
try #/usr/local/bin/php -q ? ... ? Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri A.S. -- caldiran sok. 14/6 06420 kolej ankara * www.pleksus.com.tr

Re: [PHP] zend ide debugger

2001-02-16 Thread Hidayet Dogan
PHPEd now supports debugger and still free :) 1-month commercial license ($90). Download wasn't too bad. I haven't had a chance to check out the Zend LaunchPad. The installation (Apache Linux PHP 4.04pl1+patches) took me about 30 minutes for client and server which included the

Re: [PHP] PHP Frameworks - Opinion

2006-08-02 Thread Hidayet Dogan
What about CakePHP and Code Igniter? I know working with Code Igniter easier than CakePHP, but CakePHP is more capable than Code Igniter. On Tue, 1 Aug 2006, Robert Cummings wrote: On Wed, 2006-08-02 at 04:15 +0200, rich gray wrote: Robert Cummings wrote: [chop] An IDE is not a framework,

Re: [PHP] corrupt image when viewed using PHP

2006-10-18 Thread Hidayet Dogan
exactly which one it was. Hidayet Dogan On Wed, 18 Oct 2006, Angelo Zanetti wrote: HI all, We have written an app in PHP4 that receives images from mobile phones that are taken with the camera, we have found a problem that some of the images are corrupt and we have determined that it is because

Re: [PHP] corrupt image when viewed using PHP

2006-10-18 Thread Hidayet Dogan
Oh and also at: http://www.php.net/manual/en/function.imagecreatefromstring.php check Paul Visco's solution. On Wed, 18 Oct 2006, Hidayet Dogan wrote: Hi Angelo, I used to have a same problem when I were programming MMS message parser. You can find different solutions at the PHP Manual web

Re: [PHP] sockets

2005-07-12 Thread Hidayet Dogan
You should use/run it via PHP-CLI. It is a shell script. Ex: /usr/local/bin/php socket.php (on linux) or C:\PHP\php.exe socket.php (on windooz/M$-dos) Good luck. Hidayet Dogan On Tue, 12 Jul 2005, daro wrote: Hi. I'm writing a TCP/IP server and client. On your website I found ready php

Re: [PHP] PHP and Ajax?

2005-04-29 Thread Hidayet Dogan
Try SAJAX at http://www.modernmethod.com/sajax Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri D.T.O. A.S. -- caldiran sok. 14/6 06420 kolej ankara

[PHP] New PHP Editor/IDE Project

2002-12-15 Thread Hidayet Dogan
and vote or you can send me your ideas. Thanks for interest and have a good programming with PHP. PHP Express Project Web Site: http://www.phpexpress.com Hidayet Dogan: http://www.hido.net Hidayet Dogan [EMAIL PROTECTED] Pleksus

Re: [PHP] Problem with the post variables.

2003-08-18 Thread Hidayet Dogan
Check your register_globals directive in php.ini file. If its value is Off, change your register_globals directive to On, and restart your web server. Or add ini_set(register_globals, 1); line top of your php file. Hidayet Dogan

Re: [PHP] Editor

2003-06-24 Thread Hidayet Dogan
Try http://www.php-editors.com and php-general list archive at http://marc.theaimsgroup.com/?l=php-general Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri D.T.O. A.S

Re: [PHP] Re: correct syntax

2003-06-25 Thread Hidayet Dogan
/) To unsubscribe, visit: http://www.php.net/unsub.php Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri D.T.O. A.S. -- caldiran sok. 14/6 06420 kolej ankara

Re: [PHP] Apache1.3.28 vs PHP4.3.3

2003-11-04 Thread Hidayet Dogan
Remove AddModule mod_php4.c directive/line in your httpd.conf file, and restart your Apache Web Server. Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri D.T.O. A.S

Re: [PHP] Add a bgcolor - regular expressions

2004-01-26 Thread Hidayet Dogan
: #dd;'\\1/span, $string); Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri D.T.O. A.S. -- caldiran sok. 14/6 06420 kolej ankara * www.pleksus.com.tr

RE: [PHP] input type=text value=He said, How do I get this to work?, with a frown size=50

2004-03-16 Thread Hidayet Dogan
Replacing with quot; HTML entitiy may be enough. For ex: ? $value = str_replace(\, quot;, $value); echo input type=\text\ value=\$value\; ? Or input type=text value=?=$value ? Good luck, Hidayet Dogan [EMAIL PROTECTED

[PHP] Procmail + PHP Problem

2004-10-05 Thread Hidayet Dogan
. But it was running well when i tried months ago on different server (MTA server was same - postfix). Do you have any idea or solition for this issue? Thanks, Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri D.T.O

Re: [PHP] NH05 to 5, NH07 to 7

2004-11-26 Thread Hidayet Dogan
echo str_replace(NH, , NH13); Hidayet Dogan [EMAIL PROTECTED] Pleksus Bilisim Teknolojileri D.T.O. A.S. -- caldiran sok. 14/6 06420 kolej ankara * www.pleksus.com.tr

Re: [PHP] illegal characters

2007-02-13 Thread Hidayet Dogan
You may check same discussion at http://bugs.php.net/bug.php?id=31184edit=1 On Mon, 4 Dec 2006, M.Ozan Hazer wrote: Hi all, I'm getting these errors: [04-Dec-2006 18:21:56] PHP Warning: Unknown: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in

RE: [PHP] IP to City detection

2007-03-21 Thread Hidayet Dogan
There's a MaxMind's GeoLite City service for that. It's free. http://www.maxmind.com/app/geolitecity On Wed, 21 Mar 2007, Jim Moseby wrote: Hi people, Is there a way to detect the city of a person based on the IP address? I mean something like ip2nation http://www.ip2nation.com/ but for