Posts by Eugenio de Castro • 3 points
3 posts
-
0
votes1
answer42
viewsQ: Select with 3 conditions and one dependent on a fourth condition
I am populating a chart and for that I need to select the data of each user in the database, table financeiro. Still don’t want to show field records label_chart that are empty, nor fields…
sqlasked Eugenio de Castro 3 -
-1
votes1
answer37
viewsQ: The password reconfiguration link cannot be clickable in the user’s email
Problem: email sent to reset password, arrives with NOT CLICKABLE link. I believe there is something wrong in the URL variable. <?php if (isset($_POST['reset-request-submit'])) { $selector =…
phpasked Eugenio de Castro 3 -
0
votes1
answer57
viewsQ: Error while UPDATING Image URL in Database
When running the PHP code I get the following error: Parse error: syntax error, Unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or Identifier (T_STRING) or variable (T_VARIABLE) or number…