![]() |
|||
PHP
IT Tags
check domain local server UPDATE Remove Duplicate PHP and FLash multiple file uplo mysql server indexing solr magento ecommerce my_thread_global_end Combo box sdf Overlapping Layers include Stop Script Solr XML photo gallery SimpleXML XHTML Xampp local server connection to MYSQL control panel associative arrays Mobile site ajax objects Simplexml Parser php mail server shutdown |
Passing a URL variable from a php page to a pop up window (another php page)Hello, I have this link that, when clicked,oppens a popup window.I need to pass an "id" to the new window so that the php script could process the page.I dont really want a form and a hidden field. CommentsThe best way to do it is a catch all. Also try a fully-qualified URL (eg http://www.example.com?id=123456789). The script`s name must be there but in addition one has to pass the id value to the function as well. So it would look‚ something like this: |
