Help: problem with Headers to download PDF file
Hi,
I'm trying to implement a script where when a user clicks a link he gets a PDF file to op
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Breaking results into week blocks
I have a set of dates (and times), which are returned from a mySQL query.
These usually span
Inserting multiple records from single form
I've found a number of threads that deal with this issue, but I'm new to php and coding language so
Retrieving innerHTML with cURL?
Hey all (sorry I know I'm a leecher, but I soon won't be. This is my first PHP project, but not my l
Need help making login verification cleaner...
I use the below to verify user login. I first check the cookie for the id, ip and a unique id. If it
Echo-ing MySQL content and Keep Formatting?
I have data in my MySQL such as:
QuoteBlah blah
Blah blah
etc
but when i ech
Just cannot get 'area' to submit to db using same php code as already used
Basically all i have done is just modified some code and added an area section.
The form is allre
Displaying returned XML in another PHP page
I have an online payment form that will return XML given if a payment is successful or declines. I
asking for direction
I have 2 tables in my data, which are "post" and "event"
I won't make a summa