Two warning messages
Quote<b>Warning</b>: mysql_real_escape_string() expects parameter 1 to
Help with PHP and checkboxes
I am posting this for a friend of mine, i wrote a small script for her to process her form data to a
Shuffle Array
Hi,
I am writing a script for a game that needs players to randomly be assigned a target (ano
Multidimensional array problems in $_POST
I'm having trouble with a three-dimensional $_POST array. It starts as a two-dimensional array on th
Count
Getting the same count everytime
Code:
$visitquery = mysql_query("SELECT COUNT(*) FR
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
User registration and login
I don't know whether this is the correct forum, if not i apologise but am pretty desperate at the mo
Filtering an Array Based on Value
I have a very simple script set up that pulls data from a database and is output using this code:
update the selected existing records of database
Hi frndz,
I am new to php and get stuck....
Edit.php > Update.php > Updatea
include problem
I have my root folder as:
Code: $root = $_SERVER["SITE_HTMLROOT"]; // the server root<