Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Javascript send values (list of images) to php page and show the php page ? Reply To: Javascript send values (list of images) to php page and show the php page ?

#187140
TC
Participant

Well so far I’m able to do javascript window.location using a $_GET on the php side and the php script receives the image names correctly.

Is there any way to use javascript window.location but with $_POST?

I’ve read $_POST is more secure and I really don’t like all the image names showing up in the address bar like happens using a GET.

Thanks.