Top

PHP Code Snippets Tagged with http

  (2)  
Sort by 
This will extract the search query from a Google search. It doesn't specifically look for Google in the referer so it may capture more than just Google searches. You can use this information to re-perform..
Tags: google  http  query  referer  search 
+ 3 likes
4 comment(s)    Score: 8.0    Platform: PHP    Posted by Hawkee on Nov 19, 2008
I've found this to be quite useful in handing uploaded files through HTTP. You can use this to move the file from your /tmp folder to a folder on your site that isn't mode 777. The concept is simple...
Tags: copy  file  ftp  http  secure 
+ 1 likes
3 comment(s)    Score: 7.3    Platform: PHP    Posted by Hawkee on Mar 13, 2005
Bottom