0

I can run multi-queries with MYSQL v5 with extension PHP :mysqli.

But with MYSQL 4 with extension PHP: mysql .. with new query, have the problem.

I would like to verify the information and the way to resolve.

Because, the company hosting service is using mySQL v4.

Thank you

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
LTEHUB
  • 1,638
  • 1
  • 14
  • 17

1 Answers1

1

I would like to verify the information

Yes, you can't

and the way to resolve.

run your queries one by one.

Your Common Sense
  • 156,878
  • 40
  • 214
  • 345