Introduction
What does this course mean to VGP? Creating persistent worlds Offline multiplayer games Save/retrieve data from the Web What does this course mean to Web? Server Side Scripting Creating Web APIs Intro to real-time communication
Domain Registrars ▪ Godaddy ▪ Namecheap ▪ Others Rules ▪ Cannot transfer within 60 days of creating domain
Hosting Godaddy Hostgator Amazon Others
Hello Gregory Miranda, Thank you for your order with HostGator.com! You can login to our billing system at using the address we sent this to, and the password 46Yb6Dx2kvFj Shared Plan: Baby Your Control Panel: Username: gmiranda Domain: gamemakeracademy.com Password: pAhp4i0"nebI 1st Nameserver: ns6097.hostgator.com 2nd Nameserver: ns6098.hostgator.com Server IP: http://gbclient.hostgator.com/loginhttps://gator3049.hostgator.com:2083gamemakeracademy.comns6097.hostgator.comns6098.hostgator.com
Nameservers Set domain to host’s DNS IP address(es) Checking owner of a website Whois
Files FTP Add-on domains Subdomains mySQL
Databases Creating in cPanel ▪ MySQL Database Wizard Viewing in phpMySQL ▪ Creating tables ▪ Queries ▪ insert, delete, select ▪ where clauses ▪ joins
PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. The PHP code is enclosed in special start and end processing instructions that allow you to jump into and out of "PHP mode." PHP is executed on the server, generating HTML which is then sent to the client. The client would receive the results of running that script, but would not know what the underlying code was.
Connect to database Read/write data Close connection
Data Formats HTML JSON ▪ ▪ ▪ XML CSV