Re: [PHP] dynamic variables in a while loop?

2003-01-15 Thread Philipp Hartmann
Thanks everyone! Works great! Phil - Original Message - From: "Rick Emery" <[EMAIL PROTECTED]> To: "Philipp Hartmann" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 2:03 PM Subject: Re: [PHP] dynamic variables in a

[PHP] dynamic variables in a while loop?

2003-01-15 Thread Philipp Hartmann
Hi everyone. I am more of an ActionScript person, but I have to do this one in php. Should be easy for everyone familiar with php syntax... Here is what I want to do: I am getting several variables into a Php Script such as: help1 = "yes" / "no" help2 = "yes" / "no" . . . helpX = "yes" / "no" I

Re: [PHP] flash and php (using the varibles)

2003-01-09 Thread Philipp Hartmann
I didnt test this, but something along the line should work [ActionScript] onEnterFrame = function{ i = dataYougetFromMySQL; if (i < max){ this._width = this._width * (i*factor) // factor can slow down or accelerate your animation } } [/ActionScript] hth, Philipp "- [ Paul Ferrie ] -" <[EMAIL

[PHP] HTML email that generates "!"s - any ideas?

2003-01-08 Thread Philipp Hartmann
Hi everyone, I am new to this list, so this is my first post. I am trying to sen dan HTML email, and so far I got everything running, except for one very odd problem. 1.) I am setting up all my variables within the .php Script. 2.) I generate my HTML email 3.) I am outputting the email to the bro