8) Connecting to mysql database via php - Secure PHP Login System

preview_player
Показать описание
To see the whole video series :

-~-~~-~~~-~~-~-
Please watch: "Learn how to create secure Rest API calls - Code With Mark"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Your source has been changed and i cant find any of the things you ar explaining
Please help, thanks

shayansaeed
Автор

The updated github no longer has the function, in the syntax presented, so what do I use instead?
I have tried:
public $isConn;

//To show query error messages set on or to hide then set to off
//For trouble shooting only
public $ShowQryErrors = 'on'; //on or off


//--->Connect to database - Start
public function __construct($host="localhost", $user="Robbie2", $pass="admin123", $database="loginsystem")


and also strictly,
public function __construct($host="localhost", $user="Robbie2", $pass="admin123", $database="loginsystem")

KCMOBankFishing
Автор

After following all attempt to:
include("_inc/func_db.php");
DBConnect();

I place the above between
<?php
include("_inc/func_db.php");
DBConnect();
?>
tags above the
<!DOCTYPE html>
Just like yours but when I go to refresh it loads the raw code into the browser and does not show that it even processed any of it.

KCMOBankFishing
Автор

Hello Mark,

Thank you for the tutorial. It's been a nice refresher.
I like the way you have broken the tutorial into logical 'chapters'.

I've been using Brackets for the text editor. It's free and open source, and has no nag screen to buy a licence after using it only twice. Wow! Now that is nagging. Brackets has a good live preview built in (requires Chrome). It's worth checking it out.


Thanks again.

longrolstral
visit shbcf.ru