Re: [PHP-WEBMASTER] Undefined Variable

2012-09-29 Thread Hannes Magnusson
On Fri, Sep 28, 2012 at 3:14 AM, Eben Ezer Sinaga wrote: > Hello Mr. /Mrs./Ms. Webmaster, I'm Eben Ezer Sinaga from Indonesia, I'm > sorry to bother you.. > > I have html link like this : href=http://localhost/test/index.php?page=1&experience=0>My Text > > and my php is : $experience = $_GET['exp

[PHP-WEBMASTER] Undefined Variable

2012-09-28 Thread Eben Ezer Sinaga
Hello Mr. /Mrs./Ms. Webmaster, I'm Eben Ezer Sinaga from Indonesia, I'm sorry to bother you.. I have html link like this : href=http://localhost/test/index.php?page=1&experience=0>My Text and my php is : $experience = $_GET['experience']; but I have found notice says: *Notice*: Undefined inde