Adding delete feature to my forum
Hello I am currently trying to add a delete feature to my forum. I believe I have everything built r
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code
help with variable
I've got a problem, i want to echo some images depending on the $id, however for me to get that id i
Structure Question - One Table or One Table Per Record Set?
I have a web app (mySQL and PHP) which allows people to create an item with up to 200 records which
Echo multiple lines of html code
Hi guys,
I would like to know if there is a way to echo multiple lines of html codes.
elseif help!
OK so I'm new to the site, as well as PHP altogether (Trying my hand at managing an online RPG) and
Certain files upload, while others do not
I want to read the data from an uploaded file. Not sure why, but it only uploads for certain files.
subtract 1 from value entered in text field
Hi
How do I subtract 1 from the vaue entered into a text field?
Thanks
help with image upload code
Hello,
right now this code I have resizes images and then places them into the uploads folder
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am