Hi,
I am learning PHP , but I do not know how to pass a parameter to another function. Here I have " show.php?catid=1" in one example, and it will call function show.php and pass one parameter "catid" to it. But when I run it, the parameter is not passed. The session has been started "seesion_start();", so wha is the problem?
Thanks
william
I am learning PHP , but I do not know how to pass a parameter to another function. Here I have " show.php?catid=1" in one example, and it will call function show.php and pass one parameter "catid" to it. But when I run it, the parameter is not passed. The session has been started "seesion_start();", so wha is the problem?
Thanks
william