note 73896 deleted from function.header by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: ianaré 

----

This is simple but was driving me nuts: the '&' delimiter is usually expressed as &amp; in HTML, but will not work in a header.

Does not work:
<?php
header("Location: processes/add.php?project=$project&amp;customerID=$customerID");
?>

Works:
<?php
header("Location: processes/add.php?project=$project&customerID=$customerID");
?>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.