Hi all, I need someone to help me out, I am trying to call a .php file
with php variables -
include('Code.php?buyer='.$lastid.'&oid='.$oid.'&bid='.$bid.'');
when i edit the url myself using values from the database it works like it should do.
but when I am calling the php file using include, i am not seeing the results I am expecting.
I would appreciate some pointers in the right direction please.