Results 1 to 6 of 6

Thread: Simple php that receives url and displays those urls on the same page

  1. #1
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Simple php that receives url and displays those urls on the same page

    Need simple php that receives url submitted by user and displays them on that same page and the url shows the time of submitting and a click counter on those links and the older links will be deleted some time or limited no. of links can be displayed like 100-200 the older ones will be deleted.

    Like a link exchange system

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,634
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    are you trying to write a script like this, yourself, looking for an existing script, or asking for someone to write a script for you?

    are you using a database?
    do you need to check the links and make sure they're valid URLs?
    do you need to make sure they're not dangerous (linking to malware, etc.)?

  3. #3
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    Run-on sentences drive me nuts.
    - Josh

  4. #4
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,443
    Thanks
    107
    Thanked 120 Times in 118 Posts

    Default

    Pffft! Grammar, who needs it?
    To choose the lesser of two evils is still to choose evil. My personal site

  5. #5
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    sorry for my bad English.

    Here are some answers to your questions.
    i don't want to use any database.
    i will put some conditions to that link so that malware links are not there.
    i want that all links to be post in php and they are retrieved on that same page.

    Pls provide me any script or idea??

  6. #6
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,634
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    are you trying to write this script yourself?

    are you familiar with processing forms with php and the filesystem functions?

    this sort of thing would be much easier with a database; but it is possible using a flat text file.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •