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/
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
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
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
$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
t;);
and request something from the database, it connects, BUT it takes about 5 minutes...
any ideas???
Jo
6 matches
Mail list logo