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’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 ...
To save network traffic I’d like to compress my data. The only trick is that I the client is a c application and the server is php. ...
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’m considering supporting both Textile and Markdown on a current project. I would prefer not forcing users to choose one or the other. ...
We currently use a hand-rolled setup and configuration script and a hand-rolled continuous integration script to build and deploy our ...
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 ...
Like many projects, we deploy to many environments, QA, UA, Developer trunks, etc..
What is the best way to store sensitive ...
I’m looking for best practices for performing strict (whitelist) validation/filtering of user-submitted HTML.
Main purpose is to ...
I have little knowledge of Flash but for a little Flash game I have to store score and successful tries of users in a database using PHP. Now ...
if I call php’s parse_ini_file(“foo.ini”), in what paths does it look for foo.ini ? the include path? the function’s ...
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 ...
This may seem like a daft question, but i was wondering about how to use MVC frameworks on hosted servers.
I am playing about (albeit ...
I’m writing a C++ client which is using libcurl for communicating with a PHP script.
The communication should be session based, ...