SQL Injection
In my attempts to protect my database from mySQL injection I have created another problem for myself
Session
I am having a little trouble with a session. Not sure if it is my browser or what. I know I do not
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
Echoing a Variable from a Object
How do I get a variable from the new User Class to echo out in this clasS?
class MyApp
{
UL and LI Add Form
The idea I want here is when the user click on a character name from the drop down select bar at the
Calculating n! using vector
#include
#include
#include
using
Help adding strtolower( to my in_array
strtolower i need to add it to this to work, iuno how.
Code: $moderators = array('Admin', 'ba
convert PHP array to Javascript array
I have a page that gets a request sent from AJAX, and I am trying to convert a PHP array to a javasc
gmdate() - want 1 hr before time
Hi,
I am using php gmdate().
Now I am entering all dates in my dbase using gmdate("Y-m-d
Renaming a file that a user uploads to site?
My site allows for registered users to upload images to the site under their own gallery. Currently