What's wrong with my code?It was wrote in php extension | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's wrong with my code?It was wrote in php extension

<!DOCTYPE html> <html> <head> <title>ffggfg</title> </head> <body> <form> <input type="text" value="dsfd"><br> <?php echo " <input type="text" value="df">"; ?> </form> </body> </html>

25th Jun 2020, 7:59 AM
Paul Hoha
Paul Hoha - avatar
4 Answers
+ 2
I see at least an escaping issue... You have to use different quotes or escape them.
25th Jun 2020, 8:07 AM
Sandra Meyer
Sandra Meyer - avatar
+ 2
Those quoting issues often result in meaningless error messages, I guess here was nothing more helpful to post...
25th Jun 2020, 8:12 AM
Sandra Meyer
Sandra Meyer - avatar
0
Thanks o lot
25th Jun 2020, 8:10 AM
Paul Hoha
Paul Hoha - avatar
0
When i access the local host with this code return me Parse error
25th Jun 2020, 8:15 AM
Paul Hoha
Paul Hoha - avatar