I think you should try:
http://php.net/parse_url
greets
Zoltán Németh
2007. 05. 16, szerda keltezéssel 19.40-kor CK ezt írta:
> Hi All,
>
> The following code works just fine for outputting links from an
> array. The next goal, is parsing the $thisPage variable from the URL
> (http://bushido
http://www.php.net/reserved.variables
use $_SERVER['PHP_SELF'] or $_SERVER['REQUEST_URI']
just parse its value to get what you needed.
hth,
John
On 5/17/07, CK <[EMAIL PROTECTED]> wrote:
Hi All,
The following code works just fine for outputting links from an
array. The next goal, is parsin
> echo "i = $i";
> for($c=1;$c<=$i;$c++){
> echo "team_number $team_number_$c";
> echo "sub1_$c = $sub1_$c";
> echo "sub2_$c = $sub2_$c";
> echo "sub3_$c = $sub3_$c";
> echo "sub4_$c = $sub4_$c";
> echo "sub5_$c = $sub5_$c";
> }
> }
Perhaps this:
Ech
> -Original Message-
> From: Steve Buehler [mailto:[EMAIL PROTECTED]]
> Sent: 13 June 2002 15:54
>
> I hope that someone will be kind enough to help me on this.
> I want to do something like the following, but it does not work:
> testinput();
> function testinput(){
> GLOBAL $HTTP_POST
4 matches
Mail list logo