Posts by leirbag • 544 points
5 posts
-
3
votes2
answers1585
viewsA: Open windows explorer using PHP and/or JS
You can open Windows Explorer using PHP? No! PHP is a language that runs on server-side; in a general context Voce will not be able to interact with native resources in the client-side, ie in the…
-
8
votes2
answers476
viewsQ: How to change the method of an HTTP request in Laravel 4
I need to perform CRUD operations in certain locations of my application that are contained within other Formulars. For this I will use AJAX to update the views containing the "sub-content'. I’m…
-
8
votes2
answers1106
viewsA: Using Laravel 4 with Microsoft SQL Server 2008
After nearly two weeks of battle, I managed to resolve the issue! I tried several ways to install the correct driver to make the connection to the bank be established. I went to depths seeking to…
-
15
votes2
answers1106
viewsQ: Using Laravel 4 with Microsoft SQL Server 2008
I need to connect a database SQL Server 2008 in Laravel 4. I have been researching and I did not find solution for the scenario in which I am. I’m using Laravel using the XAMPP (PHP 5.5.6…
-
10
votes1
answer1361
viewsQ: How do I use Freetds with MAMP on Mac OS?
I need to use the methods mssql_ of PHP and have always done so using the Freetds in the native Apache of MAC OS. What happens is that right after you upgrade to the OS X 10.9 (Mavericks) I started…