Tag not monitored by Microsoft.
Condition Check
Peter Volz
1,295
Reputation points
I'm just learning PHP, compared to VB.NET, it's a disaster to me :( Anyway, is this conditional check correct?
if (($_SERVER['HTTP_REFERER'] == 'ht.../index.html') || ($_SERVER['HTTP_REFERER'] == 'ht.../index.html')) && ($_POST[Topic] != -1) && ($_POST[Product] != -1) @mail(...
I mean if referer is any of the 2 URLs AND ALSO $_POST[Topic] <> -1 AND ALSO $_POST[Product] <> -1 then mail...
For some reason it won't work :( Thanks for help.
Community Center | Not monitored
Community Center | Not monitored
Sign in to answer