Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
599 views

How to pass parameters from command line to $_POST in php-script?

I know this could sound a little weird but I need to pass some parameters to a $_POST array. Similar to the way apache does it, or any other web server. Unfortunately I couldn't find ...
2
votes
3answers
1k views

PHP HTTP_POST_VARS problem

To start: I am a C++ developer who is roped into making a PHP script (for paypal IPN). I have been incredibly frustrated witht he lack of good working samples from paypal and elsewhere. The latest ...
1
vote
1answer
81 views

Handling Serialization Exceptions in ServiceStack

I am using ServiceStack to create a service which accepts request from and HTML form (POSTed). One of the DTO properties is an Enum, and when the input doesn't match the Enum members, I get the ...
1
vote
2answers
554 views

keeping radio button value after post

HI i'm using a php page and i need to keep the value of and check box and radio button (checked or not checked) after post page. how could i make it? thanks
0
votes
2answers
49 views

Invalid arguements in php

When I run a script in Wamp I get the following Warning Notifications for line 17 and 21. What is this telling me and what can/should be done to resolve the issue ? Warning: Invalid argument supplied ...
0
votes
1answer
420 views

Error while installing Poster (Python Module)

I'm trying to install Chris Atlee's python Poster library so I can upload a file using a HTTP POST query from within my script. On python 2.3, when I type # python setup.py install, I get the ...
0
votes
3answers
306 views

PHP: Strange Array Problem - Where is my value?

I have an array ($form) which retreives some information from $_POST: $form = $_POST['game']; Now I want to work with the values in this array, but I somehow fail. For debugging I used these ...
-1
votes
1answer
85 views

Php Post Variables Problem

I am having problems with the variables I sent through post method to the login page of Idiots Tube. Whenever some one tries to login and on the first attempt the user enters the wrong username / ...