[PHP] database on CD

2001-09-20 Thread Tim Olsen
Ok, Is this possible and how? I would like to put a mysql database on CD (or something like it). I then want to grab info from the database (maybe using a java applet) and use it to make xml, etc. I dont want to have to install anything on the computer that the CD is running on. Anyone seen

[PHP] formating numbers to two decimal points - money - best ways

2001-07-18 Thread Tim Olsen
Anyone have functions for formatting numbers being multiplied by variables and whatnot to two decimal points - rounded up? As for displaying total cost, etc? _ Get your FREE download of MSN Explorer at http://explorer.msn.com --

Re: [PHP] passing variables from forms to the same page repetatively

2001-07-18 Thread Tim Olsen
PROTECTED] wrote in message 01071716134101.29979@www">news:01071716134101.29979@www... On Tue, 17 Jul 2001 15:41, Tim Olsen wrote: People, I have 4 forms in four seperate html pages included directly (no links to includes) in the same .php file, i have it so all the form

Re: [PHP] passing variables from forms to the same page repetatively

2001-07-17 Thread Tim Olsen
PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tim Olsen [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP] passing variables from forms to the same page repetatively Date: Tue, 17 Jul 2001 16:13:41 +0930 On Tue, 17 Jul 2001 15:41, Tim Olsen wrote: People, I have 4 forms in four seperate html

[PHP] passing variables from forms to the same page repetatively

2001-07-16 Thread Tim Olsen
People, I have 4 forms in four seperate html pages included directly (no links to includes) in the same .php file, i have it so all the form actions is php.self, so when each form is submitted it goes on to display the next form in line, using if and else statements, of course. I want to be