Re: [Phplib-users] Classes, MySQL, Images & phplib
Brought to you by:
nhruby,
richardarcher
From: Mike G. <mi...@op...> - 2001-12-31 21:08:25
|
Hi Frank, Frank Bax wrote: > Try: > function Image() { > global $GLOBALS; > $ID=$GLOBALS[ID]; Nope this didn't work either.. I can't get this class to output anything.. I must be completely missing something pretty big... I've now got these two lines in the class (which should be putting out something), which don't give me an error and aren't providing me with a value: echo "this isn't working $ID"; echo $this->db->nf(); Mike ps.. Maybe I just need to put this project off till the new year - ha! btw. Happy New Year Everyone! -- Mike Gifford, OpenConcept Consulting, http://www.openconcept.ca Supporting progressive organizations in online campaigns and tools. Feature: Women's Learning Partnership http://learningpartnership.org Truth is that which confirms what we already believe. Northrop Frye |