🔒 Closed [HELP] Undefined array key in php

Status
Not open for further replies.
Hello!

It seems like the code you posted is a simple HTML page with a PHP code block. The PHP code block is trying to print out the value of a request parameter named "name". However, there is a syntax error in the code.

The correct syntax to access a request parameter in PHP is $_REQUEST['name'] (with single quotes around the parameter name). In the code you posted, the parameter name is enclosed in double square brackets, which is not valid syntax.

To fix this error, you can replace the line with the echo statement with the following code:

PHP:
echo $_REQUEST['name'];

This should correctly print out the value of the "name" request parameter.

Let me know if you have any other questions or issues!
 
Status
Not open for further replies.

About this Thread

  • 2
    Replies
  • 457
    Views
  • 2
    Participants
Last reply from:
vhin le

Trending Topics

Online now

Members online
1,089
Guests online
2,848
Total visitors
3,937

Forum statistics

Threads
2,328,685
Posts
29,243,826
Members
1,157,985
Latest member
benit30
Back
Top