Hi all,
I am having a very basic problem.
I am passing a variable via URL like this:
show_article.php?id=14
and when I test echoing it:
echo $id;
on show_article.php nothing comes up.
I've turned global variables ON in php.ini, but still....
Is the re another setting or server config I could be missing?
P.S. this is a windows server and this is the first time i develop in a windows environment.
thanks in advance!
Blueman