Nagging Problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eggoz
Forum Commoner
Posts: 43
Joined: Fri Dec 27, 2002 8:51 pm

Nagging Problems

Post by eggoz »

I am working on a creating a small "picture server" if you will. It is broken into 2 parts, one shows you the dirs, and the other creates a table with the pictures. On the second page, I have ran into 2 problems, both tied together. The file in txt format The problem lies in the $td, half way down the page. The $dir_new and %s are the problem.

The odd part (to me atleast) is that the $dir_new works when I am not inside the function. And the %s works when you only have 1 %s in the $td.
I am stumped. Thanks for the help.
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Error messages? Post your code so we can look.
Post Reply