Quote:
|
Originally Posted by NW - Sayed Hello every one,
A client of mine wants to use Linkpoint for his paymentgateway system, and for Linkpoint to work he says we need PHP Wrapper installed on the server,
Could some one here tell me, how do i confirm whether i have the wrapper installed on my servers ?
Thanks |
Not sure I understand what client is asking for. Unless what he is saying is that you need php support. What I would do is create a a file with the following
<?php
echo phpinfo();
?>
save it as phpinfo.php and open it from your browser after you have uploaded to your server. If you see the text above then your php is not being parsed. If you see a bunch of information starting with a php and a version number then yes your server has php support.