[HELP] PHP Coding [HELP]

Status
Not open for further replies.

MeKiller30

Member
Feb 4, 2012
54
2
Hello DevBester's!

I need help at coding PHP To Connect MySQL Using XAMPP 1.7.3 I Just Wanna Make A Text-Based MMORPG But Im A Very Very Bad Coder I Need I Will Make Him A Staff If He Can Code Me A PHP Connect To MySQL Thanks :)

Regard's ,
MeKiller30
 

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
PHP:
<?php
$mysqli = new mysqli('localhost', 'user', 'password', 'database');
$result = $mysqli->query("MYSQL QUERY");
?>
 
Status
Not open for further replies.

Users who are viewing this thread

Top