Hi Lumstar,
Understand about you working on a deadline. I don't need this fixed ASAP, but my client would like to see it working soon. I've gotten pretty far along in the site it resides on though so he's happy enough and as long as he knows I'm trying to get the frelling thing working he's...
Hi Lumstar,
Yeah, I noticed that a LONG time ago. Also caught the commas after _root as well and it's still not working. This one really has me stumped.
I you want to take a look at the Flash movie (actually a section of it) and see what I'm trying to do, go to...
I've got a Flash movie that has a movie clip that scrolls from right to left. The clip contains 6 sample full page magazine covers and each one is a movie clip that contains a button.
When you rollover a particular ad a screen that contains info rolls down and it's the width of two of the ads...
I tried doing it using loadMovieNum but it just doesn't work as smoothly as I like because the magazine ads are scrolling.
The rollover portion worked okay but the rollout was slopy.
I used the above code to do pretty much the same thing with a navbar but am having problems revamping it...
Hi all,
Okay, I've got a movie that has magazine ads scrolling from right to left. What I want to do is when you rollover the ad a scrolls down over it, is slightly transparent, and info appears about that particular full page spread. Then upon rollout the box scrolls back up.
I'm using...
Hi all,
In Flash MX, is there a way to resize the stage so that the new area that is added is distributed evenly around the contents that are already on the stage?
I have a movie and decided that I want to increase the depth of it to 600px but want to distribute the added space equally above...
One more thing...
When I start out on page 1 and click "continue" I get "PHP Parse error: parse error, unexpected '<' in c:\Inetpub\wwwroot\leadership2003\TMP29wfxbftqm.php on line 9".
Apparently the variable page_num is being passed and the condition "if...
Okay, it's not working. I've got the code written as:
<?php
/* Script for second page */
if ($_POST["page_num"] == 1) {
...
Javascripts
...
<html>
<head></head>
<body>
html stuff and php code
</body>
</html>
} else {
header("Location...
Okay. I think I see where you're going.
Basically I would have:
<?php
/* Script for second page */
if ($_POST["page_num"] == 1) {
...
Javascripts
...
<html>
<head></head>
<body>
html stuff and php code
</body>
</html>
} else {
header("Location...
Hi Rob,
Okay, bare with me... it's Friday and I'm exhausted. :)
I take it this script goes at the very top of the page, correct? I'm confused about what "all the normal stuff" is and do I put the header in where you have "redirect to page1"?
I'm lost. :)
Rhiannon
Okay, I'm not sure you can do this or not.
I have a seven page membership application that is working fine... BUT... what is happening people are skipping pages that have required fields on them.
What I want to do is if they go directly to www.mysite.com/memapp3.php instead of...
I have a form that passes credit card information (along with other variables) down through a few pages.
What I want to do is on the page where they confirm all of their info, I want to only show the last 4 digits of their credit card number.
Does anyone know what the best way of doing this...
Thanks Marklar! That worked great!! When I get a chance I'm really gonna sit down and learn this stuff so I'll know what exactly this all means.
Kinda pleased though with the way it's working out. Not bad for my first project.
http://www.womcom.org/Memberships/memapp1.php
Appreciate all your...
This is the only way I could get variables from a form to pass down through about 7 pages:
<input type="hidden" name="company" value="<?php echo $_POST["company"] ?>">
<input type="hidden" name="email" value="<?php echo...
Hey guys,
Have made GREAT progress. Variables are now passing from one page to the next. Finally ended up doing it like this:
<input type="hidden" name="company" value="<?php echo $_POST["company"] ?>">
Used javascript to show the National Dues total...
Hey guys... I appreciate ALL your posts and am looking forward to sorting through all of your responses and making a "go" of all this.
However, it may be a few days after this record breaking snow storm we've had along the east coast of the US. Was able to dig out somewhat today but...
Thanks guys. Will look into all this later. And yes, I will end up with a LOT of variables. When you get to the chapter dues page I'm looking at about 50 different chapters!
Have to dig out of about 23 inches of snow! Will post later after I've had a chance to try your suggestions. Gotta work...
Yes, when I push the variables through to page 3 they don't go through. I've thought of many different ways to do this but when they start out on page 1 and hit "submit" I want them to continue onto page 2 with the variables passed and so on... until you get to the confirmation page...
Hi Rob,
I entered the code like you suggested. The variable was passed to page 2 but didn't carry through to page 3.
I entered it on both pages as:
<?php
echo '<input type="hidden" name="company" value="'.$company.'">'; ?>
REALLY appreciate your help.
Cheers,
Rhi
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.