|
Posted by casper christensen on 11/17/06 03:11
Hi
well, I have no idea what you're talking about:)
I don't know anything about php, but i guess the problem in writting:
http://www.affiliatesjunction.net/directory.php?ax=out&id=<?=$id?>
wich was the first idea, is that it doesn't really say what id. right?
just tell me exactly what you need to figure out this problem and I'll
do my best!
sincerely
Casper
thanks for helping me out guys!:)
Jerry Stuckle skrev:
> casper christensen wrote:
> > Hi
> >
> > well after screwing around I found out how to make it work. thanks..
> > but....
> >
> > Now I found out the first code...getting the database id....isn't
> > really working:(
> >
> > It writes the id as "123" everytime. How else can i get the id. I can
> > see the id in the admin panel, so it writes it somehow..
> >
> > any good ideas
> >
> > Casper
> >
>
> Casper,
>
> That's an awful lot of code to go through to find a problem like that.
> Do you have it on a web page so we can see what you're getting? It's
> hard to test it here without your database...
>
> Also, when I get strange problems like this I just start commenting out
> the code - make it as simple as possible. An alternative is to put echo
> statements at critical points in your code (i.e. in loops where you're
> retrieving the value) to see what it shows. It's helped me find a lot
> of nasty bugs. Note that depending on where it is in the html and what
> browser you're using, you may have to look at your page source to see
> the output.
>
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================
Navigation:
[Reply to this message]
|