Dear Jeff,
Thanks for the info, however it is still not working. It said a faster way was to use preg_match. Here is my code:
if (preg_match($SCRIPT_NAME, "who")){
echo ("<td>test 1</td>");
}
else echo ("<td>test 2</td>");
Also, I just started php last week in PHP, but I need to get this done for work, that is why I am screwing up basic questions.
Thanks,
Philippe