\\1",$Text);
quote:", $Text);
\\1
code:", $Text);
\\1
$saying"; } /////////////////////Determine whether the string contains a certain value in the array ////////////////// function InString($array,$string){ while(list(,$value)=each($array)){ if(eregi($value,$string)){ return true; exit; } } } ////////// //////////Link to a page////////////////////////////////////// //// function GoIn($addr,$saying){ echo" } /////////////////// /JS returns ////////////////////////////////////////////////// function IsInt($string){ if(ereg("^[0-9]{0,}$",$string)){ return true; } else { return false; } } ?>
Previous article:Customizable PHP thumbnail generation program (requires GD library support)_PHP tutorial
Next article:Code that implements a PHP5 getter/setter base class_PHP tutorial
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Latest Issues
Group MySQL results by ID for looping over
I have a table with flight data in mysql. I'm writing a php code that will group and displ...
From 2024-04-06 17:27:56
0
1
406
Related Topics
More>
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
|