Jump to content

Need help! Error in php coding, help, please?


swagpixels

Recommended Posts

<?php

 

 

CLASS DB_MYSQL {

 

var $Host; swagpixels.com,

var $Database; swagpixe_swoopo,

var $User; swagpixe_swoopad,

var $Password; ******,

var $Link_ID = 0; // Result of mysql_connect().

var $Query_ID = 0; // Result of most recent mySQL_query().

var $record = array(); // Current mysql_fetch_array()-result.

var $Row; // Current row number.

var $Errno = 0; // Error state of query...

var $Error = "";

var $DDtable="_dt"; // Data Dictionary Tables

var $DDfield="_df"; // Data Dictionary Fields

 

 

 

 

Parse error: syntax error, unexpected T_STRING, expecting T_FUNCTION in /home/swagpixe/public_html/.htinc/_mysql.inc on line 6

Line 6 is the host line.... whats wrong? All the parenthesis are there and everything.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.