@Nehalem will soon, but can you suggest me how to improve the boring color choice so I can improve my site? It will be much appreciated if you help me out!
I'm proud to announce the official release of HassanTech vBeta r1.01! This is a great update with mass back-end and a few front-end features! But, what's your part? I want some feed-back to improve my site, either could it be a design suggestion or feature you'd like to see? But don't know what...
The title says all code related shit. For my coding structure, there is a snippet below: (I am not leaking any of my code only a structure will be posted).
<?php
$mysqli = new mysqli("host", "username", "password", "db");
if(isset($_POST['something'])) {
$stmt = $mysqli->prepare("SELECT...
say :update_settings or something say :commands to update it :]
For the first error, it suggests you not to use mysql_* functions as they are deprecated, and suggest you to translate your code to MySQLi or PDO. To start off, in mysqli,
$db = new mysqli("host", "username", "password"...