|
|
|
|
|
<?
$ar=explode('&',$QUERY_STRING);
echo "QUERY_STRING : '" . $QUERY_STRING . "'<BR><BR>";
foreach ($ar as $stritem) {
echo $stritem . "<BR>";
}
?>
|
|
| Remove URL Parameter Substr Strstr Categories : PHP, URLs, Strings | | | PHP5 URL Object Categories : PHP, PHP Classes, URLs, Strings | | | getting the name of the current script and query string Categories : PHP, Global Variables, Variables, URLs | | | How to find the name of the current file? Categories : PHP, Filesystem, Strings | | | What is the best way to split a string that consists of two bits of data
seperated by whitespace? Categories : Regexps, Strings, PHP | | | Parse string to find sub-string between two arbitrary strings Categories : PHP, Strings, HTML and PHP, Arrays | | | Can the word DO be used in arrays? Categories : Arrays, PHP, Strings | | | Get TemplateMonster data Categories : Arrays, Ecommerce, PHP, Strings | | | using global variables Categories : Global Variables, PHP | | | Functions that will format a date in either long or short format from a string. Categories : Date Time, Strings, PHP | | | phpHoo2 (Xhoo using php3/MySQL) is a Yahoo-like link directory. Much like the Open Directory Project (dmoz.org). Categories : PHP, Complete Programs, Directories, MySQL, URLs | | | Allows you to parse a deliniated string and put the individual fields in a SELECT option in a form Categories : HTML, PHP, Strings | | | columned txt file to array()? Categories : Arrays, Strings, Regexps, PHP | | | Class TStringList include some metods from class TStringList
implemented in INPRISE/BORLAND-DELPHI Categories : PHP Classes, PHP, Strings | | | Pull deliniated text strings into a "SELECT" statement in a form. Categories : HTML and PHP, PHP, Strings | |
| |
| |
|