Re: [PHP] Re: GD - dynamic PNG generation

2002-02-26 Thread Conor McTernan
at 06:30:35PM +, Conor McTernan wrote: hmm, sounds like a good idea, i'll give it a try. it seems too, that if i dont break up my text, i.e. print all of it in one long line, it runs a lot faster i'm running this under Win2k, i got a PIII i dunno how many mhz(it's a college PC

[PHP] another GD question

2002-02-26 Thread Conor McTernan
two in two days, i must look like a real retard. anyway, i'm having another problem with GD now, it seems that when i create my image, if i specify too many pixels i.e. imagecreate(600, 2290) it will not create the image, just a blank file it's sort of hard to explain, but i'll try. i am

[PHP] GD - dynamic PNG generation

2002-02-25 Thread Conor McTernan
I'm currently using the GD extension to generate dynamic PNG's containing text, that should eventually be coming from a database. the deal is, it seems to take a long time, which is probably my own fault, seeing that I'm generating so much text. I am generating an image containing approx 160

Re: [PHP] Re: GD - dynamic PNG generation

2002-02-25 Thread Conor McTernan
at the end by loading and copying into the final large area - this MIGHT cut down time a bit, because all the drawing operations would take place against a smaller memory area. Just a hunch though. Conor McTernan wrote: I'm currently using the GD extension to generate dynamic PNG's containing

Re: [PHP] Very interesting and challenging question

2001-11-28 Thread Conor McTernan
I had something like this to do a couple of months back, unfortunately, my code was deleted by someone smart in my office. But i can pretty much remember the algorithim behind it. What I done was read in my file into a buffer, then use the explode function, i think, or something like it,

[PHP] (another, not entirely)sessions question

2001-07-20 Thread Conor McTernan
Hey there, I'm currently writing a web app using php. I was just looking for some advice on one aspect. On this site, users will be able to log in and post messages, or articles, or replies etc, you get the idea. Anyway, I am storing some info about the users, the usual stuff, name, email,

Re: [PHP] (another, not entirely)sessions question

2001-07-20 Thread Conor McTernan
an object (OOP) of all user info, serialized in an session var, would be a solution... just my advice... py - Original Message - From: Conor McTernan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 20, 2001 7:31 AM Subject: [PHP] (another, not entirely)sessions

Re: [PHP] Re: (another, not entirely)sessions question

2001-07-20 Thread Conor McTernan
PROTECTED] (Conor McTernan) wrote: Hey there, I'm currently writing a web app using php. I was just looking for some advice on one aspect. On this site, users will be able to log in and post messages, or articles, or replies etc, you get the idea. Anyway, I am storing some info about

Re: [PHP] Re: php/apache question(probably stupid)

2001-07-13 Thread Conor McTernan
, but it said i need Apache configured with mod_so.c (or something like that) unfortunately i dont have that configured when i check my httpd. On Fri, Jul 13, 2001 at 03:40:34PM +0100, Peter Clarke wrote: Conor McTernan [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

[PHP] xml and php question

2001-07-09 Thread Conor McTernan
Hey all I'm not so sure if this is the correct place to ask this question, but I'm hoping some of you will be able to give me some feedback. I am currently toying around with php and mysql developing a website for myself, the current one is partly php powered, but I am trying to move it over to