Hello
If I download the 5.0 do I need to compile to use the mysqli extention. I am also not sure about what they mean to compile. I am reading up.
I came across this when composing a search. I wanted to know how I can create a link which has a variable. Then using this variable to start a search on document in a db to read more. I feel understand how to write the html code within the code.
Such as
print "<img src=\"lit.php?page='.$page['code'].' ">';
Thanks
Tom