Stephen Sunderlin wrote:
When I put his line outside of the php tags I get the correct size:
That's not how you specify the value of a textarea. It should be between
the tags like so...
$String
And I'm assuming that $String has already had htmlentities run on it.
When I put this line ins
Stephen Sunderlin wrote:
Neil,
Have you had success with triggers. I couldn't get one to work and then saw
discussion on the board here that MYSQL triggers were not so reliable and
still somewhat problematic so I archive through the application.
Just curious.
i have used a couple simple t
good thing to check...it seems to be OK.
Array ( [0] => montclair [1] => nj )
Michael Preslar wrote:
Check $parts.. print_r($parts) and make sure its 1) an array 2)
contains 2 values
On 10/31/07, Chris Curvey <[EMAIL PROTECTED]> wrote:
It's quite possible that I'm missing something obvious he
When I put his line outside of the php tags I get the correct size:
When I put this line inside the php tags the size comes out about 2 rows by
10 columns regardless of the value of rows and cols.
Any ideas on how to format this would be greatly appreciated. The mySQL db
column TYPE I am cal
Check $parts.. print_r($parts) and make sure its 1) an array 2)
contains 2 values
On 10/31/07, Chris Curvey <[EMAIL PROTECTED]> wrote:
> It's quite possible that I'm missing something obvious here. The
> following code fragment does not return any rows, but if I take out the
> parameters and repl
O/H Chris Curvey ??:
It's quite possible that I'm missing something obvious here. The
following code fragment does not return any rows, but if I take out
the parameters and replace them with hardcoded strings (enclosed in
single quotes), I get the right results.
I've scattered "print"
It's quite possible that I'm missing something obvious here. The
following code fragment does not return any rows, but if I take out the
parameters and replace them with hardcoded strings (enclosed in single
quotes), I get the right results.
I've scattered "print" statements throughout, and t