Search found 1 match

by crash69uk
Mon May 31, 2004 5:16 am
Forum: PHP - Code
Topic: Undefined index
Replies: 1
Views: 209

Undefined index

Hey, I'm pretty new to php, and having a few problems. <?php session_start(); $_SESSION['username']= "Joe123245"; $_SESSION['authuser']= 1; ?> <html> <head> <title> Find my favourite movie </title> </head> <body> <?php $myfavmovie=urlencode("Life of brian"); echo "<a href='h...