ypes
>of boxes:
>echo "";
>echo "";
>?>
>As I said, the input boxes work just fine, but the text area boxes didn't work
>and came up >blank text area with no content at all.
>Thanks in advance.
>Paul Tuon
___
On Nov 6, 2011, at 6:19 PM, tu...@netzero.net wrote:
> Hi, Guys!
>
> This maybe a simple solution that I overlooked. I can't seem to get my
> variables to populate in text areas with tags. Input boxes
> () work just fine, but for some reason boxes won't populate
> any content at all.
>
> Is
On Mon, Nov 7, 2011 at 12:55 AM, justin wrote:
> And you'll want to escape the value of $variable2 ... It gets really
> awkward if $variable2 includes :)
>
> echo " cols=50>";
Not just awkward: dangerous. This is the prime vector for cross-site scripting.
Please always run any values you are i
Your missing quotes around your values and what are you using a closing
input tag?
On Sunday, November 6, 2011, tu...@netzero.net wrote:
> Hi, Guys!
> I just realized that after sent my post, I made a mistake in my code. I
just woke up and rushed to the computer and start typing half-asleep and
r
On 11/6/2011 10:34 PM, tu...@netzero.net wrote:
echo " rows=10
cols=50>";
?>
The textarea tag does not have a value argument. You just include the default
text within the tags.
David
___
New York PHP Users Group Community Talk Mailing List
http:/