I don't know how to install composers..I don't know linux. I just know php.
I want to be able to use: jlevers/selling-partner-api
from: https://github.com/jlevers/selling-partner-api
Any ideas on how I can just download files, put it on my webserver and be able to use this via PHP without having to install anything? :/
Thank you!!
Related
Ok, I'm running MAMP 1.9.5, which includes PHP 5.3.5, on my MacBook Pro.
The "intl" extension isn't included/activated and I've tried a lot of different ways to install it ("./pecl install intl" doesn't seem to do it), but can't make it work.
I've also "googled my ass of" but can't find any hints.
Anyone of you that know how to do it? Or, alternatively, have and advice on how to install my own MySQL+Apache+PHP (and include "intl")?
I'm trying to do this to be able to run Symfony2. So if you have any advice on how to install MySQL+Apache+PHP+Symfony2 on Mac, thats also welcome :)
The best way is to download PHP for OSX at http://php-osx.liip.ch/ and then copy the intl.so file from
/usr/local/php5-20121126-100332/lib/php/extensions/no-debug-non-zts-20100525/intl.so
to
/Applications/MAMP/bin/php/php5.4.4/lib/php/extensions/no-debug-non-zts-20100525/intl.so
Worked like a charm for me for PHP 5.4
I just compiled on mine the other day.
I wrote a self reminder post here: http://szemian.wordpress.com/2011/03/21/compiling-intl-extension-for-mamp/
Let me know if you need further explanation. :)
I need to configure CodeIgniter, so I am following this guide:
http://www.techrepublic.com/blog/smb-technologist/how-to-install-and-use-codeigniter-on-your-server/
I don't understand where I unzip the CodeIgniter folder to. I have installed Apache, PHP, and MySQL with XAPP. Can anyone help me?
If you installed XAMPP in local on C:, you have to unzip it there:
C:/xampp/htdocs/ci
And then in you can use it that way in your browser this way:
localhost/ci
or
127.0.0.1/ci
I have installed netbeans6.9.1 with java,c++ and php on windows 7. When i tried to run a test php code, the browser cant find the localhost.
Pleas help me to get rid of this issue. do i need to install anything else? or to configure anything?
You need to install Apache,PHP on your machine . Easiest way to do so is to download : Xampp
Ok, I'm running MAMP 1.9.5, which includes PHP 5.3.5, on my MacBook Pro.
The "intl" extension isn't included/activated and I've tried a lot of different ways to install it ("./pecl install intl" doesn't seem to do it), but can't make it work.
I've also "googled my ass of" but can't find any hints.
Anyone of you that know how to do it? Or, alternatively, have and advice on how to install my own MySQL+Apache+PHP (and include "intl")?
I'm trying to do this to be able to run Symfony2. So if you have any advice on how to install MySQL+Apache+PHP+Symfony2 on Mac, thats also welcome :)
The best way is to download PHP for OSX at http://php-osx.liip.ch/ and then copy the intl.so file from
/usr/local/php5-20121126-100332/lib/php/extensions/no-debug-non-zts-20100525/intl.so
to
/Applications/MAMP/bin/php/php5.4.4/lib/php/extensions/no-debug-non-zts-20100525/intl.so
Worked like a charm for me for PHP 5.4
I just compiled on mine the other day.
I wrote a self reminder post here: http://szemian.wordpress.com/2011/03/21/compiling-intl-extension-for-mamp/
Let me know if you need further explanation. :)
I am php learner, I don't have any idea about where I would save the php file to run on the localhost in browser. If you have any idea please suggest me.
Thanking you
Shailendra singh
You need a web server. See What do I need?
Additionally, you can try XAMPP:
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.