1
I have a php script that works great outside of xoops. It takes a user id in as a url variable (i.e.
http://site.com/test.php?picID=100) and has a where clause in the select statement (where p.n_pic_id = '$picID') of the script.
However, inside a tinyd module in xoops, I just get the associated text without any data. An example of url is
http://site.com/modules/tinyd5/index.php?id=2&picID=100. If I remove the where clause, I get the data for the first record, so the database connectivity is ok.
I have another php page with no variable that works good, so I am not worried about any settings within tinyd.
Am I passing the variable incorrectly or is it not capable of handling them?
thanks,
damon