I am using a statement
include test.php in my program which works fine.
But I want to do like this below
include '
I have https on my website which also works fine.
My php file should point to a htpps connection.
I get error when I run the above statement
Warning: main( failed to open stream: No such file or directory in...
Warning: main(): Failed opening for inclusion
Is it not possible for me to include a https.
MP
include test.php in my program which works fine.
But I want to do like this below
include '
I have https on my website which also works fine.
My php file should point to a htpps connection.
I get error when I run the above statement
Warning: main( failed to open stream: No such file or directory in...
Warning: main(): Failed opening for inclusion
Is it not possible for me to include a https.
MP