Click here to Skip to main content
15,887,373 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Diese Fehler sind aufgetaucht


Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)

`if($galeriebit['userid'] == $wbbuserdata['userid']) $galerie_del =" <a href="galerie.php?action=del&userid=$galeriebit['userid']" style="text-decoration: none"><font color="#FF0000">[Löschen]</font></a>";


What I have tried:

von php5.6 auf php7.4 umzusteigen
Posted
Comments
Andre Oosthuizen 20-Nov-23 14:03pm    
I know you think we all understand German, sorry we don't. Without the code we cannot really assist as the result printing from your code can be in your code or your database setup, it seems that your database is expecting a different returned value from what your code is producing.

1 solution

You need to learn about nested quotes and escaping.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900