In searching for a samples and good tutorial, I came in this script. I tested the demo online, and I'm pretty interested in the code. But when I copied the code and run into my localhost, an error occurs, pertaining this line:
$view = 'page.php?id='.row['id'];
what is the error in here? When I commented on this line the script runs, however it is missing its link for the output because I commented this out.
Parse error: syntax error, unexpected '['
This is the error.
Anyone please?