DEV Community

Cover image for Can anyone help me why this error are show?

Can anyone help me why this error are show?

ARIF on January 25, 2022

`<?php include_once "php/config.php"; $fname = mysqli_real_escape_string($conn, $_POST['fname']); $lname = mysqli_real_escape_strin...
Collapse
 
lexlohr profile image
Alex Lohr

You should format your code in multiline:

```php
your code here
```

Collapse
 
lito profile image
Lito

Error 500 is a backend error. Check the PHP and apache error log.

Collapse
 
arif0ne profile image
ARIF

check it but i dont know how to fix

Collapse
 
lito profile image
Lito

You need to check the error message to discover what is bad in your code.

Collapse
 
baloraki profile image
baloraki

What is written there?