Showing posts with label Question: How can I execute a PHP script using command line?. Show all posts
Showing posts with label Question: How can I execute a PHP script using command line?. Show all posts

Wednesday, November 12, 2008

Question: How can I execute a PHP script using command line?

Question: How can I execute a PHP script using command line?
Answer:
For command line‚ we have to use php CLI(command line interface).

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

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