Jump to content

why does this give me an error


heldenbrau

Recommended Posts

This is on the first line of php in a webpage, which is line 30

 

<?php

 

$case = $_GET[case];

 

It is to pick up the value 76 from another page

 

<a href="agree.php?case=76>

 

I keep getting the following error.  But I use the same code in another program and it is fine with that.

 

Parse error: syntax error, unexpected T_CASE, expecting ']'

 

Link to comment
https://forums.phpfreaks.com/topic/169665-why-does-this-give-me-an-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.