Showing posts with label What is substr_replace?. Show all posts
Showing posts with label What is substr_replace?. Show all posts

Tuesday, November 4, 2008

what is substr_replace?

Question: what is substr_replace?
Answer: It is a function in php it takes four arguments and is used for substituting the a string

How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...