holy shit kyle i remember your name from years ago
this song is pretty good, i've heard better from chance however.
by the way since you like chance, maybe you've heard of flatbush but they released a new song you might like, the beat is fire.
As you may know, mysql is depreciated in the latest php release.
You could use mysqli but i prefer pdo. this is a database class that I use on my personal site:
database.php:
class Database {
public static function dbConnect() {
global $config;
try {...
Learn some python too, it's a great starter language for server/client side development. you can do some super leet things with python
but don't do illegal things like me, be a good boy
The text is fuckin colossal but i guess if that's the style you dig then go with it. I'd suggest a content box around the login form, perhaps some centering would be nice too but i'm not a designer. If you need the site tested out for vulnerabilities inbox your boy
In this tutorial i'll be showing you how to use facebook's graphAPI in python.
Pre-requisites:
python 2.7: Here
Start by downloading the api from facebook: here
unzip it to your desktop, then launch a terminal session and cd into your facebook api directory
then run the python instal...