Security
Security is the condition of being protected against danger or loss.
Language
Platform
Any
License
Any
Hi!
I got following problem.
My PHP session is not the same for mysite.com and www.mysite.com. Ie, when user logs in to www.mysite.com, he is not automatically logged in to mysite.com and...
Hello,
anthrax11 is right. Your code is running before the initialization the countbox. First you declare the variable and then declare the values.
Regards,
Olivia
Web Security...
You can also use HTLM form like to get an ID for one row ! But, like has say masud60, you can easily use SESSIONS variables, like that : http://fr.php.net/session !
You can simply use session variables ( $_SESSION ).
Admin of: UseAP, UseSW, DropInWeb, Music1970s, Computer4Future
A lot of people use PHP for md5(), and when they use a C++ implementation it doesn't always return the same hash.
This implementation's hashes match that of php. I found the c++ md5 function...
I've got a serious problem trying to use the mail() function. The new VPS server I'm using requires authentication. This nullifies the mail() function's usefulness, I'm told. The company tells me...
: : First off I am not sure if we are using a flash player or php or a
: : combination of both to perform this operation. Here is what we need
: : to do though.
: :
: : We want to embed a...
Is there a simple way to get the body of an HTTP request?
I want to make a PHP script to redirect POST requests so some AJAX style JavaScript can get around cross domain security violations. It...
: Thanks, but you didn't address my problem.
:
: Thanks for your help.
: - James Andrews
I think I described the problem, but I didn't provide a solution for it. Here's a tutorial...
Thanks, but you didn't address my problem.
Thanks for your help.
- James Andrews
: The following code continues to ask for authentication even if I
: enter the right username (foo) and password (bar). What am I doing
: wrong?
:
:
:
:
:
: test
:
:
:
:...
The following code continues to ask for authentication even if I enter the right username (foo) and password (bar). What am I doing wrong?
test
You must have entered the...
: Hi,
:
: I suspect it's because the server you are using doesn't have
: auto-globals turned on, so having a field in a form doesn't
: automatically create a global variable of that name (a...
Try using the $path argument in the setcookie() function, everywhere:
setcookie("verify", "", time()-3600, "/");
What happens here is, if you set the cookie in a script running in...
There are several ways you could solve this problem. First you could try to use GET variables to every page. You're url's would look something like this: http://www.mywebsite.com/page...
Hello
Thank you for your help!
Its bring back this error now!
Warning: fread(): supplied argument is not a valid stream resource in /home/www/Sweeneyc/Scottishtruckerclub/addpic.php on...
Hi,
I suspect it's because the server you are using doesn't have auto-globals turned on, so having a field in a form doesn't automatically create a global variable of that name (a good thing,...
: How is it possible to pass a variable from php script to a vb script
: in the same page, bit of a problem when vbscript doesn't work with
: session variables.
:
I dont want 2 sound rude...
How is it possible to pass a variable from php script to a vb script in the same page, bit of a problem when vbscript doesn't work with session variables.
Thank you Francis,
I'm going to encrypt my code, that way I want to link the software with hard disk to make it harder to copy my software from the host machine.
Good Luck,
Hooman
: Unless...