Search results

  1. S

    Run a search query from MS Access using PHP

    Hi, I'm trying to create a php form which checks the entered text in the database and displays it.. <html> <head></head> <body> <form name="Pretraga" action="pretraga.php" method="post"> <input type="text" name="pretraga"> <input type="submit" value="Traži"> </form> </body> </html>- this is a...
  2. S

    File browser that saves file name in a field

    I found this example http://www.msaccesstips.com/2006/10/file-browser-in-msaccess.shtml It looks pretty simple but I couldn't make it save only filename.. I don't need the full path to a file, only it's name (preferably with extension, eg. picture.jpg) Because all my files will be in one folder...
Top Bottom