[PHP] passing sessions via POST

2002-12-04 Thread Myrage
How do we pass sessions via post ?? I seem to lose the session once it has been submitted through the POST Method. Any help?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: image generation with PHP

2002-11-24 Thread Myrage
No luck I have installed GD lib and zlib and all into c:\php\extensions bur i still get an error Fatal error: Call to undefined function: imagecreate() in c:\inetpub\wwwroot\image.php on line 24 image.php code : -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

[PHP] Re: image generation with PHP

2002-11-24 Thread Myrage
Its real short and sweet. If you're running on Linux, I'm sure you'll be > able to get it to work just fine - on Windows, make sure you have the gd > extention, and that it will be loaded with php.ini. > > Hope this helps! > -Jason > > Myrage wrote: > > >

[PHP] image generation with PHP

2002-11-24 Thread Myrage
is it possible to generate images with texts automatically?? like for eg. if the text is 7555 then automatically an image is generated with the text 7555 in it any help? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php