How do i do multi uploads?.
Hey i would like to do this : http://hosting.mrkrabz.net/
I've got the base down you can uplo
using file_get_contents??
okay how would i create a script using file_get_contents() in php have it grab search pages 1-20 and
email CODING Problem
Email coding problem.
I need to send a section of the info to $tf and the same as a Cc to $em
Unidentified index error in a simple form
I have been trying to make an HTML form that is handled by a PHP script. So far my attempts to get i
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
$_GET problem
Hi all,
Have a bit of a problem with a little piece of code, I am not sure if this should be
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
Preg_match with an array
is there an away to use preg_match with an array?
i want to check a string with an array to s
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
Simple MySQL query...
Hello,
How could I do a mysql query that does this: SELECT * WHERE date/time < 5minutes ag