hiding variables

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
garry27
Forum Commoner
Posts: 90
Joined: Sat Oct 14, 2006 1:50 pm

hiding variables

Post by garry27 »

how can i hide a variable that is returned to a php script for html processing. for exampe, i have a url in my header which i pass onto a php script for formatting. how do i then return the header for my brower to process whilst keeping the url hidden?
Post Reply