Search found 7 matches

by Lookie23
Wed Jun 11, 2003 5:35 am
Forum: Javascript
Topic: javascript frames and windows
Replies: 1
Views: 1098

javascript frames and windows

Hello! I have a question regarding document object model with frames. What i would like to know is... when browser loads a frameset, does that mean that frameset becomes kind of a window object? If so, what is then the _parent or _top object of frameset? So, i guess that child objects -frames themse...
by Lookie23
Wed May 28, 2003 1:00 pm
Forum: PHP - Code
Topic: bitwise operators
Replies: 1
Views: 880

bitwise operators

Hi! I'm just beginning to work in php, and i have a question about a few lines of code: $bgcolor = ($i++ & 1) ? $bgcolor1 : $bgcolor2; echo '<tr>'; echo '<td bgcolor=”' . $bgcolor . '">' Can someone briefly explain me how bitwise part of the expression in the tenary operator works? Thank fo...
by Lookie23
Thu Jan 23, 2003 11:59 am
Forum: Miscellaneous
Topic: problem with IIS and mail() function
Replies: 0
Views: 2510

problem with IIS and mail() function

Hello! I have a problem regarding IIS and mail() function. When i submit form which links to .php script everything works fine. But if i try to do the same rutine again, i get error "failed to connect" ..pointing to the line with mail() function. Then i disconnect the service IIS and run i...
by Lookie23
Sun Jan 19, 2003 8:14 am
Forum: Miscellaneous
Topic: setting a virtual SMTP server on IIS 5.0
Replies: 1
Views: 2405

setting a virtual SMTP server on IIS 5.0

Hi!

I'm having problems setting my virtual SMTP server on IIS. Does anybody know any tutorial or article on doing that? Thanks for any help or suggestions! :lol:

Luka
by Lookie23
Fri Jan 10, 2003 6:30 am
Forum: PHP - Code
Topic: relative documents
Replies: 4
Views: 611

Now i get it :D ... i really appreciate all your help. thanks!

Luka
by Lookie23
Fri Jan 10, 2003 5:59 am
Forum: PHP - Code
Topic: relative documents
Replies: 4
Views: 611

hi! here is my code..tested :) <? $pictures = array ("back.gif", "cat.gif", "cramps.gif", "dave.gif", "info.gif", "jim.gif", "note.gif", "oxford.gif", "ring.gif", "strike.gif", "warning.gif"...
by Lookie23
Fri Jan 10, 2003 5:43 am
Forum: PHP - Code
Topic: relative documents
Replies: 4
Views: 611

relative documents

Hello! I'm a PHP newbie and i have a question regarding relative documents. The thing is..i have a bunch of pics sorted in array. What i would like to do is shuffle them and with for loop put them into table. SO far so good, but i'm stuck with relative file naming... so...my script is called random....