Educating myself
I'm Karel, 29 years old, from Belgium.
Developer, Programmer, Translator
-
Karellism
- karelvanhelden@gmail.com
Block or Report
Block or report karellism
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
CodeChallengeSolutions
CodeChallengeSolutions PublicMy solutions to different code challenges on different websites in various languages
C++ 1
-
ronreiter/interactive-tutorials
ronreiter/interactive-tutorials PublicInteractive Tutorials
-
Connect to database for simple CMS -...
Connect to database for simple CMS - php file 1public function connect() {2mysql_connect($this->host,$this->username,$this->password) or die("Could not connect. " . mysql_error());
3mysql_select_db($this->table) or die("Could not select database. " . mysql_error());45return $this->buildDB(); -
Saving the data to the database for ...
Saving the data to the database for simple CMS - php file 1public function write($p) {2if ( $p['title'] )
3$title = mysql_real_escape_string($p['title']);
4if ( $p['bodytext'])
5$bodytext = mysql_real_escape_string($p['bodytext']);
-
Code template for a simple CMS - php...
Code template for a simple CMS - php class 1<?php23class simpleCMS {4var $host;5var $username;
41 contributions in the last year
| Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
