update 2 columns by doing inner 2-column query
Hi,
is something like this possible?
update contract_all set col1,col2 =
(
Need to write a cookie with a url var
Not sure if its possible, but I need to write a cookie with a url.
So this would write 2232 a
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
making web pages for accounts
Hello, I would like to make pages for accounts on my website im making (its not a real website..im j
Multiple if statements
Ok so seems basic but for some reason I'm not doing it right. What I want is to be able to have 2 se
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <
I would like "for" to wait 5 sec
I would like my 'for' loop to wait 5 sec before second iteration.
for ($i=0; $i<10
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
Cloud Computing?
Hello,
I was wondering if anyone could help explain this term to me. I'm starting to hear it
Trouble checking SESSION cookie
I am trying to use $_SESSION cookies to verify admin privileges .
I don't understand why this is