I am not able to view what is handled with php is it me who set it up wrong? Help me please
What is your website URL?
plus Youāve to share your codes C:
And what is your PHP code for the pages?
If you have any problems with code markup, please use the āCode Formattingā functionality (itās the </>
icon on the editor) after selecting all the code you want to format.
Ok it must dynamicaly load data fetched from the database, I canāt see the ā</>ā icon. Iām using the editor from the file manager.
Can you copy the code and paste it on the editor of this forum, so I can help you? There may be a </>
icon that marks the Code Forwarding.
-
<?php
while ($row = $result->fetch_assoc()):?>
<li class="beats"><?php echo $row['title']; ?><a href="dashboard.php?delete=<?php echo $row['id']?>" class="beats"> Delete</a></li>
<?php endwhile; ?>
'; print_r($array); echo ''; } ?>
Your PHP file in the console returns a 500 Internal Server Error
:
Thank you I will go over everything and fix it. Thanks for the help
Can you help me out with on more thing when I look at the errors. Turns out Iām not connecting to my database correctly, yet I used the information given in the Cpanel. Why is that?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.