Re: [PHP-DB] French and Spanish Accent Letters

2010-11-10 Thread Andrés G . Montañez
=utf8_unicode_ci; Cheers. -- Andrés G. Montañez Zend Certified Engineer Montevideo - Uruguay -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] big table / hadoop / map reduce

2010-10-30 Thread Andrés G . Montañez
d > when ... also how to transform problems to make it still work : ) > > I want to write some simple map reduce like the one above just to see > it working and play around a bit :) > > cheers > > Art > > On 22 October 2010 16:49, Andrés G. Montañez wrote: >>

Re: [PHP-DB] Variable Assignment

2010-10-28 Thread Andrés G . Montañez
ax; check the manual > that corresponds to your MySQL server version for the right syntax to use > near '$st=1000' at line 1 > > Ethan > > MySQL 5.1  PHP 5  Linux [Debian (sid)] > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe,

Re: [PHP-DB] Incrementing Primary Key

2010-10-27 Thread Andrés G . Montañez
riginal Message- > From: Andrés G. Montañez [mailto:andresmonta...@gmail.com] > Sent: Wednesday, October 27, 2010 9:19 AM > To: Ethan Rosenberg > Cc: php-db-lists.php.net > Subject: Re: [PHP-DB] Incrementing Primary Key > > Hi Ethan, > in this case, you should manage th

Re: [PHP-DB] Incrementing Primary Key

2010-10-27 Thread Andrés G . Montañez
Otherwise, having a table for each site will be enough, as Jimmy suggests. -- Andrés G. Montañez Zend Certified Engineer Montevideo - Uruguay -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Parsing Tab Delimited file

2010-10-24 Thread Andrés G . Montañez
t (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Andrés G. Montañez Zend Certified Engineer Montevideo - Uruguay -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] How to Sync MySQL with iPhone or Google Contacts

2010-10-23 Thread Andrés G . Montañez
tempting to build an app for this, but we don't have a single > Mac in the place. > > Maybe syncing with Google is the way to go?  That would keep the iPhone out > of the equation.  (This is not intended for the market.) > > Thanks, > > - Ron > > On 10/23/2010 2:1

Re: [PHP-DB] How to Sync MySQL with iPhone or Google Contacts

2010-10-23 Thread Andrés G . Montañez
7;d with the > iPhone, that would be an acceptable 2nd choice. > > Thanks again for your reply! > > - Ron > > > > > On 10/23/2010 5:47 AM, Andrés G. Montañez wrote >> >> Hi Ron, what's what you want to sync? Contacts? Or everything else? >> You want t

Re: [PHP-DB] How to Sync MySQL with iPhone or Google Contacts

2010-10-23 Thread Andrés G . Montañez
et/unsub.php >> > > Karl DeSaulniers > Design Drumm > http://designdrumm.com > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Andrés G. Montañez Zend Certified Engineer Montevideo - Uruguay -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] big table / hadoop / map reduce

2010-10-22 Thread Andrés G . Montañez
gt; So far had no luck with that. Its like with design patterns ... people > who dont understand them should not write articles trying to explain > them to others :P > > Art > > On 22 October 2010 15:29, Andrés G. Montañez wrote: >> Hi Artur, >> >> Here is an

Re: [PHP-DB] big table / hadoop / map reduce

2010-10-22 Thread Andrés G . Montañez
ode samples preferably. > > anyone good at it here? > > cheers > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Andrés G. Montañez Zend Certified Engineer Montevideo - Uruguay -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] NULL to 0

2010-07-17 Thread Andrés G . Montañez
SELECT IFNULL(SUM(`my_Bible_trivia_knowledge_questions_answered`.`score`), 0) AS total_score, IFNULL(`my_Bible_trivia_knowledge_profile`.`questions_answered`, 0) AS questions_answered In these cases you must use the IFNULL function, for testing the value. -- Andrés G. Montañez Zend Certified

Re: [PHP-DB] Is this Code Correct??

2010-02-11 Thread Andrés G . Montañez
load.php?url=mj_bad_track01.mp3 > > I want to connect the url directly to the MP3 file so that user can download > the MP3. > > Best, > -- Andrés G. Montañez Zend Certified Engineer Montevideo - Uruguay -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Is this Code Correct??

2010-02-11 Thread Andrés G . Montañez
that I want to link with: > > echo  "Name: "..$runrows['name']; > > Is above code is correct ?? > > Best, > > > -- > Guru Prasad > Ubuntu Voice GTK+ Forum > -- Atte, Andrés G. Montañez Zend Certified Engineer Montevideo - Uruguay -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] comparing stored timestamp with NOW()

2009-02-24 Thread Andrés G . Montañez
s). Example Query: mysql> SELECT (UNIX_TIMESTAMP() - 1235861716) <= (3600*24*7) AS valid FROM dual; +---+ | valid | +---+ | 1 | +---+ Enjoy. -- Atte, Andrés G. Montañez Zend Certified Engineer Montevideo - Uruguay -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] resources and resource types

2008-03-31 Thread Andrés G. Montañez
://www.php.net/manual/en/function.get-resource-type.php -- Atte, Andrés G. Montañez PHP Senior Técnico en Telecomunicaciones Montevideo - Uruguay -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] md5() function

2008-01-14 Thread Andrés G. Montañez
5 password and convert it into it's > human readable condition. > Is there a function opposite to md5()?? > > Best Regards, > > M Guirao > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > --

Re: [PHP-DB] Pages not fully loading

2007-09-21 Thread Andrés G. Montañez
ere is no inusual activity, like segmentations faults, etc. Good luck. -- Atte, Andrés G. Montañez Técnico en Redes y Telecomunicaciones Montevideo - Uruguay -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-db@lists.php.net

2007-03-30 Thread Andrés G. Montañez
The HTML attributes must be encloesd in double quotes (at least in xHTML). So, the code should be "; ?> Note the \" for escaping the double quotes in the double quotes defined string. -- Atte, Andrés G. Montañez Técnico en Redes y Telecomunicaciones Montevideo - Uruguay --