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!
in my knowledge, this could be done in javascript,since i don't know javascript,here's my question...is it possible that if i have a page opened,there is a textbox there,beside the textbox is a link that will open a new php page,a smaller one...the idea is that, i want to input some data to that smaller page and then as i click ok,the smaller page will be closed and it will pass data to the textbox of the first page.
It can be done easily enough. This tutorial is a great start: Sessions Tutorial
Although reading your post again, this may not entirely work. It would require a refresh on the first page before the data was loaded into it from the second page. This is all based on my limited understanding of PHP so I could be wrong, in which case someone much brighter than myself should be along shortly to explain.