User Profile

Collapse

Profile Sidebar

Collapse
Darker
Darker
Last Activity: Jul 10 '11, 04:38 PM
Joined: Jul 6 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Darker
    replied to Help on Registration Script
    in PHP
    If you want to get the last word, it is:
    Code:
    substr($text, strrpos($text," "));
    See more | Go to post
    Last edited by Darker; Jul 6 '11, 12:58 PM. Reason: Wrong argument sequence for strrpos.

    Leave a comment:


  • Darker
    started a topic Fsockopen file upload fails
    in PHP

    Fsockopen file upload fails

    Hello. I am trying to send multipart post request via PHP to an anther web server.
    I had made clone of requests sent by Firefox. Target script detects HTTP POST, but both $_POST and $_FILES are emtpy.
    Here is an sender file:
    http://jmareda.tk/roboti/uploader.php
    The request is all data to the first line made of "_".

    I send the data on some another script on another freehosting:htt p://face-book.kvalitne.c z/upload.php...
    See more | Go to post
No activity results to display
Show More
Working...