[nyphp-talk] (no subject)

2011-11-07 Thread tu...@netzero.net
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 ___

Re: [nyphp-talk] Prefill

2011-11-07 Thread Tedd Sperling
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

Re: [nyphp-talk]

2011-11-07 Thread Chris Snyder
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

Re: [nyphp-talk]

2011-11-07 Thread Donald Organ
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

Re: [nyphp-talk]

2011-11-07 Thread David Krings
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:/