03-31-2011, 11:07 PM
function Pri(text)
print("The text you entered was "..text)
end
Pri("Does it?")
print("The text you entered was "..text)
end
Pri("Does it?")
The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.4.12 (Linux)
|
Would This Work?
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Would This Work? - by Fexter - 03-31-2011, 11:07 PM
|