Posts by Lidiane Fernandes • 29 points
6 posts
-
0
votes2
answers170
viewsQ: Blank, unanswered, email form - PHP
Good afternoon, everyone, I’m not an expert in php and I’m trying to make an email form, but when I click send it a blank screen appears, no errors and also no sent message, could anyone help me?…
-
0
votes1
answer48
viewsA: Update: ASP + Access
Edvaldo, desculpa a demora, o código é esse abaixo <HTML> <!--#include file="connect.asp"--> <HEAD> <TITLE>..:: Funcionarios…
-
0
votes1
answer48
viewsQ: Update: ASP + Access
I am trying to update an ACCESS table on my website, only it displays this error: Microsoft Access Database Engine error '80040e14' Syntax error (missing operator) in query expression '[nome] ='.…
-
1
votes2
answers330
viewsA: PHP (Between + Convert Date)
Guys, I ended up poking around a little bit more and it worked out in a simple way, I’ll put it here in case someone also has the doubt: p.dtCadastro between convert(datetime, '$var_dtini', 103) and…
-
0
votes2
answers330
viewsQ: PHP (Between + Convert Date)
I’m making a screen in php where the user has the date filter to extract a report from the database SQL Server, but the Mysql displays the default date mm/dd/yyyy, and I need him to turn dd/mm/yyyy…
-
1
votes1
answer103
viewsQ: Insert an ID into SQL+PHP
I’m making a form where the user inserts the data and the same receives the confirmation along with a ID record in php with sql, I’m just not getting this final confirmation along with the id,…