Search found 1 match
- Mon Jun 08, 2009 12:08 pm
- Forum: PHP - Code
- Topic: If a variable's value is empty...
- Replies: 2
- Views: 292
If a variable's value is empty...
I've inherited some code that uses urchin to store things in the database. The following gets the data: $getVar = "?utm_source=".@$_REQUEST["utm_source"]."&utm_medium=".@$_REQUEST["utm_medium"]."&utm_campaign=".@$_REQUEST["utm_campaign&q...