[PHP] Re: Countries and Timezones
Jonesy a écrit : On Mon, 01 Dec 2008 23:02:50 +0100, franzemmanuel wrote: For those who are interested in Countries and timezones. I needed to have the list of all the countries in the world and the timezones by country without redundancy. I don't see Bonaire. Jonesy Hi Jonesy, Thank you for your words. I think that Bonaire is part of the Netherlands Antilles. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Good PHP book?
Ashley Sheridan a écrit : On Sun, 2008-12-14 at 16:33 -0600, jeffery harris wrote: Hi guys/gals. I'm a first time user. Does anyone know of a good php book? I tend to trust O'Reilly books a lot for all things programming, although I learnt largely with 'PHP, Apache, MySQL Web Development' from WROX. Ash www.ashleysheridan.co.uk Yes, I am agree with Ashley. This book must be read. But first, you should read the whole php documentations as Tim said (available on HTML offline). There is everything in it. Good luck ! Zeuf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Chrome 1.0 released
This is my opinion (and only mine... So it could be useless) : I installed it and try to use it... To slow and buggy (problems importing datas from Firefox)... Keep on using IE6 et 7, Firefox and Safari... But I am sure that as developpers we will have to use it more and more. Hope you are all alright now ! Have a nice night everybody -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Re: Create unique non-autoincrement key for 700,000 records?
Hi Rob, You can also use the PHP fonction Uniqid : md5(uniqid(rand(),true)); http://fr3.php.net/manual/en/function.uniqid.php Have a nice day. Zeuf Rob Gould a écrit : I have a mySQL database with 700,000 records in it, which are presently keyed with an "auto-increment" field. What I'd like to do is create another field with a field where each and every record number has a unique keyvalue. Example: "su5e23vlskd" for records 1, and "34fdfdsglkdj4" for record 2. All that matters is that it's unique, and isn't a number that can be guessed or an "autoincrement" number, where a hacker can just figure out the keyvalue by incrementing numbers. It doesn't matter to me if each keyvalue field is just numbers, or a number/letter combination - - - all that matters is that each keyvalue field is unique. Is there an automatic way that mySQL could do that, or would I need to write a php script to somehow go through each record and create this unique value? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Good PHP book?
Robert Cummings a écrit : On Wed, 2008-12-17 at 10:47 +, Richard Heyes wrote: Floppies hold 1.4 megs now? Mine don't and they're even dual-sided. :( What are "Floppies"? Is it a reference to a particular male problem? If so, then I want to know what dual sided means? Cheers, Rob. and me High Density !!! :) Truely, Zeuf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php