![]() |
|
mysql Connect |
||
|
Code ProducedThis is HTML generated by a blank Freeway page with this Action applied. The variable $fwServer will be 1 for development and 2 for live (just in case you need to make minor changes to code to allow for differing environments). <?PHP $fwDBName = "devDatabase"; $fwHost = "devHost"; $fwUser = "devUser"; $fwPassword = "devPassword"; $fwLink = mysql_connect( $fwHost , $fwUser , $fwPassword ); //$fwDBConnect = mysql_connect_db( $fwDBName , $fwLink ); $kfwDevelopment = 1; $kfwLive = 2; $fwServer = 1;
?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled</title> <meta name="GENERATOR" content="Freeway 4 Pro 4.2.0"> <meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1"> <style type="text/css"> <!-- body { margin-left:0px; margin-right:0px; margin-top:0px; background-color:#fff } p:first-child { margin-top:0px } table { empty-cells:hide } ._sp { font-size:1px; visibility:hidden } ._lp { margin-bottom:0px } em { font-style:italic } h1 { font-size:18px } strong { font-weight:bold } --> </style> </head> <body> <div id="PageDiv"> </div> </body> </html> |
|||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||