Re: [PHP] Checking for http://

2008-08-29 Thread Gergely Hodicska
You could use substr() (www.php.net/substr) strncmp is better and faster for this purpose. Best Regards, Felhő -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-DB] Re: [PHP] Best practices for using MySQL index

2008-05-09 Thread Gergely Hodicska
Hi! While this is not a MySQL mailing list, I try to give you some hints and keep it short. There is maybe one important thing which should considered: clustered index. If use InnoDB you can think about to not using a surrogate key but a natural one which best support the query which you will

Re: [PHP] installing PHP 5.3 on MAC with mysqlnd support

2007-11-17 Thread Gergely Hodicska
Hi! Consider using Macports (http://www.macports.org/) to install it. After installing macports onto your computer, do this in the terminal: I ma using Macports, but it currently doesn't support PHP 5.3. // This will give you the available variants (I think) port info php5 To list package

Re: [PHP] installing PHP 5.3 on MAC with mysqlnd support

2007-11-17 Thread Gergely Hodicska
Hi! http://www.phpmac.com/ This project seems dead. Best Regards, Felhő -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php