Problems with adding a link to one position in a 'foreach' loop, please help
Hello!
Iam pretty new to programming and I wanna create a table with users from an array. It
How could I combine these arrays??
Hello.. I'm trying to figure out a way to combine these first two arrays to get the last array..
Code Help.. If txt input box empty search X instead..
I am having a problem with my search script. At current it will simply search by a selected date whi
selectbox+database connection retrive problem
Code: [Select]
<tr>
<th align="left" scope="c
Insert Failing.
Hey,
I am making a Sign up page for a website, but the insert query into the Database does not se
Secure pages Sessions vs. Cookies & session_destroy() help
Im new here and new to PHP, I hope you can help me with some questions.
Im writing my web ap
values not being entered into table
hi. I;ve created a form, so that when a user enters data into it, it gets added to a table in a data
Creating a unique 'control panel' for each user
Hi there,
I'm thinking of designing a site that will allow users to sign up and have their ow
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
post to self
Trying to get my form to submit to itself. However I am also trying to use an image for my submit bu