Posted by jenngra on 05/03/06 17:00
What is a way to deconstruct a form post string that can be assigned to PHP variables? like $incoming_string = "?post1=somethingA&post2=somethingB&post3=somethingC&post4=somethingD"; .....parse $incoming_string.... which I must have create the equivalent of: $post1 = "somethingA"; $post2 = "somethingB"; $post3 = "somethingC"; $post4 = "somethingD"; Thank you so much! J
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming