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!
Is it possible to pass 2 different value from php to 2 html frames? for example i want to pass 1 to frame test1 and 2 to frame test2 using php. so that value 1 and 2 will be outputted in the same screen with two frames.