[phorm] [Phorm:] Re: Database Variable File - MySQL

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 23 Jan 2003 13:53:27 -0000

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

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

  MESSAGE:  (#2160) Re: Database Variable File - MySQL 
            <http://www.phorm.com/support/?rev=2160> 
  AUTHOR:   Holotech 
  DATE:     January 23, 2003 at 8:53 a.m. EST 

  Reply To: (#2122) Database Variable File - MySQL 
  Author:   Michael Covone 
  Date:     January 20, 2003 at 11:33 a.m. EST 

> In creating the MYDBV file, I am a bit unsure of how 
> to exactly set up the format. 1) Can it simply be a 
> text file? 

Yes. 

> 2) If it is then do I simply lay it out in the 
> following way: Or do I need to insert other lines of 
> code. 

It's close. You're mssing the the opening and closing PHP tags, and a little 
punctuation. It should be: 

<? 
$DHost = "222.222.222."; 
$DUser = "user"; 
$DPass = "password"; 
$DBase = "database"; 
?> 

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

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:] Re: Database Variable File - MySQL