Help with a small amount of PHP code?

Chivez

New member
Here's the code I'm having problems with:

$id = $_GET('P_Id');
Print "$id";

And here's the error message:

Fatal error: Function name must be a string in /home/a2577243/public_html/insert.php on line 27

Many thanks in advance! :)
 
Back
Top