How to install social socialswapper and setup my sql please help me
this my php config code
Code (text):
<?php
error_reporting(E_ALL);
ini_set(‘display_errors’, ’1′);
$host = "localhost"; // your mysql server address
$user = "MYSQL USER"; // your mysql username
$pass = "MYSQL PASS"; // your mysql password
$tablename = "MYSQL TABLE"; // your mysql table
session_start();
$data = null;
if(!(@mysql_connect("$host","$user","$pass") && @mysql_select_db("$tablename"))) {
?>
<html>
MSQL ERROR
<?
exit;
}
include_once…
How to install social socialswapper and setup my sql please help me
See original post by shilpam.clk
Leave a Reply
You must be logged in to post a comment.