Posts by Fábio • 15 points
5 posts
-
-2
votes1
answer1422
viewsQ: Failed to open stream: No such file or directory in. Localhost x Locaweb
I made an application on my machine using the Wampserver server. However, uploading this application to Locaweb causes the error below. The PHP version of Locaweb is 7.1. Warning:…
-
-1
votes1
answer95
viewsQ: Select in option
I have a screen of accounts to pay, and when I edit the data, in the option field is appearing the name of the provider (Liquigas), So far so good. But when I click on the list, the name of the…
-
1
votes2
answers3182
viewsQ: How to decrease Bootstrap table height?
Sirs, I made a table in bootstrap, but I want to decrease the height of the line, It is possible to change directly from the table or I need to adjust in bootstrap.css? <table class="table…
-
0
votes1
answer701
viewsQ: Foreach taking only the last record
I’m developing a vendor registration screen, but my foreach is only getting the last record in a total of 3 records. What I might be doing wrong? Below my code and attached to my screen. Thank you…
-
0
votes1
answer32
viewsQ: Selected option
Guys, I’m new to PHP and I need your help, I’m on a form editing screen and I’m having a hard time selecting the select I made in the database. The query returned as "S", but the "N" and "S" are…