log in protected page

2 posts by 2 authors in: Forums > CMS Builder
Last Post: November 20, 2008   (RSS)

Re: [Dennis de Rooy] log in protected page

By Dave - November 20, 2008

Hi Dennis,

CMS Builder doesn't do that by default, so you'll need a little custom Flash and PHP programming.

For the first part, it sound like if you have a flash textfield you just need to make it so if the user enters something and clicks the button it shows the next flash page.

To store it in the database you'll need to send off a request in the middle of that. If you can request an xml file from flash you could request one with the email on the end such as:

logger.xml.php?email=dave@interactivetools.com

Then have that insert that email into the database. That part will require a little custom PHP form. I've attached a basic one that you can use as a base.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com
Attachments:

addform_002.php 3K