Working example: http://uaf46365.ddns.uark.edu/paradigms/a6/wall.php
My code: http://pastebin.com/vRU5tY1g
As far as I can tell the array is not retaining its values.
Example:
What should happen:
I enter “apple”. Program echoes “apple”
I enter “road”. Program echoes “road
apple”
I hit clear. Program echoes nothing.
What happens:
I enter “apple”. Program echoes “apple”
I enter “road”. Program echoes “road”
I hit clear. Program echoes nothing.
Thanks for any help.