[PHX] Phoenix CF Config [HELP]

brsy

nah mang
May 12, 2011
1,530
272
How do I put in mySQL details in PhoenixCF? Heres my config file:
Code:
[coldfusion]DSN=phoenix3


[settings]
server=Phoenix3
encryption=MD5
salt=
PHPInstalled=true
style=Default

Just to save time and only post one thread, can someone please tell me if my codes are correct? I created a page for Phoenix CF. It's a twitter page. I created a new folder called "4-Social". That is how I want it to be. For example, (By the way, fake domain)

Here is my Navigation.cfm:
Code:
<div class="SubnavBar">    <div class="navButton" onClick="location.href='twitter.cfm'"><a href="twitter.cfm">Twitter</a></div>
</div>

Here is my Twitter.cfm:
Code:
<html>http://twitter.com/#!/beatzhotel</html>

Thank you for your time.
 

Users who are viewing this thread

Top