1
vote
1answer
159 views

Many-to-many insert query with PHP/mysqli

I have a database with a table for YouTube video references, a table of playlists and a junction table connecting them in a many-to-many relationship. I have been trying to create a PHP/mysqli ...
0
votes
2answers
400 views

Speed up search query (large junction table)

I'm writing a multistore webshop application in PHP/MYSQL. The products table has about a million records, currently i'm having 5 stores with all products in it and about 3 stores with a few products. ...
1
vote
3answers
388 views

Junction points(simlinks) under Windows XP are not recognized by PHP

I've found two tools which create "simlinks" within Windows XP (I know they're not real links, but so it goes). The problem is that neither of them create something which I can use with WAMP. ...