Posts by Samuel Nicolau • 31 points
9 posts
-
-1
votes1
answer30
viewsQ: Pull only user items
Talk personal, I have 1 database and data with 2 tables so far the first table is responsible for registering the users with the name "users", the other table is where I want to register the events…
-
0
votes1
answer52
viewsQ: Make Up button to Start appear in a certain part
I would like to create a button to go up to the top, but I would not like it to be always visible, only when the page reaches a certain part
-
0
votes2
answers509
viewsQ: Annex with phpmailer not enough
I am creating a system for sending resume, is working properly, but the attachment does not arrive. PHP: <?php $nome = strip_tags(trim($_POST['nome'])); $email =…
-
0
votes0
answers87
viewsQ: Integration between Php and Word
It is possible to integrate php and word, take some values from a field of a given form and put in Word. for example in a contact form have $name , and if I want to put in Word $name so that the…
-
-2
votes2
answers79
viewsQ: Phpmailer not taking form value
So, I have an example registration form to test Phpmailer, only that PHP is not accepting the form ID shows the error: Undefined index HTML and PHP are just below: <?php //ATENÇÃO ESSE TIPO DE…
-
0
votes0
answers40
viewsQ: Email sent with PHP coming up blank
I have a resume registration form for a certain company, the HTML ID is all and the PHP Code is attached. only the information that is written, not taking the values of input or select. Can anyone…
-
0
votes1
answer178
viewsQ: Send Resume formatted with php
I’m creating a form for a company to register curriculum and it’s already working, only I did to generate the resume and print, someone could tell me how it would be done so that, by clicking send,…
-
0
votes1
answer55
viewsQ: Save FORM Information to the same Page
I would like a very brief help, I am making a form for sending resume with HTML + PHP, I wonder how would be done the following to add a course. (1º we added a course) , (2nd place course…
-
1
votes2
answers288
viewsQ: Open Page after Progressbar reaches 100%
Hello I would like a help, I have a button that when pressed triggers the event of progressbar and it starts loading up to 100%, after that I would like to open a page (for example thanks). HTML and…