upload photo limits
ive got a upload photo script and im just trying to make more secure currently it limits size and as
Need help with simple code, back and forward buttons.
Basically, I have a set of pages in a folder, which have the title somephrasehere_09.php, somephrase
Call db table from any PHP file
Hi,
I want to be able to call a database table that will be setup in another file called init
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
keeps going back to index.html ???????
ok so i started making my site using mostly.html files now i have added a fair chunk of php. My inde
php mysql query from input textbox
Hi,
I have a text box, in that i have given the mysql query. I can able to get the query in v
Simple email form - Newbie
Hello all,
First time poster!
I've been asked to create a simple HTML form that submit
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