* Hi,
I'm trying to use a simple session variable, but I've never used it before. When I put the following code, I get an error message. <?php session_start(); echo "Your session identification number is".session_id(); ?> * ** *Warning*: session_start(): Cannot send session cache limiter - headers already sent (output started grant On 3/18/06, Jan Steinman <[EMAIL PROTECTED]> wrote: > > > From: Jeromie Clark <[EMAIL PROTECTED]> > > > > A 750k - 1.5MB JPEG would be a good > > baseline, if you want to store something of sufficient quality to > > print. > > Ah, this is where the entire problem has been poorly specified. > > I don't recall the original poster's size specs -- or even if they > were specified. But I don't believe anyone has mentioned files of > this size until now. > > My tests were specifically for "webbish" images, with a 200kb upper > limit, enforced by my uploading code. I take that image, re-size to > three standard sizes: thumbnails that fit within 96x96 pixels, medium- > sized images that fit within 256x256 pixels, and roughly browser-size > images that fit within 640x640 pixels. The biggest ones are seldom > more than 100kb, and the thumbs are almost always under 3kb each, > with many at 1.5kb or so. > > I would agree that if the goal is to store quality 8"x10" printable > images, a different mechanism might be called for -- or at least more > testing! But that was what I was getting at -- there is no One True > Way(tm). Those who are content to do what others say is best without > analyzing their own needs are headed for problems. > > > :::: Having the last word is the final refuge for those who never had > a good point in the first place. :::: > > :::: Jan Steinman > http://www.VeggieVanGogh.com<http://www.veggievangogh.com/>:::: > > > > > The php_mysql group is dedicated to learn more about the PHP/MySQL web > database possibilities through group learning. > > > > SPONSORED LINKS > American general life and accident insurance > company<http://groups.yahoo.com/gads?t=ms&k=American+general+life+and+accident+insurance+company&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=Kzn1J6ZDdsfc3f-9JZ-bKQ> > American > general life insurance > company<http://groups.yahoo.com/gads?t=ms&k=American+general+life+insurance+company&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=q5Z_Gheyyf5dB3KHCkTGOw> > American > general > life<http://groups.yahoo.com/gads?t=ms&k=American+general+life&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=1O42IK5r5LJ1BBWLyTAAKA> > American > general > mortgage<http://groups.yahoo.com/gads?t=ms&k=American+general+mortgage&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=AC-EcyrN2MPgqHTxt6lmKg> > American > general life > insurance<http://groups.yahoo.com/gads?t=ms&k=American+general+life+insurance&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=P8vNlXr7QopQQ3tGIepE4Q> > Computer > internet > security<http://groups.yahoo.com/gads?t=ms&k=Computer+internet+security&w1=American+general+life+and+accident+insurance+company&w2=American+general+life+insurance+company&w3=American+general+life&w4=American+general+mortgage&w5=American+general+life+insurance&w6=Computer+internet+security&c=6&s=230&.sig=OCFX-MPv3cQROoYDEaexxA> > ------------------------------ > YAHOO! GROUPS LINKS > > > - Visit your group "php_mysql<http://groups.yahoo.com/group/php_mysql>" > on the web. > > - To unsubscribe from this group, send an email to: > [EMAIL PROTECTED]<[EMAIL PROTECTED]> > > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------ > [Non-text portions of this message have been removed] The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
