another url in argument

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default another url in argument

    Hi guys,

    I have to use something like this:
    [url]http://www.mysite.com/script.php?url=http://www.anothersite.com/script.php?another_var=etc[/url]

    but it doesn't work because the url in argument has another ? So I really
    don't know what to do with this. Can anyone help ?

    Yang


    Yang Li Ke Guest

  2. Similar Questions and Discussions

    1. CFFunction Date Argument
      Hi all! Here's the setup... In a cfc method: <cfargument name="myDate" type="date" required="no" default=""> In my calling cfm: <cfset...
    2. argument is not a valid
      I have installed PHP 5. When I test various php/mysql scripts I`ve written earlier (php 4) I get this kind of warning on every one (Connecting...
    3. argument of webservice
      Hello, I have tried to pass a string parameter to webservice like this : On client side (javascript) : var iCallID ; .... var s s =...
    4. [PHP-DEV] imap_append (fifth argument)
      This seems trivial enough that there's no reason not to fold it into PHP5. I do have a couple questions though: 1) What is the expected format of...
    5. [PHP-DEV] imap_append (fifth argument)
      Hello, I have a question about imap_append function. Why don't you (or php developers) use this patch in new php release? :...
  3. #2

    Default Re: another url in argument

    "Yang Li Ke" <yanglike@sympatico.ca> wrote in message
    news:7K%Zc.26216$CG3.1818480@news20.bellglobal.com ...
    > Hi guys,
    >
    > I have to use something like this:
    >
    [url]http://www.mysite.com/script.php?url=http://www.anothersite.com/script.php?a[/url]
    nother_var=etc
    >
    > but it doesn't work because the url in argument has another ? So I really
    > don't know what to do with this. Can anyone help ?
    urlencode() for the second URL, IIRC

    - Virgil


    Virgil Green Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139