Do i insert the current directory files name into the database in PHP but without using the form??.. Because in my project a device send the pdf files on server's folder and i want to save these files name in database
Software Engineering Stack Exchange is a question and answer site for professionals, academics, and students working within the systems development life cycle. Join them; it only takes a minute:
Sign up
Sign up
Here's how it works:
- Anybody can ask a question
- Anybody can answer
- The best answers are voted up and rise to the top
Of course you can. Try:
This should return localhost/do/and save url via sql connection.
|
||||
|
<form>
? AJAX is probably what you're looking for. – neilsimp1 Jul 12 '16 at 17:34