
Completed
Posted
Paid on delivery
I need a small, self-contained code snippet that adds a button labeled “Search” to my existing web page. When a user clicks this button it must: • run a SELECT statement against my MySQL database (I will give you the exact query) • open a new HTML page and show only the specific columns I indicate, formatted in an easy-to-read table Please keep the logic clean (PHP + MySQLi or PDO is fine), comment your code so I can adjust the query later, and separate the front-end markup from the database call. A short README explaining where to drop each file will be helpful. Query should pass user input/filter values from the current page. Ex select * from table where name = ( value gotten from field in page) Result should navigate in the same tab.
Project ID: 40330607
86 proposals
Remote project
Active 21 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Hello I have several years of experience with PHP programming, MySQL database and Web development I read your project description, and it's easy and straightforward task I can complete in couple of hours of working time
$17.61 USD in 1 day
7.1
7.1
86 freelancers are bidding on average $21 USD for this job

Hi there, Asad- I sense you’re aiming for a tight, self-contained button-triggered feature that keeps your page clean while delivering precise results from MySQL in a clean table on a new HTML page. I’ve done PHP + MySQLi and PDO patterns for button-driven queries with separated front-end markup and a dedicated DB handler. I’ll provide a small, self-contained snippet: a button labeled “Search” that submits to a dedicated PHP script, passes the current page’s filter values, runs your exact query via prepared statements, and renders only the columns you specify in a readable table on a new page. The front-end will be minimal, and the backend will be cleanly commented so you can adjust the query later. I’ll drop in a concise README explaining exactly where to place each file and how to customize fields and column selections. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. What exact query will you provide (with table/columns) and which input fields on the current page should be passed to it as filters? Looking forward to your reply so we can finalize the exact plan. Best regards, Asad
$30 USD in 3 days
8.3
8.3

PHP expert at your service! I can build your required search script ASAP and in your budget. Looking forward to your response.
$25 USD in 2 days
7.6
7.6

Hello Sir, I can write a code to open a new window show specific column as result based on query./ I will be available on call. Please check my profile for work and experience. Regards Hardeep Kumar
$30 USD in 1 day
7.4
7.4

As a senior developer with 7 years of experience in WordPress, Shopify, React, Laravel, HTML, CSS, Bootstrap, JavaScript, jQuery, Ajax, PHP, SEO and graphic design, I'm excited to help bring your project to life. Let's begin with a conversation. I have read through your requirements, and I'm confident that I’m the perfect fit for this task. My goal is to deliver work that exceeds your expectations. We can finalize the price after our discussion to ensure it aligns with your needs. Let's get started!
$20 USD in 1 day
7.4
7.4

hello , hope you are fine i have very good grip in php mysql , i can work for you now and show results on button triggered, lets discuss now that is my portfolio you can check https://www.freelancer.com/u/samair0
$20 USD in 1 day
7.3
7.3

Hi there, I like how you have outlined your project description with clear specifications. You need a clean, self-contained code snippet that adds a “Search” button to your web page, triggers a MySQL SELECT query using user input, and displays the results in a new HTML page in an easy-to-read table. The solution must keep front-end markup separate from the database logic, use PHP with MySQLi or PDO, and be well-commented for future adjustments. With solid experience in PHP and MySQL development, I am confident I can deliver efficient, maintainable code that fits your needs perfectly. I will ensure your query is safely integrated to filter by user input, implement best practices for security, and provide a concise README on deployment and file placement. My approach will keep the user on the same tab as requested, offering a seamless user experience. I am committed to clear communication and timely delivery. Looking forward to helping you with this project. Please feel free to contact me so we can discuss the exact query and any other requirements you may have.
$30 USD in 3 days
6.2
6.2

Hi! I can create a clean, self-contained PHP solution that adds your “Search” button, passes user input securely, and runs your MySQL query using PDO/MySQLi. The results will open in the same tab as a neatly formatted, easy-to-read table with only the columns you need. I’ll keep the frontend and backend properly separated, fully commented, and include a simple README so you can plug it into your project and adjust queries. Looking forward for your positive response in the chatbox. Best Regards, Arbaz M
$30 USD in 3 days
6.6
6.6

