Posts by Alan Garmatter • 115 points
7 posts
-
0
votes3
answers6319
viewsA: Passing a PHP variable to a Bootstrap modal
Just to finish the post. I managed to resolve the issue as follows. On the button I used the code <div class="well well-sm" data-toggle="modal" data-target="#visualizaranexo" data-doc="arquivo22"…
-
1
votes0
answers329
viewsQ: Bootstrap modal window display condition with Ajax/Post
I created a client registration method with Ajax via Post. But somehow my code should contain some error when I establish a certain condition. Note below: when the value returned from…
-
0
votes3
answers6319
viewsQ: Passing a PHP variable to a Bootstrap modal
I have a report (table) containing user registrations using the Bootstrap framework. Next to each row of record there is the Edit option. By clicking on this option the action would be to call the…
-
0
votes1
answer49
viewsQ: Prevent duplication in the BD depending on the FOR loop
I am creating a multiple image upload system. The "move_uploaded_file" function works fine. The problem is that I included a $grav insert for the BD, and as can be seen in the code, it would only be…
-
0
votes1
answer379
viewsQ: Content loaded in a DIV with automatic scrolling bar
I need your help. I’m setting up a chat system, and since I’m a hardhead, I’m putting it all together so I can learn. The point is, I have an index.php page and a page called chat.php. I would like…
-
5
votes1
answer1029
viewsQ: Allow access to a PHP page only 1 user at a time
I’m creating a call answering system, and to avoid confusion when it comes to answering a request, I need to restrict the PHP page that contains the call data to 1 access at a time for each user of…
-
3
votes1
answer3787
viewsQ: How to display a modal confirmation window after registration is completed?
I need to spin a modal to confirm to the user that the registration was carried out successfully. The user registers the data using the form login.html: <form id="tab" method="post"…
twitter-bootstrapasked Alan Garmatter 115