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>
4 ответов
+ 2
I see at least an escaping issue... You have to use different quotes or escape them.
+ 2
Those quoting issues often result in meaningless error messages, I guess here was nothing more helpful to post...
0
Thanks o lot
0
When i access the local host with this code return me Parse error