Posts by Pedro Lukas • 29 points
8 posts
- 
		0 votes1 answer36 viewsQ: How to pass 2 parameters through a link with html and phpMy question is this: I want to pass 2 parameters through a link, but I’m having doubts about that. Can anyone explain to me how I can do such a procedure? I’ll give you an example: <a… 
- 
		1 votes0 answers115 viewsQ: How to upload images with different idI want to know how I can upload images with different id or I have a functional upload system only this system is an id only, I want to know how to do for each image sent the id change or I have an… 
- 
		1 votes1 answer152 viewsQ: How to send variable with link in PHPso I’m having doubts on how to make this link in php: <a href="DepoimentosPT-BR.php?id=<?php echo $_SESSION['idusuario']; ?>">Depoimentos</a></li> as you can see this link is… phpasked Pedro Lukas 29
- 
		-1 votes1 answer33 viewsQ: Is there a script that sends email with automatic attachments?I want to know if there is a script or if in phpmailer to send emails with attachments to a user. phpasked Pedro Lukas 29
- 
		0 votes0 answers50 viewsQ: How to change encrypted password and encrypt itGuys, here’s the thing, I got a problem with my system. I have an e-commerce and this electronic store has the part for users to register and even after registration, change the password of the… phpasked Pedro Lukas 29
- 
		1 votes2 answers1507 viewsQ: How to update a password in MYSQL and encrypt itSo guys, I want to do the following, I have a site that contains users and such, but when a user wants to change his password I want it to be encrypted to BD, how can I do that? when the user is… 
- 
		0 votes2 answers96 viewsQ: Print user name on pageI have a login page that when the user logs in is redirected to a page called Minhaconta.php containing the following code: <li class="dropdown"> <a class="dropdown-toggle"… 
- 
		-1 votes1 answer45 viewsQ: How to print the user name after logging into the site, only on other pagesSo I want to do the following, I want when a user on my site accesses his account, his name appears on a particular site of the site, that I know how to do, I take his session and print, like this:… phpasked Pedro Lukas 29