[PHP] imageColorAllocate problem

2008-06-02 Thread Jo Ann Comito
lder where they are saved. But they do not appear on the page. When the color numbers are hardcoded they do appear. Thanks for any help you can give with this. Jo Ann Jo Ann Comito by Design Complete Design & Production Services For Print and Web www.greatbydesign.com/

[PHP] Re: Division [maybe a bug]

2008-05-11 Thread jo opp
2008/5/11 Chris W <[EMAIL PROTECTED]>: > jo opp wrote: > > > Hello! > > > > $var1= 2155243640%31104000; > > $var2= 2147309244%31104000; > > > > echo $var1 // Return -24651656 > > echo $var2 // Return 1133244 > > > > $var2 return

[PHP] Division [maybe a bug]

2008-05-10 Thread jo opp
Hello! $var1= 2155243640%31104000; $var2= 2147309244%31104000; echo $var1 // Return -24651656 echo $var2 // Return 1133244 $var2 return the correct result, but $var1 is wrong (the correct result is 9067640) ¿? Thanks for the help -- PHP General Mailing List (http://www.php.net/) To unsubscrib

[PHP] session_start is slow occasionally

2007-10-04 Thread al jo
Hi i have a site that is relatively high loaded (~20 reloads/sec) and i am trying to optimize it. So i have started timing sections of the php scripts to find out which is the slowest so i optimize it first. I write the times to a database( timings are done on the live server). So now when

[PHP] PHP mySQL Syntax problem

2003-01-08 Thread Jo Ann Comito
$Tbname_1 VALUES(2, 'Jane Smith', $color)"); This syntax does not work. The table is created, but it has 0 rows. I have tried a multitude of variations, including ECHO $color '$color' \'$color\' {$color} etc. No combination I have tried works. Could some kind pe

[PHP] PHP/mysql connection problem

2002-07-07 Thread Jo
t;); and request something from the database, it connects, BUT it takes about 5 minutes... any ideas??? Jo