[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-women
Subject:    Re: [Kde-women]Help with PHP
From:       Eva Brucherseifer <eva () rt ! e-technik ! tu-darmstadt ! de>
Date:       2001-01-16 14:25:09
[Download RAW message or body]

Hi all,

the sceleton of the kde-women-pages seems to come to more and more stable 
(agnes: Thank you for the great graphics!). 

So what we now need is content ;-))

If you have a link to a good tutorial or documentation or want to write one 
by yourself, or maybe have a good trick for other linux or kde users - 
write it down, send it to me....
This is YOUR page, fill it with whatever you like. Everything is helpful. 

Annma already started to write a tutorial about the use of kdevelop & 
designer for creating little KDE apps - thank you very much, Annma!!
Annma: Is it ok, if I already add a link to it on the pages?

Looking forward to your response,
eva



PS:
Here is the solution to the PHP problem I had:

> I've got some mistake in my scripts and I cannot find whats wrong...
>
> I've made the following function:
>
> <?php
> function act($namelink){
>   if ($namelink == $subtopic)
>   {
>     print "<img src=\"\/images\/bullet.png\" valign=\"middle\">";
>    };
> }
> ?>
>

well, I found a solution :-))) . The problem was that the variable $subtopic 
is only known outside of the function, not inside. So I changed the function 
call to 

function act($namelink, $subtop)
{...}

so now the subtopic is given to the function when I call the function...

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic