Hi,
Is there any way, by which I can benchmark PHP which is using Orcale as database.
Please reply soon.
Thanks a lot. Saif...
You can store the value of mircotime() before and after you do a database operations. You can then use the two values to calculate how long your operation took.
PHP