Ask a Question related to PHP Development, Design and Development.
-
Yang Li Ke #1
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
-
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... -
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... -
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 =... -
[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... -
[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? :... -
Virgil Green #2
Re: another url in argument
"Yang Li Ke" <yanglike@sympatico.ca> wrote in message
news:7K%Zc.26216$CG3.1818480@news20.bellglobal.com ...[url]http://www.mysite.com/script.php?url=http://www.anothersite.com/script.php?a[/url]> Hi guys,
>
> I have to use something like this:
>
nother_var=etcurlencode() for the second URL, IIRC>
> 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 ?
- Virgil
Virgil Green Guest



Reply With Quote

