Posts by Lais Santiago • 31 points
4 posts
- 
		0 votes0 answers29 viewsQ: Create pdf and share for installed applicationsGood morning! I have a web application that creates a PDF file with the class FPDF. I price include a button that when clicked, open the applications installed on the device, for sharing the PDF… 
- 
		2 votes1 answer45 viewsA: How to print the user name after logging into the site, only on other pagesHello, You just need to start the section on the page and give the print command in the desired location as in the example: <?php if (session_status() !== PHP_SESSION_ACTIVE) { session_start();… phpanswered Lais Santiago 31
- 
		1 votes0 answers32 viewsQ: Return of the oci_new_cursorHello! I have the following question: the oracle function for PHP oci_new_cursor, can only be used when the cursor already exists in the database? For example, I just created my query within my php… 
- 
		0 votes1 answer292 viewsQ: oracle SELECT ... FOR UPDATE with PHPI have the second consultation: SELECT proxNum FROM orcamento FOR UPDATE; UPDATE budget SET proxnum = proxnum + 1; It serves so that I can capture the next available budget number and already do an…