Search found 8 matches

by robinatorzzz
Tue Nov 15, 2011 9:16 pm
Forum: Code
Topic: Month Number to Month Name Function
Replies: 4
Views: 3419

Re: Month Number to Month Name Function

libeco wrote:Or:

Multi language:
function get_month_name($month){
	return strftime('%B', mktime(0, 0, 0, $month, 0, 0));
}
When i pass in 9, i get august... so maybe this will be better...
function get_month_name($month){
        $month = $month+1;
	return strftime('%B', mktime(0, 0, 0, $month, 0, 0));
}
by robinatorzzz
Tue Sep 27, 2011 7:47 pm
Forum: Tutorials
Topic: Minequery tutorial help
Replies: 13
Views: 3562

Re: Minequery tutorial help

maybe it is $response instead of $responce...
by robinatorzzz
Thu Aug 18, 2011 7:47 pm
Forum: Tutorials
Topic: Minequery tutorial help
Replies: 13
Views: 3562

Re: Minequery tutorial help

Print_r doesn't do anything, this is my php version


PHP Version 5.3.5
by robinatorzzz
Thu Aug 18, 2011 5:09 pm
Forum: Tutorials
Topic: Minequery tutorial help
Replies: 13
Views: 3562

Minequery tutorial help

Hye so i get a bunch of errors, first of all, here is my code: Index.php <?php include ('core/init.inc.php'); $info = fetch_server_info($config['server']['ip'], $config['server']['port']); ?> <html> <head> <title><?php echo $config['server']['ip']; ?> Status</title> </head> <body> <div> <h1><?php ec...
by robinatorzzz
Wed Jul 20, 2011 1:08 pm
Forum: PHP
Topic: Frameworks
Replies: 2
Views: 659

Frameworks

Sory if i'm in the wrong section, but i heard a lot of things about Frameworks, Codeignitor
but could somebody tell me what a framework is or what you could do with it?
Do you need to write it yourself or... ?

thnx in advance!

Robin
by robinatorzzz
Mon Jul 18, 2011 10:56 pm
Forum: Introductions
Topic: HelloKidoki
Replies: 5
Views: 1413

Re: HelloKidoki

jacek wrote:I am. Is the signature not a clue...
Yes but there could be people that use your signature? haha
by robinatorzzz
Mon Jul 18, 2011 10:53 pm
Forum: Introductions
Topic: HelloKidoki
Replies: 5
Views: 1413

Re: HelloKidoki

jacek wrote:Hello :)
Are u wide_load on phpacademy.org? xD
by robinatorzzz
Mon Jul 18, 2011 10:18 pm
Forum: Introductions
Topic: HelloKidoki
Replies: 5
Views: 1413

HelloKidoki

Just joined the forum :D

i'm also on the phpacademy.org forum: Robin