Posts by Leatar • 49 points
4 posts
-
2
votes1
answer205
viewsQ: Free access to database table data for third party system
Is there any way to free access to reading a specific database table for a third party system? For example, I have a table called "customers" and a competing system has an efficient ticket issuing…
-
1
votes0
answers1704
viewsQ: Generate boleto in php banco santander
Greetings, I’m in a tough spot. I have a simple web system where the shipments of the slips are generated by the supercash program of the santander bank and then the return of the titles are sent to…
-
-7
votes1
answer153
viewsQ: Book tip for those who stopped in time
Hello, I scheduled until mid-2012, I stopped then and I intend to return to my studies, but a lot has changed. My main area was the web, using php 5.3 , html 4 , css 2 and javascript with jQuery.…
-
2
votes1
answer584
viewsQ: How to debug in C#?
How to debug in C# taking as reference the simple form of PHP that is usually used var_dump or print_r? I have a C# object but I don’t know how to know what’s in its structure.…