Well, I wanted to count +1 in mysql, and I'm not getting it.
Code below
<?php
$con=mysqli_connect("localhost","root","asdasd","dbb");
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
$...
asked by
20.07.2018 / 02:07