Okay I created a script that changes a basic smiley face into a red
smiley face..but it doesn't replace all the yellow, it looks like a
yellow shadow in the background:
$color =
imagecolorallocate($im,hexdec(substr($hex,0,2)),hexdec(substr($hex,2,2)),hexdec(substr($hex,4,6)));
for($cloneH=0;$
Shawn McKenzie wrote:
Lamonte wrote:
Shawn McKenzie wrote:
Lamonte wrote:
Shawn McKenzie wrote:
Shawn McKenzie wrote:
Lamonte wrote:
Setting a variable inside a function and making it global inside an
inner function
Shawn McKenzie wrote:
Lamonte wrote:
Shawn McKenzie wrote:
Shawn McKenzie wrote:
Lamonte wrote:
Setting a variable inside a function and making it global inside an
inner function doesn't work?
Right well I have created this function:
[code]
fun
Setting a variable inside a function and making it global inside an
inner function doesn't work?
Right well I have created this function:
[code]
function getForumChildrenTree( $id )
{
$id = intval( $id );
$treeResult = array(
'topics' => array(),
'posts' => array(),
'
Daniel Brown gmail.com> writes:
> snipped
It worked like a charm, thanks. Made it a bit faster.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I went to the page, but I didn't find a search box and what not. Is there a
way to search the archives? Else when I get home I'll just create a script
to DL all the links to a page then create a simple search box.
After a while of studying different softwares, I've still been getting
confused on how to make a timezone management script to display time in
different time zones. Like right now im in -0600 CST GMT, how would I
create a script that would work on any server that would allow me to display
my cur
So you wouldn't need to use session_start() when dealing with
session_register()?
On 3/10/08, Daniel Brown <[EMAIL PROTECTED]> wrote:
>
> On Mon, Mar 10, 2008 at 12:15 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> > On Mon, Mar 10, 2008 at 12:08 PM, Lamonte H <[EM
Is it necessary to use session_register()? What exactly was the point of
this function if you can set sessions using $_SESSION it self?
I was wondering this because at the moment using simplexml_load_file
makes my script go at about 2 seconds per page load, in a loop. Then I
created a cache system so it doesn't keep loading the xml file, but I'm
wondering if theres a faster way to load xml QUICKER, is it possible
with "file_ge
10 matches
Mail list logo