Hi There This is straightforward, but the important part is keeping the flow clean so the button, filters, query handling, and results table stay easy to maintain later. I can give you a small separated setup with the front-end button/form on the current page, a secure PHP handler using PDO or MySQLi, and a same-tab results page that prints only the columns you want in a readable table. I’ll also comment the code properly and include a short README so you can swap the query or fields without digging through everything. Do you already have the input field names and result columns decided, or should I make the snippet flexible enough for multiple filters from the start? best regards Waqas A.
$20 USD in 7 days
6.4
6.4

Hi there, I've carefully reviewed your project, 'Button-Triggered MySQL Results Page -- 2', and I'm confident I can provide a perfect solution. I'll develop a neat, self-contained code snippet in PHP (using MySQLi/PDO) and JavaScript/jQuery. A "Search" button will trigger your specified SELECT query, dynamically passing user input from your existing page. The results will be presented in the *same tab*, on a new HTML page, formatted as an easy-to-read table showing only the columns you require. My approach prioritizes clean, commented code, ensuring clear separation of front-end markup and back-end logic for easy future modifications. A concise README will guide you on file placement. With my strong skills in HTML, JS, jQuery, and backend development, I'm well-equipped to deliver this efficiently and effectively. Looking forward to discussing this further! Regards, Nikhil Chandra Roy.
$30 USD in 1 day
6.4
6.4

Hola, un gusto saludarte. Soy Marina, desarrolladora web profesional. He revisado tu requerimiento para el módulo de búsqueda en PHP/MySQL y puedo entregarte el código limpio y organizado hoy mismo. Tengo amplia experiencia trabajando con PDO y MySQLi, por lo que te garantizo un código seguro contra inyecciones SQL y fácil de mantener. Te entregaré los archivos separados (lógica de base de datos y maquetación HTML) junto con el README detallado para que solo tengas que 'soltarlos' en tu servidor y funcionen de inmediato. Mi entrega incluirá: Botón de búsqueda integrado con paso de parámetros. Consulta optimizada con sentencias preparadas (seguridad). Tabla de resultados limpia y responsive. Comentarios claros en el código para que ajustes la query cuando quieras. Estoy disponible ahora mismo para realizar esta tarea.
$25 USD in 2 days
5.9
5.9

I can build your button-triggered MySQL results page exactly as described—a clean "Search" button that captures user input from your existing page fields, passes those values to a PHP backend via POST, queries your MySQL database with parameterized prepared statements (using PDO to prevent SQL injection), and displays the specified columns in a styled HTML table within the same tab. I'll separate concerns into three clear parts: your front-end button/form snippet, a PHP processing script handling the database call, and a results template for the table output. All code will be well-commented so you can easily swap in your own SELECT query and column names later. I'm available to start immediately and will include a concise README with drop-in instructions for your server setup.
$10 USD in 1 day
5.6
5.6

Hi Mr, thats a simple task to do; Im sure I can help you with the code and testing it; Kind regards.
$15 USD in 7 days
5.6
5.6

Hello, I came across your project Button-Triggered MySQL Results Page -- 2 and I am very interested in working with you. I have reviewed your requirements and fully understand the scope and expectations. I specialize in PHP, JavaScript, CSS, MySQL, HTML, Web Development, Backend Development, Frontend Development and have successfully delivered similar projects before. I am committed to delivering high-quality work with reliability, clarity, and professionalism. I work transparently throughout the project so progress, deadlines, and expectations stay clear at every stage. I would be glad to discuss further details and am ready to start immediately. Looking forward to hearing from you. Regards, Anum
$50 USD in 3 days
5.1
5.1

