NYCPHP Meetup

NYPHP.org

[nycphp-talk] embedding one web page in another

Brian Pang bpang at bpang.com
Thu Jul 10 11:29:57 EDT 2003


Do you know about phpinfo()?

create a page called

info.php

with the contents of

<?
phpinfo();
?>

view the page... it should have some mention of OpenSSL being enabled, etc.

as others here may advise, don't leave that page up and open to the public.




> At 10:33 AM 7/10/2003 -0400, you wrote:
> >Are you certain that you compiled php with OpenSSL?
> 
> Sorry, that's still terminology beyond my expertise.
> 
> All I can tell you is that I created a page that calls up Yahoo. Then
I put 
> in on the server and it worked. When I created and installed another
page, 
> identical to the first except for an HTTPS URL, it returned errors saying 
> the secure page couldn't be found.
> 
> Yet entering the identical secure URL into the browser's address field 
> bring up that page.
> 
> I'm sure there's a logic for it but it escapes me.
> 
> I truly appreciate the help here.
> 
> Thanks again . . . 
> 
> _______________________________________________
> talk mailing list
> talk at lists.nyphp.org
> http://lists.nyphp.org/mailman/listinfo/talk
> 
> 






More information about the talk mailing list