Posted by Stefan Rybacki on 06/24/05 18:53
AF wrote:
> I am a novice to PHP, so please forgive any dumb questions, etc.
>
> I finally learned how to pass variable with php, or at least learned
> one way.
>
> My urls look like this
>
> http://www.domain.com/webpage.php/variable1/variable2
It seems your configuration is weird. Normally it should look like this:
http://www.domain.com/webpage.php?variable1=foo&variable2=bar
>
> Best regards,
Regards
Stefan
>
> Al
> http://www.affordablefloridainsurance.com
> http://www.americanbestmortgages.com
[Back to original message]
|