[PHP] PHP Execution Timer

2002-09-19 Thread -=[ Julien Bonastre ]=-
something like "page generated in x.xxx secs" I just want to know what function or module covers this feature.. If it is at all possible.. Thanks a million people! --oOo-------oOo-- Julien Bonastre [The_RadiX] The-Spectrum Network CEO [EMAIL PROTECTED] www.th

[PHP] 256colour PNG?? WHY?!

2002-09-21 Thread -=| Julien Bonastre |=-
een) test php page: As can be seen.. It's very simple.. hehe.. I was just using it to test the principle but even at these early stages the plan fell apart due to this wacky problem.. Thanks for any ideas/advice.. :) greatly appreciated.. --oOo---oOo-- Julien

Re: [PHP] Create Thumbnails from image

2002-09-23 Thread -=| Julien Bonastre |=-
} else { $outimg=$img; } imageinterlace($outimg,1); imagejpeg($outimg,"",(isset($_GET["q"])?$_GET["q"]:100)); } } else { $errmsg[]="News Data Item Not in 'news_data' table!"; $fwidth=(strlen(

Re: [PHP] Confused

2002-09-23 Thread -=| Julien Bonastre |=-
ed,Bob Red,Susan Red,James You get it? HIH.. Please if you notice any bugs in the coding above.. point it out.. I did it quite quickly and with very little checking as such or testing.. Good luck ;) I could post what I used but that could get confusing.. :-p Anyways.. Now I'm rambling.. ha.

Re: [PHP] Redirection

2002-09-23 Thread -=| Julien Bonastre |=-
quot;Location: xxx"); function.. --oOo---oOo-- Julien Bonastre [The_RadiX] The-Spectrum Network CEO [EMAIL PROTECTED] www.the-spectrum.org --oOo---oOo-- - Original Message - From: "Chris Shiflett" <[EMAIL PROTECTED]&

Re: [PHP] Create Thumbnails from image

2002-09-26 Thread Julien Bonastre
Yeah sorry about that.. It happens where I just hit reply and forget to add the mail list address :-( Oops.. hehe --oOo---oOo-- Julien Bonastre [The_RadiX] The-Spectrum Network CEO [EMAIL PROTECTED] www.the-spectrum.org --oOo---oOo-- - Original

Re: [PHP] Multiple Domains in cookie?

2002-09-28 Thread Julien Bonastre
reload the session on the other sites) on for example lycos.com as the domain and then all the subdomains can also use this freely.. Use your domains as redirectors and you get a sweet system.. :) HIH --oOo---oOo-- Julien Bonastre [The_RadiX] The-Spectrum Network CEO

Re: [PHP] Reversing the Colour.

2002-10-09 Thread ::[ Julien Bonastre ]::
Assumptions: - background colour is stored in $bgcol (ie 4592FF) - chosen link colour is stored in $lncol (ie *same as above*) - Finds "half-way" colour between $bgcol and $lncol (returns a RRGGBB in hex as above) Notes: This is actually fairly simple Alexis.. Simply convert your hex vals to some

Re: [PHP] Reversing the Colour.

2002-10-09 Thread ::[ Julien Bonastre ]::
have the $midcol var which holds a uppercase HTML hex colour string which represents the midway colour between $bgcol and $lncol.. Finally.. :-p Ok HIH ----- Original Message - From: "::[ Julien Bonastre ]::" <[EMAIL PROTECTED]> To: "::[ Julien Bonastre ]::"

Re: [PHP] Reversing the Colour

2002-10-09 Thread ::[ Julien Bonastre ]::
col_arr=split(",",preg_replace("/([\d]{2})([\d]{2})([\d]{2})/","$1,$2,$3" ,$bgcol)); Anyway... - Original Message - From: "::[ Julien Bonastre ]::" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 11:59 PM Subjec