Skip to content

satuday/CST2409

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

,-----.,--.                  ,--. ,---.   ,--.,------.  ,------.
'  .--./|  | ,---. ,--.,--. ,-|  || o   \  |  ||  .-.  \ |  .---'
|  |    |  || .-. ||  ||  |' .-. |`..'  |  |  ||  |  \  :|  `--, 
'  '--'\|  |' '-' ''  ''  '\ `-' | .'  /   |  ||  '--'  /|  `---.
 `-----'`--' `---'  `----'  `---'  `--'    `--'`-------' `------'
----------------------------------------------------------------- 

Hi there! Welcome to Cloud9 IDE!

To get you started, we have created a small hello world application.

  1. Open the hello-world.php file

  2. Follow the run instructions in the file's comments

And that's all there is to it! Just have fun. Go ahead and edit the code, or add new files. It's all up to you!

Happy coding! The Cloud9 IDE team

Support & Documentation

Github

https://help.github.com/articles/dealing-with-non-fast-forward-errors

Mysql connection

https://c9.io/site/blog/2013/05/mysql-for-every-workspace/ Option Value Comment Hostname $IP The same local IP as the application you run on Cloud9 Port 3306 The default MySQL port number User $C9_USER Your Cloud9 user name Password - No password since you can only access the DB from within the workspace Database c9 The database name $con=mysqli_connect("127.12.44.129","satuday","","consultants");

Visit http://docs.c9.io for support, or to learn more about using Cloud9 IDE. To watch some training videos, visit http://www.youtube.com/user/c9ide

my sql

start MySQL. Will create an empty database on first start

$ mysql-ctl start

stop MySQL

$ mysql-ctl stop

run the MySQL interactive shell

$ mysql-ctl cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors