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
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
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
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
4 matches
Mail list logo