Where did go wrong? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
11th May 2020, 4:37 AM
Shoxnurbek Muhiddinov
Shoxnurbek Muhiddinov - avatar
3 ответов
+ 12
Looks like you have copied it from somewhere, because every whitespace symbol in this program isn't valid. Also, $_REQUEST["q"] is undefined, because the Code Playground doesn't support request parameters (you can't pass them to your program). Array declaration is completely valid. Here's the fixed version: https://code.sololearn.com/w2b9h4qvLIDR/?ref=app
11th May 2020, 6:52 AM
Igor Makarsky
Igor Makarsky - avatar
+ 1
Array declaration is wrong. Check Here how to declare array and assign values. https://www.google.com/amp/s/www.geeksforgeeks.org/php-arrays/amp/
11th May 2020, 6:48 AM
A͢J
A͢J - avatar
+ 1
Ok Very Good Thanks you
11th May 2020, 6:54 AM
Shoxnurbek Muhiddinov
Shoxnurbek Muhiddinov - avatar