Notice Undefined index: reset/ Attempting to redirect, works, but get a notice
Full Header.php is:
Code: [Select]<?php
$reset= false;
$reset= strip_tags($_GET[&quo
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)
a function to check directory depth
I'm working on a php script to upload files in to a set directory.
the user can select to upload
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, Fo
php and downloading
I want to use a php script to create two files. Then I want it to redirect (or whatever) to have tho
HELP with mysql_real_escape_string
I'm looking to remove apostrophes completely when someone enters lyrics but don't have a clue how to
Grabbing Values From an Array for Posting
I have a grid array that I am using with a form that when it hits the currently named test.php it lo
Unique Visitor Tracking
Hello. Currently, I run a voting site where voters are tracked by their IP address and can only vote