Related Content
Creating An Authentication System With PHP and MariaDB
Using frameworks to handle the authentication of your PHP application is perfectly fine to do, and normally encouraged. They abstract away all of the complexity of managing users and sessions that need to work in order to allow your application to function.
Creating Sparklines In PHP
A sparkline is a very small line graph that is intended to convey some simple information, usually in terms of a numeric value over time. They tend to lack axes or other labels and are added to information readouts in order to expand on numbers in order to give them more context.
PHP:CSI - Improving Bad PHP Logging Code
I read The Daily WTF every now and then and one story about bad logging code in PHP stood out to me. The post looked at some PHP code that was created to log a string to a file, but would have progressively slowed down the application every time a log was generated.
Generating Histogram Colour Analysis Graphs From Images In PHP
If you've ever looked at the settings in a digital camera, or have experience with image processing programs like GIMP, then you may have seen a colour histogram. This is a simple graph that shows the amount of different shades of colour are present in the image.
PHP:CSI - To Switch, Or Not To Switch?
I was writing unit tests for a API mapping function recently and came across this interesting issue. The code I was writing tests for was in a legacy codebase that I was making changes to, and it made sense to have some unit tests in there before I started work to ensure everything worked before and after.
Drupal 9: Generating Header Images For Pages Of Content Using PHP
Embedding image within pages of content helps both within the design of the page and when shared on social media. If you set up meta tags to point at a particular image then that image will appear when the page is shared on social media. This makes your page stand out more.
Comments
Submitted by April on Tue, 06/23/2009 - 23:25
PermalinkSubmitted by BitLYDevGuy on Sun, 06/28/2009 - 00:43
PermalinkSubmitted by philipnorton42 on Mon, 06/29/2009 - 08:06
PermalinkSubmitted by goodone on Wed, 07/08/2009 - 12:30
PermalinkSubmitted by Adam on Tue, 12/01/2009 - 16:17
PermalinkSubmitted by opencode on Sun, 06/06/2010 - 16:38
PermalinkThe blog post is here:
http://www.hashbangcode.com/blog/quickest-way-download-web-page-php-197.html
What I might do is add some functionality that uses an alternate route if the file_get_contents() function isn't available.
Submitted by philipnorton42 on Mon, 06/07/2010 - 12:54
PermalinkSubmitted by Mal Curtis on Mon, 07/19/2010 - 13:04
PermalinkSubmitted by philipnorton42 on Mon, 07/19/2010 - 16:50
PermalinkSubmitted by Davie Carr on Sun, 11/14/2010 - 16:32
PermalinkSubmitted by Anonymous on Thu, 01/20/2011 - 14:35
PermalinkSubmitted by philipnorton42 on Thu, 01/20/2011 - 14:43
PermalinkHi,
is this class still work on v3 API from bit.ly?
Submitted by Hamdi on Mon, 06/27/2011 - 18:25
PermalinkNot that I know of. At least I haven't heard of any problems. You could always give it a try and see if it works :)
Submitted by philipnorton42 on Mon, 06/27/2011 - 19:32
PermalinkAdd new comment