Search:

Type: Posts; User: roger

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    764

    Form Mail -- Everything but the form works.

    Everything works 'cept the form. Client moved the site in the last year. Form hasn't worked since. I finally got login info and updated the form to current version.

    Testing the form processing...
  2. Replies
    14
    Views
    5,469

    Re: Hook system and mysql database

    >> Inside allgraphic, i have created 4 field names, which match the values.
    No that's fine. You don't need to insert all the values from the form, just the ones you need.

    Did you create an auto...
  3. Replies
    14
    Views
    5,469

    Re: Hook system and mysql database

    SUBSCRIBER is the name of the table within the database.

    I prefer first name and last name over realname for anything more than an email. If I'm collecting names, I want them broken up.

    And...
  4. Replies
    14
    Views
    5,469

    Re: Hook system and mysql database

    I got it working.

    Several things.
    In the mailform you need to add to the HOOK_DIR and create the directory on the server.
    $HOOK_DIR = "somefolder";

    inside that "somefolder" you need a file...
  5. Thread: Session ID

    by roger
    Replies
    3
    Views
    2,557

    Re: Session ID

    Thanks, I'll give that a try just to test it.

    It wasn't working with the SID version and I noticed in the log something about the session not being included so I started messing with that.
    ...
  6. Thread: Session ID

    by roger
    Replies
    3
    Views
    2,557

    Session ID

    On the auto respond page you have :
    <?php echo SID; ?>

    Shouldn't that be:
    <?php echo session_id(); ?>
  7. Thread: Mysql database

    by roger
    Replies
    11
    Views
    5,455

    Re: Mysql database

    Completely understand.

    I do work in php all the time.

    Regardless, I've gotten it working. It wasn't finding the fmhookprefinish.inc

    Now working on the darn Content-Type: text/html;...
  8. Thread: Mysql database

    by roger
    Replies
    11
    Views
    5,455

    Re: Mysql database

    Is this in the form or the database connection information?

    Working through this but not successful yet.

    I've taken all of the php mysql setup from a working page (meaning it was saving to the...
  9. Replies
    14
    Views
    5,469

    Re: Hook system and mysql database

    Has there been an update to this?
Results 1 to 9 of 9