Re: difficulty with insert into

2001-05-02 Thread Gerald Clark
I don't know what var you aretalking about, but all the vars you here are only one word long. If you mean $THECONTENT, then you should have written THECONTENT=$* You whould have seen this if you had echo'd the variables in question before trying to insert them. [EMAIL PROTECTED] wrote: > only

difficulty with insert into

2001-05-01 Thread Barry_Ringuet
only the first word of the files being read into the var gets inserted into the table #!/bin/sh pushcontent() { SECTIONID=4 THETITLE=$1 THECONTENT=$2 THECOUNTER=1 mysql -u root -D nuke