Jump to content

[SOLVED] $end ?


woodsonoversoul

Recommended Posts

Hey guys,

 

    I'm getting a "Parse error: syntax error, unexpected $end" on line 79 and don't really know what that means. I've googled and check books and the w3c but no luck. What does this error mean?

 

Here is the section of code in question:

 

<?php
// free result set memory
    $result->close();
    
    // close connection
$mysqli->close();

?>

 

This is used as an "include" file

Link to comment
https://forums.phpfreaks.com/topic/81553-solved-end/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.