This probably has to do with the issue of scope or global variables,
or perhaps it's an issue of a pointer to a resource.
I have this Mysql result set I queried, for which I need to fetch
a row one by one. The fetch, however, is done from another PHP file,
one that javascript calls via ajax.
Firstly, how can I fetch from the original queried resource from another php file?
And, if I have to delete a prior record from the table originally queried,
do I lose my position with regard to this original resource?
or perhaps it's an issue of a pointer to a resource.
I have this Mysql result set I queried, for which I need to fetch
a row one by one. The fetch, however, is done from another PHP file,
one that javascript calls via ajax.
Firstly, how can I fetch from the original queried resource from another php file?
And, if I have to delete a prior record from the table originally queried,
do I lose my position with regard to this original resource?