Problems with populating forms with queried information

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

User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

brookside, if you're seeing plain php code in your html output then you have quotes problems.
E.g echo 'while ($foo){ echo $something; }'; will just output the php code in plain text. So double check where you are echoing and putting 'stuff'.
Post Reply