|
well youre not showing us your code to read the result from mysql or anything. That may be where your problem is. ALso in your first example you use !isset, which means IF ITS NOT SET
the correct way is to use $_GET. Yes, for now it works otherwise, but its the correct way nor is it safe to use variables like that.
Also, dont you mean: id=$modname ? try putting id='$modname' (with the comas)
|