Posts by user11699 • 105 points
5 posts
-
0
votes2
answers50
viewsQ: Ruby Application Hosting with Sinatra
I’m starting my Ruby studies with DSL Sinatra. For this I installed Node.js then ruby with Sinatra. My applications locally are working normally. However, I would like to make them available for web…
-
1
votes0
answers56
viewsQ: Printing of Pages
I’m facing a problem with web page printing. I have 3 pages . php pag1.php; pag2.php; pag3.php; I would like the user to click the print button and my print Function() to be triggered - so far…
-
5
votes2
answers3936
views -
3
votes3
answers944
viewsQ: PHP and Sqlserver connection
I’m trying to make a connection to Sqlserver and PHP But the page returns me the following error: Warning: mssql_connect() [Function.mssql-connect]: Unable to connect to server: 192.168.2.7 SRVDOC…
-
1
votes1
answer389
viewsQ: Problems loading "mssql" in PHP
I am trying to create a PHP connection with SQL Server 2008 but the server returns the following error: Fatal error: Call to undefined function mssql_connect() I’ve looked in many places and…