NevadaJones
Programmer
- Sep 5, 2006
- 26
If I have $url set to:
$url = "
Which is the proper way to write the header() line?
Header ("Location: " . $url);
Header("Location: $url");
$url = "
Which is the proper way to write the header() line?
Header ("Location: " . $url);
Header("Location: $url");