Microsoft
Software
Hardware
Network
Question : php forms and POST method
I have a php page with a form:
<form method="post" action="<?php echo $_SERVER['PHP_SELF'];?>">
when the page is originally loaded the url looks like pi.php?parentid=001
however when the submit button is hit and the page refreshes, the new url is pi.php
how do i get the page to reload with the arguments in the url?
Answer : php forms and POST method
Sounds like you should instead be using a queue (and perhaps also a semaphore)
http://www.exampledepot.co
m/egs/java
.lang/Work
Queue.html
http://java.sun.com/develo
per/techni
calArticle
s/J2SE/
con
currency/
Random Solutions
How to find files for specific date and copy to other directories
How to identify the sql statements executed against a database in db2 installed on Linux
Access - locking users out before a back up
File formatting with AWK unix command??
How do I convert an integer to a CString?
iPhone, how do I correctly pass data model object data between various view controllers without breaking MVC?
MS Access + Query + Enter Dates When Ran
How do i rename mapped drives and printers with the script i have in place
High CPU utilization due to IP SNMP
How do I pass command line values to a VB .exe