--- Christopher E <[EMAIL PROTECTED]> wrote:

> Sorry for sending this again but this time I hope I
> am being clearer
> of what I need and also provided the whole code as I
> am now having a
> different issue as I figured out alot of the other
> issues.
> 
> Hello All,
> 
> Could someone please help me!
> 
> Ok, this is what this script should do,
> 
> It querys a table for one record then it checks to
> see if the table
> that this record is going to be copyed to is there
> if not it creates
> it, then it copies that record to the table, but I
> am geting this
> error:
> 
> Parse error: syntax error, unexpected $end in
> D:\www\filtering.php on line 137
> 
> It also appears that NO data is being added to the
> table that is
> created by this code. There is five types of strings
> here 1 being
> letters, 2 being numbers, 3 being letters and
> numbers, 4 being a blank
> line, 5 being a line feed.
> 
> The EIN is a number
> The PNO is letters and numbers
> The State is letters
> The Blanks is nothing
> The Line_Feed is a linefeed
> ^^^^^^^^^^^^^^
> The above information is for the insert area as this
> is where it would
> go wrong as the rest is used in other part of my
> development and it
> works. I say what these are just incase they need to
> be showen in a
> different way to work right using arrays to added to
> a database table.
> 
> 
> Here is the code

This line:

"Processed_Enities_Table.Line_Feed =
$filted_results[Line_Feed];

is missing the end quotes before the semicolon.

HTH,
-Nick


Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to