Re: Commas Missing.

2004-07-18 Thread Braulio Lumbreras
see: > http://www.php.net/manual/en/function.number-format.php > > MySQL does not store numbers with a currency symbol or with the > "thousands group" separator. > > > > Braulio Lumbreras wrote: > > > Hello everyone, > > > > I have a table with a co

Displaying Values With Commas.

2004-07-17 Thread Braulio Lumbreras
Hello everyone, I have a table with a column for real estate property listing values. The column is set up as float(8,2). How do I go about setting up so that the display on the web page includes a comma ? I get $155000.00 but would like to see $155,000.00. You may go here to view the results,

Commas Missing.

2004-07-17 Thread Braulio Lumbreras
Hello everyone, I have a table with a column for real estate property values. The format of the column is float(8,2). When the results are presented on the web page I get $155000.00 versus $155,000.00. How do I go about getting the comma in the values. I am using a MySql table. Thanks in adva

Re: FW: How To Learn php and mysql.

2003-11-25 Thread Braulio Lumbreras
Thanks Ricard, Mike,Kim,Chris and John. Now thats going the extra mile, giving me the ISBN code to the book. Once again, thanks. Braulio "mike" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > >As for a book, I recommend the one on PHP and mySQL web development by Luke > Willing

Re: How To Learn php and mysql.

2003-11-25 Thread Braulio Lumbreras
Thanks, John. Braulio "John Nichel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Braulio Lumbreras wrote: > > > What is the best way to learn php and mysql? What book is recommended for > > self study of both ? > > > > Braulio >

Re: How To Learn php and mysql.

2003-11-25 Thread Braulio Lumbreras
, breaking > it, and fixing it again. Just make tiny changes at first, play with logic, > then work on bigger things. > > As for a book, I recommend the one on PHP and mySQL web development by Luke > Willing and Laura Thompson. > > Good luck! > Richard > > -Original

Re: How To Learn php and mysql.

2003-11-24 Thread Braulio Lumbreras
Thanks,Kim. G'day to you too. Braulio "Kim Kohen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] G'day Braulio > What is the best way to learn php and mysql? What book is recommended for > self study of both ? As an absolute newbie I used "Build Your Own Database Driven Websi

Re: How To Learn php and mysql.

2003-11-24 Thread Braulio Lumbreras
; > Good luck! > Richard > > -Original Message- > From: Braulio Lumbreras [mailto:[EMAIL PROTECTED] > Sent: Monday, November 24, 2003 9:48 PM > To: [EMAIL PROTECTED] > Subject: How To Learn php and mysql. > > What is the best way to learn php and mysql? What book i

How To Learn php and mysql.

2003-11-24 Thread Braulio Lumbreras
What is the best way to learn php and mysql? What book is recommended for self study of both ? Braulio -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Pictures In Table.

2003-10-26 Thread Braulio Lumbreras
Thanks. I am at the early stage of evolution. I have created about 20-30 tables using only text. But this is my first with pics. I am not quite at the upload stage. But I will start with the basic table design that was mentioned in the article. Thanks again. Braulio ---Original Me