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 ...
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 ...
I’ve created a code to change a password. Now it seem contain an error. When I fill in the form to change password, and click save the ...
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, ...
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. ...
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 ...
Obviously, there is no one single solution that would satisfy everyone’s needs; an architecture is always a trade-off. I want to create ...
Like many projects, we deploy to many environments, QA, UA, Developer trunks, etc..
What is the best way to store sensitive ...
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 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 ...