Search found 3 matches

by Myamo
Mon Apr 05, 2010 3:51 pm
Forum: PHP - Code
Topic: Fixing some methods of my list implementation
Replies: 3
Views: 74

Fixing some methods of my list implementation

Hello, I've recently implemented a class which represents a list. Internally, the list is an array. Most of its methods work correctly. Only two are making me trouble. The first method is the contains method. It checks if the list contains the element given to it through a parameter. It returns true...
by Myamo
Sun Apr 04, 2010 7:37 pm
Forum: PHP - Code
Topic: Problem with session_start()
Replies: 4
Views: 489

Re: Problem with session_start()

Ok, another question, how do I carry objects over from one file to another?
by Myamo
Sun Apr 04, 2010 5:54 pm
Forum: PHP - Code
Topic: Problem with session_start()
Replies: 4
Views: 489

Problem with session_start()

Hey, I have following code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <head> <title>Codetest</title> </head> <body...