Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Count
Getting the same count everytime
Code:
$visitquery = mysql_query("SELECT COUNT(*) FR
Get content from table into a list, without repeating.
Alright this is kinda an odd thing, so I need some help.
I have a table "quote" wit
Server side $_SESSION
how does one keep the session completely server side. no cookies to the browser at all. i need this
Limiting checkboxes?
Hi guys,
I have this code: Code: if(isset($_POST['selected'])) {
foreach($_POST['selec
script and html conflict in trying to create a header.
I have an error is occurring because of an html webpage with a "php require" at the top of
MySQL noob question
hi guys
I have a simple mysql table set up, along the lines of
Col 1 - Col 2 - Date_l
New Login Script
Hi all, i attempted to create a whole new login script witch isnt working for some reason i dont kno
Limiting uploaded file type
Hi. First post here
I am working on a simple upload script, and I need it to limit the allowed f
Appending GET data with form submition
Okay, what I'm trying to do is to use a form to append an already existing GET data string.
I