Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/09/2011, 18:50
MRB09
 
Fecha de Ingreso: febrero-2009
Ubicación: Argentina, Santa Fe, Rosario
Mensajes: 305
Antigüedad: 16 años
Puntos: 4
Qué significan estas lineas?

Código PHP:
$editFormAction $_SERVER['PHP_SELF'];
if (isset(
$_SERVER['QUERY_STRING']))
{
$editFormAction .= "?" htmlentities($_SERVER['QUERY_STRING']);

Sobre todo, no entiendo el .= "?" .

Gracias