[phorm] [Phorm:] MySQL not updated

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 15 Jul 2004 04:01:25 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#4183) MySQL not updated 
            <http://www.phorm.com/support/?rev=4183> 
  AUTHOR:   Rob K 
  DATE:     July 15, 2004 at 12:01 a.m. EST 

Ok, have MySQL db set up, as well as a basic form to try out the database 
logging. Hit submit, and nothing is added to the database. You can see the 
basic form at: www.handycomputerguys.com/form.htm 

here is my phormconfig.php page: 
<?php 
$PHORM_ALERTTO = "digitala@xxxxxxxxxxxxxxxx"; // Change to your email address 
$PHORM_URL = "http://www.handycomputerguys.com/";; // Change to your web page 
$PHORM_FROM = ph_DECLARE; //declare var used in html 
$DHost = "localhost"; // database host 
$DUser = "*******"; // database user 
$DPass = "*******"; // database pass 
$DBase = "handycomputerguys_com_customer"; // database 
$PHORM_MYTABLE = "CustomerInfo"; // table in database 
$PHORM_MYVARS = "CustomerID=ID, Name=name, Address=address, 
AppointmentDate=date, ReferredBy=referral, Invoice=invoice, Expenses=expenses, 
Comments=comments, Directions=directions, Email=PHORM_FROM"; // Table fields 
?> 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] MySQL not updated