Is there a library I can use my C# (my option because this language is feasible-useable in most platforms; it truly outperforms C++ and Java, up to 85-90% : just personal % but self reliable) with PHP ? I am new to PHP, just don’t know what to do with it until I’m commanded.
Sorry, i mean to setups to display in browsers, and to use in database,.
If you mean integrating C# libraries with PHP, yes, you can.
PHP happens to have a rarely-used COM library. I’m fairly sure it’s what you’re looking for.
http://php.net/manual/en/book.com.php
However, consider simply learning either ASP.NET (C#-like) or PHP itself. Combining two languages is almost never a good idea.