Tagged Questions

6
votes
3answers
6k views

External django redirect with POST parameters

I'm trying to create a redirect in a Django view to an external url with some get parameters attached to the request. After doing some looking around and some trying around, it seems I have hit a road ...
0
votes
2answers
239 views

Passing POST data from Javascript(jquery) to php problems?

I been trying to passing this value: // Content to submit to php Others string here. And this link: http://www.youtube.com/watch?v=CUUgKj2i1Xc&feature=rec-LGOUT-exp_fresh+div-1r-2-HM to a php ...