"Fossies" - the Fresh Open Source Software Archive

Member "faqadmin/setup/ssetup4.php" (26 Feb 2003, 365 Bytes) of package /linux/www/old/faqadmin-current.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) PHP source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "ssetup4.php" see the Fossies "Dox" file reference documentation.

    1 <?php
    2 
    3 $connection = mysql_connect (localhost, root);
    4 mysql_select_db (faqs);
    5 
    6 if (mysql_error()) {
    7 include ("ssetup8.php");
    8 }else {
    9 if (!mysql_error()) {
   10 echo  "<center><TT>Error!! Your Faq Administrator Database structure already exists!!<P>
   11 Setup Terminated!!<P>
   12 To setup your forum(s) go to <a href=../admin/>The administration page</a></TT></CENTER>\n";}
   13 }
   14 ?>