Browsing the archives for the PHP tag

Trying not to burn my Cake

I am working on a revision of the plan i had with GManager that i will share shortly, once i get it peer reviewed, that will be leveraging many libraries that i had previously ignored for lack of experience i suppose. The new revision is looking to be quicker to develop, depending on the speed [...]

0 Comments

Languages Span!

I have often been caught in the cross fire of the ongoing and awfully brutal and emotional language wars. I am a C programmer by choice and a PHP/Perl Developer by trade, so I get some of the most heated and misfortunate of the angry or emotionally charged responses from people who just do not [...]

0 Comments

Atheist Nation Chat System

Its actually an ingenious design that leverages AJAX/Javascript along side PHP. It is literally as complex as what used to be called a shout box, although the shoutboxes of my time were nearly always static and didn’t require you to even touch databases if you so chose. Strictly speaking, my previous post was covering some [...]

0 Comments

DailyMotion && MySpace Test

0 Comments

Code Example #3 – PHP SQL Connection Strings

This is one of those topics that has so much bad coverage that beginners are often getting it wrong. However, it is more important to just acknowledge this and move on. Below is a sample of how SQL connection strings should be held, providing ease of reading, use as well as a familiar format.

< ?php
 
[...]

0 Comments

WP-SuperCache on GoDaddy

Something is goin on here… I dont think this is working correctly. I will be working on this for the next couple weeks… Weird indeed.
This is indeed the fix, however. All appears to be working correctly.
wp-cache-phase1.php

foreach ($meta->headers as $header)
if (strpos($header, ‘Last-Modified:’)===FALSE)
header($header);

0 Comments