循环读取txt文本上的名字,同时每个名字后面加一个按钮,遇到麻烦的是按钮返回值怎么设置,怎么才能名字和按钮一一对应
value设置成一样倒没关系,但是返回值name该如何设置,用前面的变量赋值好像不行啊。
回复讨论(解决方案)
加上前面的name就是了,贴出你的代码看看。
加上前面的name就是了,贴出你的代码看看。
$Logi=file("./data/list.txt");
$size=sizeof ($Logi);
foreach( $Logi as $Key => $Val )
{ $Data [ $Key ] = explode ( "|" , $Val );
}
$K=0;
$num=$Data [ $K ][ 0 ];
for(;$K {
$num=$Data [ $K ][ 0 ];
if($num){
$title=$Data [ $K ][ 1 ];
echo $title;
?>
$K++;
}
}
主体就是这样,txt上的格式是1|xxx
2|yyy
还是贴出代码吧,看你字面的意思不太理解...
循环这个submit按钮,把name写成变量
" />
可以啊,不知道你的txt文本是什么格式,下面是循环读取某目录下的txt文件名。
foreach(glob('*.txt') as $filename){ echo '<p><input type="submit" value="'.addslashes($filename).'" name="'.addslashes($filename).'" /></p>';}
循环这个submit按钮,把name写成变量
能不能写下代码,我看的懂点
$Logi=file("./data/list.txt");$size=sizeof ($Logi); foreach( $Logi as $Key => $Val ) { $Data [ $Key ] = explode ( "|" , $Val ); } $K=0;$num=$Data [ $K ][ 0 ];?> <form><?php if(!empty($Data))foreach($Data as $key=>$value){ ?> <p align="center"><input type="submit" value="?" name="<?php echo $value[1]; ?>" /></p><?php}}?> </form>
看代码 ,应该可以
你是在做提交按钮,那么你提交后打算干什么?
这个应该也算好写
你是在做提交按钮,那么你提交后打算干什么?
提交后都进入一个统一页面写段评论,不过我要判断下是哪个名字,然后记在那个名字的文件下面
就是说你只需要知道 2|yyy 中的 yyy 就可以了,是吧?
那么你#2的代码应该写作
$Logi = file("./data/list.txt", FILE_IGNORE_NEW_LINES); //参数的作用是去掉换行符foreach( $Logi as $Key => $Val ) { list($num, $title) = explode ( "|" , $Val ); if($num){ echo $title;?> <form> <p align="center"><input type="submit" value="评论" name="<?php echo $title ?>" /></p> </form><?php}接受的程序中
$title = key($_GET); //就得到传入的名字了

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

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

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

Laravel simplifies HTTP verb handling in incoming requests, streamlining diverse operation management within your applications. The method() and isMethod() methods efficiently identify and validate request types. This feature is crucial for building

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:


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 Linux new version
SublimeText3 Linux latest version

WebStorm Mac version
Useful JavaScript development tools

Dreamweaver CS6
Visual web development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Chinese version
Chinese version, very easy to use
