Results 1 to 2 of 2

Thread: How to do it?

  1. #1
    Join Date
    Aug 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to do it?

    I wanna to write app that would be able to add links into the webdirectories (on PHP). Do u have any recommendations?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    That is very unclear.

    PHP scripts aren't "apps", but rather "scripts". They're just code... not standalone programs.

    Umm....
    <?php
    echo '<a href="stuff">';
    ?>

    That's it.

    If you mean to show all possible directories to create a tree of paths to go on, then that's more complex. Just learn the language, use php.net for help with specific functions, and play with it. Shouldn't be too complex.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •