[PHP] Program to edit HTML file via the web??

2001-04-17 Thread Blake S.
only reading the HTML between two font tags lets say. This way a user editing the file would not get themselves into trouble by accidentally deleting a table tags for instance. Thanks Everyone Blake S. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] Generating percentages of numbers

2001-02-21 Thread Blake S.
I have a database of numbers: TOTAL HITS: 1000 PAGE 1: 500 PAGE 2: 250 PAGE 3: 250 How can I query these numbers and display back a percentage number? For instance with the numbers above: PAGE 1: 50% PAGE 2: 25% PAGE 3: 25% Or is their a process by which to store numbers for easily getting thi