Jump to content
MakeWebGames

HI php help


Recommended Posts

so its been nearly 3 years since i did any work on a site and having a problem as all the new php and connection type so need some guidence

 

<?php

$mysql_server = "info";
$mysql_user = "info";
$mysql_password = "info";
$mysql_database = "info";

$connection = mysql_connect("$mysql_server","$mysql_user","$mysql_password") or die ("UPDATING");
$db = mysql_select_db("$mysql_database") or die ("Unable to select requested database.");
?>

 

mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/sitename/public_html/includes/db_connect.php on line 8

Link to comment
Share on other sites

I don't think this is MCC. MCC has mysqli

Lite/v1 doesn't.

I'm offering a conversion service with your choice of either MySQLi or PDO (preferred). I charge $5 an hour (negotiable), I use Toggl to track all time whilst coding, and a small file that shows you to-the-second tracked time.

Short report (basic detail (time tracked, cost))

paR14.png

Detailed report contains each time tracked - will only show for whichever "workspace" I've used (to track specifically your time)

paRpw.png

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...