MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Forum tutorial
Im a beginner in PHP. Im making a forum(previous questbook, counter and few others) to learn. For no
True way to see if action was successful?
If this is a good way to see if action was successful to continue:
Code: function changeGa
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt ?
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt and so on 200-300 into file 3.txt ?
Problems with strings containing
Hey all,
I have encountered something strange in a script. I am trying to write an XML heade
Help with syntax
Hi all!
The $bridge variable is not getting passed while it is contained in the line below:
filesize() returns 0
I have a socket program that runs in an infinite loop, listening for connections, in this socket I h
CURL question
i am wondering if it's possible to use multi curl with login something like
login once to web
passing an array of objects after submit
How do I do this? This is what I have tried and it is not working.
<form method="
SQL Injection
In my attempts to protect my database from mySQL injection I have created another problem for myself