|
Learning Newbie, this may also be the cause for the lack of information on about PHP on that, guess I have to wait then. I'm not having problems with writing Database queries on my code, I just though of tuning it up a bit on that.
Mike Bike Kite, I'm understanding, so the procedure puts the information into a temporary database for me to get it. But...isn't this method slower than the simple method?
The simple one would send information, select data, and get data.
But it seems to me that here we are: Sending a small information (call), having the Database to copy some values, Sending information (mysql_query), selecting data and get data.
Schimassek...
|