If you want to use WordPress you can download a custom post type plugin (such as Custom Post Type UI), create your Book
post type; another plugin to generate your form for adding books (Gravity Forms + this looks good, or a similar solution, or create a form by hand). Then tweak the default WordPress search feature to search through Book
post type only (you can use a search engine to find out how to ‘limit search to custom post type in WordPress’ or something similar).
If you end up using WordPress then don’t use Dreamweaver – last I checked it was for pure HTML/CSS work.
Related Posts:
- Replace/Mute/Stop Search Query
- Custom search query by category id
- How do I find users by password?
- get_results using wpdb
- Count & Display Database Queries
- Dealing with Many Meta Values, 30+
- Should I hint table index for search query on wp_post
- Export wordpress table to excel
- Custom Search | Wrong output & question
- How best to inject ads between posts in the loop?
- Change SQL get_results to search for posts with custom term in custom taxonomy
- Change all http to https in mysql databse?
- WooCommerce – Query for ordered products
- PHP variable in WordPress database query
- Block search SQL from happening
- Custom search page and search by title, content and tag
- Delete duplicate rows from wordpress database where a column is duplicate in phpmyadmin
- Query WordPress database by registered date and role
- How to prevent WordPress from retrieving data for the last 10 posts in the database?
- Query from a different database than the default
- How to query the WordPress database to get posts of a certain custom post type, taxonomy and field?
- Select Multiple meta_value from WP DB; Single Query
- How can I create a Bible search engine via WordPress? [closed]
- CRUD operations using WordPress database API
- Hook directly into query execution
- Advanced SELECT query with condtional statements
- Select two sums with single get_var statement
- input data and output table [closed]
- Slow queries constantly getting stuck on WordPress database of ~100,000 posts
- wp-cli search is returning ‘search’ is not a registered subcommand of ‘db’
- cache specific data?
- How Can I Put Meta_Compare in the Database-Query?
- How to paginate information obtained from a query to a custom table?
- Historic WordPress database connection
- Check if an option exists and get its value in one hit
- Query multiple tables at once?
- $wpdb->query can’t insert data
- Custom WordPress Table wpdb
- Best practice to limit results in get_row()?
- How to display content from external db with relevant urls
- Connecting to a different database
- SQL query to set posts in bulk based on the post content
- Query Column of Specific ID from Database Table
- Add search bar to Custom Database Table in WordPress Dashboard
- SELECT SQL_CALC_FOUND_ROWS with wordpress search
- Understanding WordPress Search
- How to display data from db in select list [closed]
- How can I query the db to access current post information?
- Search Character Set Problem
- Compare User meta_value with Product meta_value
- How to insert a value to decimal type field using wpdb->prepare?
- Join Query on WP_USERMETA Table
- Insert NULL value using prepare()
- Job and Employee Performance Tracking with Product Safety
- WordPress Database Query works in phpMyAdmin but not in the code
- Finding a page holding a specific string/URL that is used in the content
- wpdb query to insert images in to post/page gallery
- Set SQL_BIG_SELECTS and MAX_JOIN_SIZE on a WP_Query
- Performance bug – slow DB query
- How to optimise this database query?
- How can we speed up wp_get_nav_menu_items()?
- Extracted CSV as Array for Custom Query Loop
- Should I Use only wpdb Class to Write Custom Queries?
- Generating an HTML table from an array based on dynamic key values
- Filtering data and saving query results
- How to have WP Search widget index dynamically generated content?
- Pulling values from a sepcific row in table
- Searchable database of members using multiple criteria / filters
- Using class id from array for query
- SQL Query to get post_id from wp_posts and and meta_key(s) from wp_postmeta
- SQL query to rewrite all media URLs to end with .webp
- Order of search results based off of a backend custom field and also in alpha order
- Custom form that store input in database
- Issue with wp_insert_post and post_content field error Could not update post in the database
- wp_posts – guid update
- Migrating non-WordPress CMS to WordPress, lots of data to move — possible solutions?
- Where is custom template file chosen for a post stored in the DB?
- Safe way to find last inserted id in a table?
- WordPress DATABASE Update Manually?
- Multiple postmeta with same name for one post in wp_postmeta table
- Which is more efficient? Using usermeta, or creating a new MySQL table?
- Structure of postmeta meta_value for woocommerce product download
- How to replicate a user plugin made table value, to this user’s custom meta table value?
- is_search called incorreclty
- $wpdb error (Call to a member function insert() on a non-object)
- Share users across multiple sites on same database, but with different domains
- Global__r connection timed out
- Moving WordPress site to new domain – database import [duplicate]
- Location of WP default mySQL tables creation file?
- Disable Database Update Required ? break my website
- Select From wpdb – Author/User Directory page
- Best Practice? – Saving multiple Values as Serialized Data / Saving each Value per Row / Dedicated Table
- How can I find user role in Mysql?
- Troubles when I want to connect to another DB
- Featured image from custom to WordPress database
- Accessing Information From Vendor Database On The Basis Of Customer Query
- spambot registering without providing email or password, bypassing registration process
- Get multisite count without php?
- Copy site on same server?
- How to solve notorious ‘Error Establishing a Database Connection’ [closed]