Security
Security is the condition of being protected against danger or loss.
Forum Post

Sessions in regard to domain

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...
Forum Post

Re: document.getElementById(' ') is null error

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...
Forum Post

Re: How to share data between pages on my site ?

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 !
Forum Post

Re: How to share data between pages on my site ?

You can simply use session variables ( $_SESSION ). Admin of: UseAP, UseSW, DropInWeb, Music1970s, Computer4Future
Forum Post

Re: md5 in C++

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...
Forum Post

PHP Mail - Serious problem

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...
Forum Post

Re: Streaming video with password protection problem

: : 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...
Forum Post

getting HTTP request body

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...
Forum Post

Re: php http authentication

: 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...
Forum Post

Re: php http authentication

Thanks, but you didn't address my problem. Thanks for your help. - James Andrews
Forum Post

Re: php http authentication

: 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 : : : :...
Forum Post

php http authentication

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...
Forum Post

Re: PLEASE HELP: Uploading Pictures

: 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...
Forum Post

Re: Impossible Cookie Problem

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...
Forum Post

Re: Passing Global Vartables

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...
Forum Post

Re: PLEASE HELP: Uploading Pictures

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...
Forum Post

Re: PLEASE HELP: Uploading Pictures

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,...
Forum Post

Re: Vbscript in a PHP Page

: 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...
Forum Post

Vbscript in a PHP Page

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.
Forum Post

Re: Can I access hard disk serial number with PHP?

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...
1 2 3 4 5 6  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.