PHP form help required
Hi all! Apologies in advance for having to message the forum for help. I know you must get a lot of
Table trouble
i have been reading the forum for a few weeks and decided to join. i like the format and the advice
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Strange
I recently noticed some odd HTML appear in some of the websites I host. Not all of them are run on a
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
Question about the upload of large files
Hi there,
I have a question about the upload of large files, like videos (files generally abo
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
Generate multilayered array from string.
ok so i have a string that looks like this:
Code: blog:edit_all,delete_all|users:edit_all,delete_
Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
view plaincopy to clipboa
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like