2010-01-08, 06:19:19
Things that I think should be implemented:
A common.php file, to include functions and such in one local area instead of having to be changed in every file.
Example:
more coming as soon as I think of it, lost train of thought.
A common.php file, to include functions and such in one local area instead of having to be changed in every file.
Example:
Code:
<?php
/* getSimple
*
* @version: 2.0
* @copyright: 2010
*
*/
// Define rp
define("IN_GS", true);
// Basics
include("include/basics.php");
// Functions
include("include/functions.php");
// Logged in ect...
// Login stuff goes here
more coming as soon as I think of it, lost train of thought.
http://nijikokun.com
random stuff. idk.
random stuff. idk.