Posts by Augusto • 92 points
8 posts
-
-1
votes1
answer667
viewsQ: Error of: preg_replace_callback
Certain precise functionality of sending emails and before sent normally, however, now appears the following message: Deprecated: preg_replace(): The /e Modifier is deprecated, use…
-
0
votes0
answers443
viewsQ: E-mail sent by phpmailer function goes to spam
The code below sends the email properly, however, it goes to the spam box, be it for Gmail, Yahoo, Outlook etc. Is the problem in the code or the server that sends the email?! Just to indicate the…
-
-1
votes2
answers21
viewsA: Error sending form. This simple code is not working
You forgot to put the action and method. action="page where to go" method="POST"
-
1
votes2
answers228
viewsA: Asp.Net MVC - Selecting item from a Dropdownlist reflects the same selection in another Dropdownlist that contains the same selection items
Dude, if I understood the question correctly I already had this problem and used select.selectedIndex with jquery and solved it. Take a look here:…
-
0
votes0
answers35
viewsQ: Problems with While
I am developing a page that should pull from the database the name of the content and the path of the HTML file that contains this content. In the database table there are two columns: content_title…
-
1
votes1
answer1431
viewsQ: Sessions or Cookies for login system?
I am doing a PHP login system and would like to know which option is safer: Cookies or Sessions. I know that many developers don’t like to use cookies because they can be removed by users. But my…
-
1
votes1
answer425
viewsA: Problem when displaying modal bootstrap
Is this missing in the modal call: $(document).ready(function(){
-
4
votes0
answers116
viewsQ: Stages of Development
1 - What is the first technical document about the system (I think the vision document?!). How to write it, which software to use? 2 - To each stage that is delivering, how to do it? It may seem a…