Hi, This is a quick and clean task — I can deliver exactly what you need without overcomplicating it. I’ll create a simple Search button flow where: User enters a value → clicks “Search” Data is sent securely to a PHP file A new page loads in the same tab showing results in a clean, readable table I’ll use PHP (PDO) with proper structure: Frontend (HTML form + button) separated from backend logic Secure query handling (prepared statements) Clear comments so you can بسهولة update the query later You’ll get: Clean, ready-to-use code (HTML + PHP) Table output with only the columns you need Short README explaining exactly where to place files and how to edit Simple, secure, and easy to maintain — ready to plug into your site. Can deliver this fast
$10 USD in 2 days
5.3
5.3

Hi there, I can handle your data transfer task with the exact precision you’re looking for. I understand that maintaining original capitalization, spelling, and punctuation is critical for your structured Excel workbook. I have a sharp eye for detail and extensive experience with high-volume copy-paste projects, ensuring every entry is clean and free of extra spaces or formatting errors. For 1,000 rows, I can complete the full batch within 48 hours while maintaining 100% accuracy. I am ready to start the initial 20 rows immediately so you can verify the consistency of my work. Let’s connect so I can begin the trial rows right away.
$20 USD in 3 days
5.0
5.0

Hi, I can create a clean PHP snippet that adds the Search button, sends the user input to the server, runs your MySQL query, and displays the selected columns in a clear table on a new page (same tab). I’ll structure the code so the HTML form and database logic are separated, use PDO/MySQLi with comments, and include a short README explaining where to place each file and how to update the query later. Since this is a small task, I can deliver it quickly once you share the query and field names. Best regards, Muhammad Sufyan
$18 USD in 1 day
5.0
5.0

Hello. How are you? I have carefully reviewed your requirements. I am a senior full stack developer with over 10 years experience. I can immediately implement your small task. I am available to start immediately and can deliver a fully working within 30 minutes. Please contact me. Thank you.
$30 USD in 1 day
4.9
4.9

I will implement the feature using clean HTML/JS for the button and input handling, then process the request through a lightweight PHP file using PDO/MySQLi for the SELECT query. The result page will be a separate PHP/HTML file displaying only the required columns in a clean, responsive table. All logic will be clearly commented, and a short README will explain file placement and query editing. I am a computer engineer with solid experience in web and mobile development, especially PHP, MySQL, and front-end integration. I have built similar database‑driven modules before and can deliver clean, maintainable code. As an added value, I can provide up to three months of free support for adjustments or minor updates.
$19 USD in 2 days
4.4
4.4

Hi there! You need a “Search” button that queries your MySQL database and displays results on a clean, separate page — the real challenge is keeping the code modular, secure, and easy to update without breaking the front-end flow. I’ve delivered PHP-based database tools that are well-structured, with clear separation of markup, logic, and styling, ensuring queries are easy to adjust and results render in readable tables. I will use MySQLi or PDO, comment the code thoroughly, and include a short README so you can easily integrate it into your existing page. I will create the button, connect it to your database, handle user input safely, and output the requested columns in a neat, tabular HTML page. Check our work: https://www.freelancer.com/u/ayesha86664 Can you confirm whether you want the results table to include pagination for large datasets or just a single scrollable table? I am ready to start — just say the word. Best Regards, Ayesha
$20 USD in 1 day
4.3
4.3

Hey there! I can build that search button and the accompanying PHP script for you. It'll be a clean, commented snippet that queries your MySQL database and displays the results in a new, nicely formatted HTML table on your page. Let's get this done!
$10 USD in 1 day
4.4
4.4

Tegucigalpa, Honduras
Payment method verified
Member since Mar 26, 2015
$10-30 USD
$10-30 USD
$10-30 USD
$10-30 USD
$10-30 USD
$10-30 USD
$30-250 AUD
₹1500-12500 INR
₹1500-12500 INR
$25-50 USD / hour
₹750-1250 INR / hour
£250-750 GBP
₹1000-5000 INR
$250-750 USD
$30-250 USD
₹75000-150000 INR
$10-30 USD
€8-30 EUR
$10-450 USD
₹750-1250 INR / hour
₹12500-37500 INR
$250-750 USD
$2-8 USD / hour
₹400-750 INR / hour
₹12500-37500 INR