Posts Tagged ‘danish’
PHP user login security.?
php is server-side.
Login info gets passed from client to server.
THEN login encryption happens with php on the server…?
is that correct?
and if it is correct, then is there a danger of the login info being intercepted before php can encrypt it?
Using a header tag in PHP I’m getting a invalid URI error. Help Please.?
Here is my code for this:
if(isset($_COOKIE['refurl'])){
header(“Location: /”.$_COOKIE['refurl']);
exit();
}else{
header(“Location: http://www.homepage.com”);
}
after the header is sent and on the page i get the error msg the address bar says this
http://www.homepage.com/www.homepage.com/articles/article1/
any ideas how to fix this?
// I had to chang the actual ur’sl for security reasons
the url cut off but it looks like this
http://www.h.com/www.h.com/articles/article
with the h’s standing for the actually site
i tried removing the slash then I get the
www.h.com/www.h.com/articles
over and over again in and endless loop
Help me in making PHP Script for uploading Images only?
Help me in making PHP Script for uploading Images only?
PHP Security?
best practices for securing mysql
how easy is it to hack into php websites, what security issues do i need to know

