Output Variable to specific location on screen?

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
Vacman
Forum Newbie
Posts: 8
Joined: Fri Jan 22, 2010 7:13 pm

Output Variable to specific location on screen?

Post by Vacman »

I don't know if this should be a javascript question or php....

I want to take a variable that is output from my php script and have that variable put in a specific spot on the screen. Is this possible?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Output Variable to specific location on screen?

Post by Christopher »

PHP generates HTML/CSS/Javascript that puts things "in a specific spot on the screen" ... so yes. Perhaps you could be more specific and show what you have tried.
(#10850)
Vacman
Forum Newbie
Posts: 8
Joined: Fri Jan 22, 2010 7:13 pm

Re: Output Variable to specific location on screen?

Post by Vacman »

Well that is my problem. I am not sure what to try...

An example would be perhaps a progress counter I.E. 1%, 2%, 3%, all being rewritten in the same specific spot on the screen. I have a feeling that this is going to be a Java answer, but thought I would start here.
Post Reply