php-general Digest 6 Sep 2011 21:47:39 -0000 Issue 7469

2011-09-06 Thread php-general-digest-help
php-general Digest 6 Sep 2011 21:47:39 - Issue 7469 Topics (messages 314718 through 314719): Learn how to have a smooth skin 314718 by: Learn how to have a smooth skin REQUEST and COOKIE 314719 by: ALEJANDRO ZAPIOLA Administrivia: To subscribe to the digest, e-mail:

[PHP] REQUEST and COOKIE

2011-09-06 Thread ALEJANDRO ZAPIOLA
Seeing the $_REQUEST[] and it is a matrix that has the content of $_GET, $_POST and $_COOKIE, I think this can be used maliciously into the script. i.e.: request1.php ?php setCookie(name,alejandro); echo scriptlocation.href='request2.php'/script; ? In this case, I'm setting the

Re: [PHP] REQUEST and COOKIE

2011-09-06 Thread James Yerge
On 09/06/2011 05:47 PM, ALEJANDRO ZAPIOLA wrote: Seeing the $_REQUEST[] and it is a matrix that has the content of $_GET, $_POST and $_COOKIE, I think this can be used maliciously into the script. i.e.: request1.php ?php setCookie(name,alejandro); echo

[PHP] dev to production server

2011-09-06 Thread Chris Stinemetz
Does anyone have a procedure or know of any tutorials that explain how to take a mac/apache/php/mysql dev environment and converting it to production environment? Basically I want to host my own web site on my local machine now that I have finished developing it. Thanks in advance! -- PHP