Akahgy
Description
MY BLOGS
-
Justbugs: Coding Solutions in a Snapshot
http://justbugs.wordpress.com/
Offering quick, short and objective solutions to nagging everyday coding bugs.
LATEST ARTICLES ( 63 )
-
Create More / Less Button with CSS
Description: Create a button labeled “more” that changes into “Less” when area is expanded. Can be used also for other similar situations like “Expand /... Read more
Posted on 27 March 2012 COMPUTING -
PHP Fatal Error: Call to Undefined Function Curl_init()
Description: CURL is not enabled in the server. Solution: Open php.ini , navigate to ;extension=php_curl.dll (around line 950) and uncomment it by removing the... Read more
Posted on 23 March 2012 COMPUTING -
Get Time Difference in PHP with Microtime()
Description: Detect how long a script, query or function takes to run in php. Solution: PHP offers the microtime() function, which returns the number of... Read more
Posted on 23 March 2012 COMPUTING