PHP將文字網址轉成超連結
<html>
<head>
<title>新增資料</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF">
<form method="post" action="1.php">
<table width="600" border="0" align="center">
<tr>
<td width="93">檔案簡介</td>
<td width="497">
<textarea name="htmlurl" cols="50" rows="10"></textarea>
</td>
</tr>
<tr>
<td width="93"> </td>
<td width="497"> </td>
</tr>
<tr>
<td width="93"> </td>
<td width="497">
<input type="submit" name="Submit" value="提交資料">
</td>
</tr>
<tr>
<td width="93"> </td>
<td width="497"> </td>
</tr>
</table>
</form>
</body>
</html>
<?php
// 新增資料
if(isset($_POST["htmlurl"])) //如果edit引數不存在,則按預設顯示
{
$htmlurl = $_POST["htmlurl"];
$htmlurl = str_replace("\n", "<br><br>", $htmlurl ); //替換回車
echo autolink($htmlurl);
}
function autolink($foo)
{
$foo = eregi_replace('(((f|ht){1}tp://)[ [email protected]:%_\+.~#?&//=]+)', '<a href="\1" target=_blank rel=nofollow>\1</a>', $foo);
if( strpos($foo, "http") === FALSE ){
$foo = eregi_replace('(www.[[email protected]:%_\+.~#?&//=]+)', '<a href="\1" target=_blank rel=nofollow >\1</a>', $foo);
}else{
$foo = eregi_replace('([[:space:]()[{}])(www.[ [email protected]:%_\+.~#?&//=]+)', '\1<a href="\2" target=_blank rel=nofollow >\2</a>', $foo);
}
return $foo;
}
?>
檔名為1.php
相關推薦
PHP將文字網址轉成超連結
<html> <head> <title>新增資料</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <
php 將中文字串轉成漢語拼音
功能:將中文字串轉換成漢語拼音,支援簡體、繁體、中英混合,首字母大寫 類庫:Pinyin.class.php 用法: $str = '我愛中國'; $pinyin = new Pinyin(); echo $pinyin->get($str); 結果為:Wo Ai Z
js 字串中提取網址並替換成超連結
var str = '<BR><BR>http://wasmip.baidu.com.cn/mip/km/archives/km_archives_main/kmArchives
php 將文字區域空格、換行轉換成HTML程式碼後插入資料庫的方法
php 將文字區域空格、換行轉換成HTML程式碼後插入資料庫的方法 $post=$_post[textvalve];//將文字區域傳遞過來的值儲存在$post變數中 $post=str_replace(chr(13),'<br>',$post);$post=s
使用YYText-文字藍色文字點選實現超連結跳轉
NSString *text = @"唐寅,生於成化六年二月初四,卒於嘉靖二年十二月二日,字伯虎,後改字子畏,號六如居士、桃花庵主、魯國唐生、逃禪仙吏等,明代畫家、書法家、詩人。"; NSMutableAttributedString *one = [[NSMutableA
php將文字轉化成mp3檔案
<!-- html --> <audio autoplay="autoplay" loop="loop" controls="controls"> <source src="11.mp3" type="audio/mpeg">&l
超不清視頻播放器-用Python將視頻轉成字符
wrap 控制 替換字符 clas 處理 link 生成 組成 data- 前言 今天分享的這段代碼,看起來沒啥實際用處,而且有些反潮流,因為現如今大家看視頻都追求更高分辨率的超清畫質,而我們這個,是一個“超不清”的視頻播放器:在控制臺裏播放視頻,
怎麽將string list 轉成有特殊字符分開字符串
utils ted 特殊 step sta bsp api del over https://stackoverflow.com/questions/4021851/join-string-list-elements-with-a-delimiter-in-one-step
將數字金額轉成漢字大寫的
負數 big 漢字 all AD AR || git return /** 數字金額大寫轉換(可以處理整數,小數,負數) */ function smalltoBIG(n) { var fraction = [‘角
自定義EL表達式,將對象轉成json格式,關鍵代碼
地址 .com rar json common onf jsp頁面 conf 標簽 做javaweb開發的最常用的一個東西el表達式,這個東西是個很好用的東西,但有些時候我們處理復雜的字符串操作,就有些相形見絀了,這個時候就需要用自定義的方法去實現更多簡潔方便的事情。下面自
利用itext將html頁面轉成pdf(不模糊)
relative long ble wid ems map entity repl oat 1.maven項目進入依賴 <dependency> <groupId>org.xhtmlrenderer</groupId>
fastjson將Long型轉成json精度丟失問題解決
writer cts 精度問題 丟失 ren json mat super 解決 這是jacksonpublic void extendMessageConverters(List<HttpMessageConverter<?>> converter
讀取數據庫時將數據轉成XML
lose code 取數據 pen ssr from command col for xml using (SqlConnection conn=new SqlConnection(config)) { conn.Open();
OUT 了??還沒玩轉報表超連結
還不知道報表可以實現超連結?還玩不轉超連結?加入潤乾戰隊,潤乾帶你開黑,揭開報表超連結的面紗,好好看清它的真面目。 其實報表實現超連結已經很久了,只需要你停下腳步看看它,你就會發現超連結的美,一向不搞事情只搞技術的潤乾早就實現了在報表中加入連結功能,無論是普通報表還是附有統計圖的報表都可以很輕鬆
java用Json將父類轉成子類
將父類物件用 JSONObject.toJSONString(father)轉成String, 再用JSONObject.parseObject 轉成子類物件 Son son2= JSONObject.parseObject(JSONObject.toJSONString(father),S
OUT了??還沒玩轉報表超連結
還不知道報表可以實現超連結?還玩不轉超連結?加入潤乾戰隊,潤乾帶你開黑,揭開報表超連結的面紗,好好看清它的真面目。 其實報表實現超連結已經很久了,只需要你停下腳步看看它,你就會發現超連結的美,一向不搞事情只搞技術的潤乾早就實現了在報表中加入連結功能,無論是普通報表還是附有統計圖的報表都可以很輕鬆
將cifar10資料轉成圖片
#將cifar10轉成圖片 import numpy as np import matplotlib.image as plimg from PIL import Image import pickle as p def load_CIFAR_batch(filename):
將mnist資料轉成圖片
from tensorflow.examples.tutorials.mnist import input_data import scipy.misc import os # 注意儲存的路徑 mnist = input_data.read_data_sets("MNIST_DATA", o
將英文列表轉成中文
定義英文列舉 enum Week { Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday } 定義轉換方法 static string GetChineseW
itext7將pdf模板轉成pdf檔案
使用adobe Acrobat Pro DC製作pdf模板 這裡就略了,大家可以上網搜下,有很多方法 擼程式碼 在itext7第一節的基礎上在pom檔案新增junit依賴方便測試 <dependency> <groupId>juni