Michael Alaimo wrote:
> Does special configuration have to take place with PHP to let apache
> process server side include files that are HTML documents?
>
PHP doesn't care, but you will need to configure apache to do both SSI
and PHP processing.
--
Per Jessen, Zürich (17.8°C)
--
PHP Gene
On Thu, Sep 2, 2010 at 5:43 PM, Jim Lucas wrote:
> Paul Halliday wrote:
>> I think I just might be missing the logic here.
>>
>> I have a page that is created and within this page, I include an
>> iframe like this:
>>
>> $qp = urlencode("$when $wFilter $aFilter");
>> echo "\r> 12px;\">
>>
Thanks for the reply. Unfortunately I still get the same results.
$response is in the soaplib.php file.
It's as if the data is not getting to my php page?
The view source shows the following data:
http://schemas.xmlsoap.org/soap/envelope/"; >
.
.
.bunch of data
.
.
> Date: Thu, 2 Sep 201
Michael Alaimo wrote:
> Does special configuration have to take place with PHP to let apache
> process server side include files that are HTML documents?
>
> Mike
>
To clarify, you are talking about Apache SSI correct?
If so, then now. PHP has nothing to do with it, nor does it need to be
conf
Paul Halliday wrote:
> I think I just might be missing the logic here.
>
> I have a page that is created and within this page, I include an
> iframe like this:
>
> $qp = urlencode("$when $wFilter $aFilter");
> echo "\r 12px;\">
> \r src=\"edv.php?qp=$qp\" width=100% height=1000 framebor
Does special configuration have to take place with PHP to let apache
process server side include files that are HTML documents?
Mike
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I think I just might be missing the logic here.
I have a page that is created and within this page, I include an
iframe like this:
$qp = urlencode("$when $wFilter $aFilter");
echo "\r
\r
\r
\r";
When I call edv.php though, I can't $qp = $_REQUEST['qp'];
What am I m
Hello Gino,
Just put at the end the following:
echo $response;
That will echo it into the browser.
--
With best regards from Ukraine,
Andre
Skype: Francophile
Twitter: http://twitter.com/m_elensule
Facebook: http://facebook.com/menelion
- Original message
Hi everyone,
I am trying to write a simple php page using an sdk. The SDK api contains all
wsdl files which do all the work.
There's a soap.php which has all the functions and stores the output in
$response.
My
php page includes soap.php and a function. The function is handled by
soap.php a
Jordan,
Do you have a shared hosting? i.e. you must have hosted your site/page on
some server.
Most of the hosting server these days provide you with the feature of
installing SSL certificate.
So what you need is-
Buy a SSL certificate from a vendor. There are so many of them available
these da
Jordan,
Bostjan hit the main points, but if you're trying to run a secure
server, you probably ought to know more about it than you do now.
It's pretty easy to arrange a secure connection that isn't actually
secure if you don't know what you're doing. I'd recommend a good
Apache book -- I have
You should look up something like "openssl how to create self signed
certificate" on google. Once cert is created, you should look up "apache ssl
howto". The rest is just following instructions intelligently. Or use a
consulting company.
b.
PS: This has nothing to do with PHP, in case you haven't
On 2 September 2010 13:20, Jangita wrote:
> On 02/09/2010 12:59 p, Peter Lind wrote:
>>
>> Which wouldn't do anything seeing as file2.php has already been
>> included by file1.php.
>
> Amazing! I didn't think that once you include a file; any other file
> included also includes any earlier include
Hello everybody
I need me a little help.
I have one web page with hhtp protocol, but i need to change in https.
Somebody tell me that I need to create some SSL certificate.
I use some Apache server.
Do you somebody know does is easy and can i do?
Does need to write some php scripts or anything?
Hi guys,
I would like to develop an Application in PHP to manage DICOM images. The
idea is that the application should be able to receive images from different
devices connected through a local switch.
The application should act as a server, always listening, and then when some
of the devices send
On 02/09/2010 12:59 p, Peter Lind wrote:
Which wouldn't do anything seeing as file2.php has already been
included by file1.php.
Amazing! I didn't think that once you include a file; any other file
included also includes any earlier included files (if that makes any sence)
I've always thought i
On 2 September 2010 12:55, Jangita wrote:
> On 01/09/2010 10:56 p, freem...@centrum.cz wrote:
>>
>> I think the files included just when you call it to include. How do you
>> mean
>> it later?
>> What's in that file? A class or direct code?
>>
>> David Mehler wrote:
>>
>>> Hello,
>>> I've got prob
On 01/09/2010 10:56 p, freem...@centrum.cz wrote:
I think the files included just when you call it to include. How do you mean
it later?
What's in that file? A class or direct code?
David Mehler wrote:
Hello,
I've got probably a simple question on require_once. I've got a file
that has require
Hi!
as first i want you look at this image http://i56.tinypic.com/2zic001.png
i can read all pixels , make picture black and white,add length of black
pixel's to array like (from 300x 20y to 320x to 20y).
I can dump coordinates blue square as easily but i cant say this for yellow
ellipse.
So the
19 matches
Mail list logo