me appologies,
inverted comma: ( ' )
in the form: 'sometext'
I will take a look into your suggestion in the meantime
//////////////////////////////
Ok had a look at mysql_real_escape_string, and I am now confused:
if I submit the following string: '' (that is 2 inverted commas)
The query runs with no errors, ok great, but only inserts 1 inverted comma, and discards the 2nd.....?
What is more, If I then update this record with: 'test' (i.e. adding actualy text) I receive the error again!
I also tryed submitting this: '''''''''''''' (so loads of inverted commas) The query ran with no errors but again only submitted 4 of the inverted commas!!!! strange!
Any other help would be appreciated here.