[PHP] thumbnail problems

2004-05-09 Thread Ninti Systems
I've searched the archives on this and, while I have turned up some tips, they don't seem to solve my problem. I an building a website for an indigenous organisation where jpg images are uploaded, resized to a standard format, and thumbnails also generated at the same time (so that is two resizes

[PHP] XSLT

2002-09-24 Thread ninti
I'm wondering if there is a way to include a query string parameter in an xsl stylesheet. I have a script that does this: xslt_process($xsltprocessor,$xml,$xsl); I'd like to include the value of a variable passed to this script via a query string (eg. xmlscript.php?p=3 ), whereby the value

[PHP] session in class problem

2002-06-20 Thread ninti
Try enclosing the function code in brackets: function Check_Session() { code goes here } Mick Quoting Mark Colvin [EMAIL PROTECTED]: I have the following .php script and .inc file which doesn't work: = .php file = ?PHP // Include function files