Ask a Question related to PHP Development, Design and Development.
-
George Pitcher #1
RE: [PHP] XX outputting X signs
Would it not make sese to store the number as a decimal and have the '£'
added at output?
George, in Oxford, where £££=pints
> -----Original Message-----
> From: David Nicholson [mailto:me@djnicholson.com]
> Sent: 22 July 2003 3:51 pm
> To: David Goodchild
> Cc: [email]php-general@lists.php.net[/email]
> Subject: Re: [PHP] XX outputting X signs
>
>
> Hello,
>
> This is a reply to an e-mail that you wrote on Tue, 22 Jul 2003 at
> 15:01, lines prefixed by '>' were originally written by you.>> > My suggesstion would be as your adding the data to the database
> > convert the
> > £ to £
> I wouldn't do that, it will eman extra CPU cycles if at a later date
> you decide you want to use the data in your database for anything
> other than a HTML page. Also it is 6 bytes of wasted disk space per
> record - in a very large database that would show.
>
> David.
>
> --
> phpmachine :: The quick and easy to use service providing you with
> professionally developed PHP scripts :: http://www.phpmachine.com/
>
> Professional Web Development by David Nicholson
> http://www.djnicholson.com/
>
> QuizSender.com - How well do your friends actually know you?
> http://www.quizsender.com/
> (developed entirely in PHP)
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>George Pitcher Guest
-
chinese signs to database
Hello, i need to insert chinese signs in a table. but if i insert them, in the database there is only shown some weird values. do u know how i... -
Illustrator to Vinyl Signs...how to?
After creating some complex black and white art for a television show, I was asked to send a file to a signmaker who would create it in vinyl to put... -
Pound signs in a URL
Hi, Let's say for instance, I have an URL such as: www.mysite.com/root/programming/cfdirectory.cfm?debug=0¤tDir=dir3_C#Help&d epth=2 ... -
equation signs
how can i copy an equation from word equation editor in freehand without problems? or is it possible to type/put equation signs (like square root)? -
£ outputting £ signs
Hello all Can someone tell me where i am going wrong here. I am trying to echo a '£' to the screen which has come from a database field. I get the... -
David Nicholson #2
Re: [PHP] XX outputting X signs
Hello,
This is a reply to an e-mail that you wrote on Tue, 22 Jul 2003 at
16:01, lines prefixed by '>' were originally written by you.the> Would it not make sese to store the number as a decimal and haveI had assumed that the original poster was storing currency ammounts> '£'
> added at output?
within a sentence that had an entire text field to itself, but yes,
if it is only the amount being stored in the field use a decimal and
add the pound symbol when creating your page.
David.
--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: [url]http://www.phpmachine.com/[/url]
Professional Web Development by David Nicholson
[url]http://www.djnicholson.com/[/url]
QuizSender.com - How well do your friends actually know you?
[url]http://www.quizsender.com/[/url]
(developed entirely in PHP)
David Nicholson Guest



Reply With Quote

