|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-14 20:35 UTC] sterling at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 17:00:01 2025 UTC |
#--- start script --- <?php ####### # call like test.php?category=sometext # $category="A TEXT STRING"; print "YOUARE: $HTTP_GET_VARS[category]<br>\n"; imprivate($HTTP_GET_VARS[category]); function imprivate($category) { print "YOUARE: $category<br>\n"; } ?> #--- end script --- #-- compile options from phpinfo() -- System: Linux sundown 2.2.10 #1 Tue Jul 20 16:32:24 MEST 1999 i586 unknown Build Date: Mar 3 2000 Configure command: ./configure '--with-mysql' '--without-gd' '--without-ttf' '--disable-ttf' '--disable-gd' '--with-apache=../apache_1.3.12' '--enable-track-vars' php.ini path: /usr/local/lib ZEND_DEBUG=1 SAPI=Apache ZTS is undefined #--end compile options from phpinfo() --