Tagged Questions
0
votes
3answers
181 views
HTML / PHP - Textarea shows tabs / spaces from code
For readability reasons , I have a code that looks like this :
<textarea cols="50" rows="5" id="k99_brsa_settings[brsa_keep_settings_exp]" ...
0
votes
1answer
121 views
PHP: Form Field Heights changing when I echo an error message
I am processing a form at the top of my page before the html header and all:
if ($_POST['submit']) {--the code--}
If the person enters the wrong code the following php is executed:
echo "<div ...
0
votes
0answers
204 views
SmartyPants-PHP not working for string's submitted by post/get?
Finally gave up on my own pretty-quotes function to use SmartyPants-PHP's one-stop SmartyPants() ... except it seems that it doesn't do pretty curly-quotes (just straight quotes) for strings submitted ...