Get your own customer support community
 

HTML files stop executing randomly

I have two files with this exact code:

<? include "global.tbh"
file_to_socket(sock.num,"html_top.html")
?>

klik op een item aan de linkerkant om de juiste instellingen te doen.

<? include "global.tbh"
doevents
file_to_socket(sock.num,"html_bottom.html")
?>


I have a breakpoint at the doevents statement in the second part of the code just before the next file_to_socket function.

Somehow, one of these files does reach the breakpoint (and thus displays the footer on the website) but all the other files dont reach this point, but just break before the second part of code statements.

I dont get why, except different filenames, there should be a difference.
 
sad I’m confused
Inappropriate?
1 person has this problem

User_default_medium