Sufficient protection from bad input?
I am writing a simple script to let people upload 'pages' of their own content, be it simply a few b
Keeping track of php uploads
Hello all.
I was looking at the way PHP handles file uploads.
It seems that PHP uses a tem
PHP and SMS
Hi all forum members. I am new here and am unsure what category shoild I post this in.
Moderator
insert Multiple rows into the table from that table data
Hi All,
I have a requirement like to insert mulitple rows into the table from that
problems with script
I made a small script wich exchanges points in my website:
<?php
session_start
selectbox+database connection retrive problem
Code: [Select]
<tr>
<th align="left" scope="c
Populate drop down list from table??
Lets say for arguments sake that i have a table which contains the numbers 1 to 10.
How can i get
Filename like the user name
I am creating a form and storing the values in file. Could anyone please tell me how to write a code
Help on query replacing the date
Hi Pals,
i want to replace the current date in a column to some value say C or D or any n
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,