How do I create a 2D game "camera" to follow player?
In J2ME programming I'm targeting MIDP 2.0 devices.
I'm using gamecanvas and I was thinking t
Server side $_SESSION
how does one keep the session completely server side. no cookies to the browser at all. i need this
Got A Free Server :(
So I was given a free server
http://shopping.yahoo.com/p:Compaq%20ProLiant%201500%20Server:1
PHP5 - Verifying a secure mail is secure
I need to send an e-mail from a form to a external department and because it contains personal custo
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
noob question
i traying to do a php form with auto replay for both(me and the user who send me a mail),
a u
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
need to apply an if/else statement to Tim Thumb script
Not sure how to work this. I essentially want to call a variety of image sizes based on which style
Filename like the user name
I am creating a form and storing the values in file. Could anyone please tell me how to write a code
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, Fo