PDA

View Full Version : Hidden Input, risks


newreality
06-12-2005, 12:19 AM
I've noticed that using php to echo content onto the page may be considered a means of "hidden" input.

Is this frowned on by some the larger search facilities?

Wail
06-14-2005, 02:14 PM
Eh?

PHP's echo command simply outputs HTML (or other markup language). That's not hidden text.

If you used PHP to echo white text on a white background then, sure, that's hidden text!