Posts by Júlio Júnior Saldanha Alegre • 1 point
3 posts
- 
		0 votes1 answer934 viewsQ: how can I put PDF documents on my website using the google drive apiI am wanting to put Pdfs documents on display on my site in which the administrator would register the link that is in your Google drive and after that the document would be available for normal… 
- 
		-1 votes2 answers417 viewsQ: what I must do to authenticate the user correctlyI’m in need of help to authenticate users on my site but I don’t know what the sql variable that I hosted returns when you find the right user what I put in if? <?php include 'conexao.php';… 
- 
		0 votes1 answer91 viewsQ: email by php using mail()I’m making a website for an emresa but I can’t make the code that sends the email do so I’m using the php mail function <?php $Enviadopor = $_POST['e']; $Assunto= $_POST['a']; $Mensagem=…