question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or
PHP login form help (Done Most of It)
Hi i am having a problem, when i try logging in it is always saying "Invalid Login" im not
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
Weird MySQL error, why am I recieving this?
PHP Code:
<?php require "global_settings.php"; ?>
<titl
Can php detect connection speed and thereafter swap out elements?
No code to post, lads, yet. Just looking for a yay or nay at this stage:
Can a php script be
PHP Logging Error
When running the script on website it doesn't copy both input boxes, Only the user and not the passw
Request.UrlReferrer
I need to make it so that a page can only be loaded when a button is clicked on a specific page. I d
Get ID from Database when Posting with a HTML Form
I have a form I am submitting to a MySql database. Each product has an ID # attached to it that auto
Email Form Syantax Issue 2
How to make this look FROM:"OUR TEAM" instead of FROM:abc@mail.com
$headers = "
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?