Skip to content
Advertisement

Tag: post

Lost data because of 301 error (POST)

I’ve a 301 error after doing my POST Form… When I submit my form, I lose all my data and I don’t know why. I search on the net but I don’t understand anything because my english is too bad to do it… My HTML code addSwitchPort.html : My PHP code addSwitchPort.php : This is the code of addSwitchPort but

PHP – hide url (GET) parameters

I have a link in my PHP/HTML like this: When users click on the link, the parameters are handled by a 3rd party website which log the users in seamlessly. Is it possible to hide/mask/camouflage the url so that users don’t see the parameters while still passing them over to the designated site? If no, how would you guys go

Send value of submit button when form gets posted

I have a list of names and some buttons with product names. When one of the buttons is clicked the information of the list is sent to a PHP script, but I can’t hit the submit button to send its value. How is it done? I boiled my code down to the following: The sending page: The receiving page: buy.php

getting value of with $_POST gives text

So, I’m retrieving these options from a database and I need to retrieve the value but I’m getting the text in between the tags by doing this therefore if I print $inst I get the “IUTIRLA” for the first option but I need the 41 I don’t know what I’m doing wrong… this is how I’m printing the html through

Remote Server File Upload Via PHP

I have two servers, one with my website, the other for storage. I’m trying to have a page where someone can upload a file to the storage server, I’m hoping to use a form post to get it there. I’ve …

Advertisement