brsy
nah mang
- May 12, 2011
- 1,530
- 272
How do I put in mySQL details in PhoenixCF? Heres my config file:
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,
Here is my Navigation.cfm:
Here is my Twitter.cfm:
Thank you for your time.
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,
You must be registered for see links
(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.