here’s my problem: I’m making a client system in javascript and php. I would like to be able to delete the account of a customer who has a unique identifier (id=x) by clicking on a “Delete Customer” button. The problem is that to bring a little dynamism, I treat the request in javascript in this way: My request is as
Tag: javascript
Modal validation using Bootstrap Modal – PHP
PHP Script & Validation: Modal: I don’t know where the problem is, I want the modal to remain open even if the problem or form has been submitted successfully. Now, with this code, if there is a problem with the submit form, the modal shuts down and if we open it again, the user can see error messages. Where am
Splitting user’s full name and passing first name to next form pae
I have an html form which spans over several ‘form pages’. The first form page asks for the user’s full name, which will be passed along through each form page until the form is finally submitted. However… I would like to ‘extract’ just the user’s first name from the full name field, so I may use it throughout the rest
Live Search in PHP using AJAX working, but buttons not in td
my live search in working perfectly, but my tags are not in td. I can’t figure out what is the problem. The picture, and the code are below. Thank you in advance. The problem is down there in td, the the tags. how it looks like Answer You’re outputting the links before the table rows. You output them directly and
Site is fast on localhost but slow on server [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question
code event[] calendar in laravel 8 not working
I created a calendar with laravel 8 and PHP 8,it is running ok in php 7 but I have to upgrade to php 8 because of the demands of the times I have successfully saved data in the database but the data in mysql does not appear in the calendar, even though I have used event[], I have checked that
How to automate USDT sending transactions?
I want to make utility on my website so people who don’t like product can get their money back in usdt. By clicking on submit button I want to send usdt (TRC or ERC) back to customer. Is it even possible. I think its possible with Solana blockchain. There is autoapprove in phantom wallet for example. But I need in
form doesnt get submitted after disabling button after submit
Hello there i want my button disabled after the form submitted. Disabling the button works but it doesnt execute the php code. I tried different scrips that are posted on the internet but they all do the same: disabling the button without executing the php code. So when form is submitted it needs to echo “test” but it doesnt echo
How to connect internal Bootsrap 5.2 with laravel 7
Hey i still learning laravel framework and i try to connect my bootstrap v.5.2 with my laravel v.7 project but it cant connect, i store css and js folder on bootsrap folder in the same level as app, config, database public, etc. and i already tried to connect it with the code: but it still cant connect? Answer Put Your
Trying to make Yes/No javascript popup but is not working
hello i am trying to make popup Yes/No in js but is not working, this is my code: one version is this: This is working but if i press cancel still deletes the value so i tried making the window.open but the url gets the value from php $value so i dont know how to pass it. The other method