Andy M.
I truly love VIM – it’s one of only a handful of applications I’ve every come across that make you feel warm and fuzzy ...
Solved
What is the best way of implementing a cache for a PHP site? Obviously, there are some things that shouldn’t be cached (for example ...
I have fname and lname in my database, and a name could be stored as JOHN DOE or john DOE or JoHN dOE, but ultimately I want to display it as ...
I’m looking for an easy to use, reasonably complete form validation solution for php. I recall using one years ago that used a few tags ...
Solved
How can I make a Facebook RSS application that autoupdates from the provided RSS feeds. Of course doing this is trivial for canvas ...
Obviously, there is no one single solution that would satisfy everyone’s needs; an architecture is always a trade-off. I want to create ...
I wonder if this would be doable ? To insert an array into one field in the database.
For instance I have a title, I want to have that ...
I’m looking for best practices for performing strict (whitelist) validation/filtering of user-submitted HTML.
Main purpose is to ...
I’ve always just FTPed files down from sites, edited them and put them back up when creating sites, but feel it’s worth learning ...
I’m writing a C++ client which is using libcurl for communicating with a PHP script.
The communication should be session based, ...
Sessions in PHP seemed to have changed since the last time I used them, so I’m looking for a simple way of using sessions but at the ...
I’m quoting part of an answer which I received for another question of mine:
In the PHP/MySQL world I would say stored ...
The PHP documentation can be found here, but I think it’s rather lacking. There are no examples of how to use these functions, and few ...
Currently we have a hybrid ASP/PHP setup connecting to a SQL Server 2005 database. But all the query work is done on the client side, ...