<?php
if ($id == 1 && $lang == 1)
{
echo "hello";
}
?>
hey guys i am working for my final year project. i have a problem. when i tried to run this url on my pc
http://localhost/filename?id=1&lang=1
it wouldn't work....
but when i tried this on my hosting, it will print out the word "hello".
my hosting is running php4....
and my pc is running php5...
does version matter?