Posts by LeoS • 59 points
7 posts
-
1
votes2
answers114
viewsQ: Button Submit does not open modal
Good morning, excuse the question.. I’m a little slow on Javascript, I’m cracking my head with a code. I wanted to display the data from inside a modal window when you give Submit, only it doesn’t…
-
0
votes2
answers1547
viewsQ: How to open modal with results on the Submit button?
Well, excuse the question. I don’t know much in Javascript, I wanted to know how I show the results of my form inside the modal, I’m usually clicking and is redirecting to another page. Follow the…
-
1
votes2
answers55
viewsQ: Field with # does not appear in Mysql for _GET
Good folks, I don’t know where to put the question.. I’m sorry if I’m in the wrong area! Well, I’m racking my brain with a code on my page. The code works it sends the data to my database, only it…
-
-1
votes1
answer352
viewsQ: Fetch data from an external page with file_get_contents
I’m using the remote file_get_contents because I want to take information from a website and paste that information into my page. Can someone help me implement the code so I can get this…
-
2
votes1
answer234
viewsQ: 2 action on a Ubmit button?
I’m putting together a form where I send the data to my database, only what kind of form I wanted to run 2 actions on a button submit only that in the case actions sane id="ajax_form" and…
javascriptasked LeoS 59 -
0
votes0
answers83
viewsQ: Send email [Script extension Chrome]
Hello guys I’m with a question, it’s been 1 week that I’m trying to do an extension for Google Chrome, which sends the data to Email. I just can’t seem to do it at all, I’ve tried it anyway.. Can…
google-chrome-extensionasked LeoS 59 -
0
votes2
answers121
viewsQ: Password renewal system
My point is that I’m trying to make a password reset system. [ Current password ] [ New password ] [ Swap ] Good codes below Settings.php <?php require_once('assets/system/core.php'); if…