各位 新人请教个问题,我想做个页面,进去第一次的时候加载的是所有的数据库,然后点下菜单,重新加载原来的页面,但是传个条件给原来的查询语句,加载显示按条件筛选的数据,怎么做啊。
回复讨论(解决方案)
两次查询
第一次总的查询
第二次条件查询
中间再加一个select不同的选, 不同的跳
问题是,我第一次查的话 语句没条件限制的,然后进入页面 把所有的数据都查出来了,然后我想点击下右侧的导航栏,点击一个栏目,我也获取了一个栏目对应的ID,然后在加载页面的时候,如何把这个SQL 的条件加进去查询啊??
<?php$where="where 1=1";if(isset($_POST['seach'])){ if(!empty($_POST['name'])) $where.=" and name='$_POST[name]'"; if(!empty($_POST['age'])) $where.=" and age='$_POST[age]'";}$sql="select * from table {$where}";echo $sql;?><form action="" method="post"><input type="text" name="name" value="" /><input type="text" name="age" value="" /><input type="submit" name="seach" value="seach" /></form>
问下,如果是用超链接的话 能够在本页面自己给自己传值吗???
<?php$where="where 1=1";if(isset($_GET['seach'])){ if(!empty($_GET['name'])) $where.=" and name='$_GET[name]'"; if(!empty($_GET['age'])) $where.=" and age='$_GET[age]'";}$sql="select * from table {$where}";echo $sql;?><a href="?seach=1&name=asd&age=22">asdad</a>

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Laravel's service container and service providers are fundamental to its architecture. This article explores service containers, details service provider creation, registration, and demonstrates practical usage with examples. We'll begin with an ove

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

The article discusses adding custom functionality to frameworks, focusing on understanding architecture, identifying extension points, and best practices for integration and debugging.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

SublimeText3 English version
Recommended: Win version, supports code prompts!

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver CS6
Visual web development tools

WebStorm Mac version
Useful JavaScript development tools