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 looking for best practices for performing strict (whitelist) validation/filtering of user-submitted HTML.
Main purpose is to ...
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ...
I seem right now to be embroiled in a debate with another programmer on this project who thinks that views have no merits. He proposes a ...
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 know that I can do something like
$int = (int)99; //(int) has a maximum or 99
To set the variable $int to an integer and give ...
I’m writing a C++ client which is using libcurl for communicating with a PHP script.
The communication should be session based, ...
Some users on a site I have been working on have requested the ability to allow the server to set their aim status when they are listening to ...
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 have a function foo which makes an Ajax request. How can I return the response from foo?
I tried to return the value from 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 ...
Sorry for confusing title. This program should take the letter in a string and add the word ‘List’ so that it can find the 2 list ...