Echoing A Variable?
Im doing something very basic and Im stumped for whatever reason.
Basically in the showthread template I have a text line called
<input type="text" name="testme" value="$testme" size="12">
When I click the perform action button it should echo whats in the variable "a.k.a" a string.
In postings.php Im trying to echo $testme;
No luck. Make sense?
|