⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editable_autosave_cell.php

📁 zapatec suite 最新版 20070204,非常棒的ajax widgets 工具包
💻 PHP
字号:
<?php// Check argumentsif (!isset($_POST['i']) || !isset($_POST['r']) || !isset($_POST['o'])) {	exit;}$iCellId = $_POST['i'];$iRowId = $_POST['r'];$sValue = $_POST['o'];// Check phone number formatif ($iCellId == 4) {	if (preg_match('/^\(\d{3}\)[-\s\d]+$/', $sValue)) {		// ok means success, otherwise error		echo 'ok';	}} else {	// In this example we don't check other columns	echo 'ok';}?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -