On the first answer on this post: Update one MySQL table with values from another
it states that in order to speed up the query an index must be created. How do I do this?
I know it's fairly simple I just can't figure out how..
On the first answer on this post: Update one MySQL table with values from another
it states that in order to speed up the query an index must be created. How do I do this?
I know it's fairly simple I just can't figure out how..
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
No comments:
Post a Comment