> Sorry for my bad English :)
> appostrophe is it the ` or the ' ?
The straight apostrophe (') is used to wrap strings in SQL, so if you want
to embed it in a column you have to escape it, usually with a backslash.
The backtick (`) doesn't have any special meaning to SQL, as far as I know.
It does have meaning to PHP, though. It works like it does in Perl...it
executes the string in a shell.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]