The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
1k views

Can I do a non-hostile cross-domain POST now?

One requirement for a site I'm working on calls for visitors to be able to sign up for an email list. Rather than add server-side handling for this otherwise static site, I would like to POST from the ...
2
votes
1answer
751 views

IIS 6 405 error when POSTing through I-Frame

Before I begin, I must add that I am more of a programmer, so please be patient :p I have a 2003 server running IIS 6. I am trying to create a Facebook application that accesses a url on my server ...
1
vote
3answers
97 views

Free Blog site that allows PHP? [closed]

I was wondering if anyone knows of a free blog site (ie wordpress, blogspot, livejournal) that allows people to include php into their posts? Any leads would be greatly appreciate. cheers!
1
vote
3answers
235 views

POST attack on my website

I have a site (humanisms.co.uk) which incorporates a voting system, ie. user clicks "Up" and it sends a parameter to a PHP script via AJAX, the PHP inserts vote into MYSQL db and the new "Up" vote is ...
1
vote
1answer
2k views

Can I POST to a new window that I want to open up?

Is this possible? A third party site is running my Drupal module An end user clicks on a link which will: Open up a new window www.mysite.com/redirect.php and POST certain data to this page ...
1
vote
2answers
143 views

Is it necessary to use Timthumb in Wordpress 2.9+?

as Wordpress 2.9 comes with built in post thumbnail features, is it necessary to use Timthumb ?
1
vote
1answer
84 views

Website attack form submission triggering emails related questions

We are experiencing website attacks that trigger the submission of a form, and send alert emails. Normal process of form submission is to fill up a couple of text fields, and when the user is ...
1
vote
3answers
133 views

Alternative ways to post to Google+ Page?

Are there any alternative ways available to post to a Google+ Page such as email or text message?
1
vote
1answer
504 views

OpenSourec PHP and MySQL based POS application [closed]

I was looking OpenSource PHP and MySQL based POS(point of sail) web application. easy to use for users and flexible for customizing the future. Which alive project you recommend? Thanks,
1
vote
1answer
155 views

Do CDNs work with POST operations?

I'm using a CDN (Level3) for the first time and I'm a bit confused. I'm accessing dynamic URLs such as http://cdn.mysite.com?getItem=1234 that return text data. Do CDNs work with HTTP POST ...
0
votes
1answer
128 views

When does FireFox ask for confirmation on page redirect?

Every once in a while I click a link and see the following (I'm using FF 11.0): I was wondering why FF does this on some redirects/links and not on others. I was thinking maybe it does that when ...
0
votes
2answers
118 views

POST data to another form with php

I want to create a form on my page to get information this is easily done and the problem. I want to 'POST' information to my own php-page, creating a new id and saving the information to my ...
0
votes
1answer
118 views

How does facebook/google plus save posts? [closed]

On Facebook and Google Plus you can see the original post, who posted it, when and all of the comments that follow. How do they save the posts, then load that data with php? XML Files?
0
votes
0answers
20 views

Wordpress post featured image [closed]

When i add an image and link it to related post, it add at the end, slash image tag (url/image) which goes to another page, not the post. How can i delete this image tag adding?
0
votes
1answer
62 views

phpmyadmin and 1MB post data

In php.ini I have set php to allow 7MB POST data size. But when I used phpmyadmin to save 1MB data of text into a field, it just listed all the record from the parent table and did nothing to the ...