dashrathng
Forum Replies Created
-
Forum: Hacks
In reply to: PHP with WPThank you very much.
I will try running that in a public folder.
Forum: Hacks
In reply to: PHP with WP“Anyway, to hopefully more clearly answer your question, which I understand to be that you have a static HTML page and you want to run the script that you posted.”
That’s exactly what I am trying to do!
I do have all the field names matching the keys and I have everything else ready as you mentioned. But my question still remains unanswered.
For now, let us forget that there is a PHP script. How can I run a HTML page without logging in to the portal? How do I create such a HTML page.
As stated earlier this is my question – ” How can I run ANY page in WP without logging in? I have created a sample portal page with only HTML content in it. Is there a way to run it and see the page without logging in, by typing in the URL of that page?”.
Thank you for your patience.
Forum: Hacks
In reply to: PHP with WPThanks for your reply.
I think there is a bit of confusion here. As I stated in my question, I have not called the PHP script anywhere because I don’t know where to call it.
If you could answer me the following question I think it will be probably easy for me to figure out the rest:
How can I run ANY page in WP without logging in? I have created a sample portal page with only HTML content in it. Is there a way to run it by see the page without logging in, by typing in the URL of that page?
Apologies for any confusion!
Forum: Hacks
In reply to: PHP with WPHere is the PHP script I want to run in WP:
Thanks for your help.
Forum: Hacks
In reply to: PHP with WPThanks for the reply.
All I am trying to do is to have a PHP script that authenticates user by accessing the database. This PHP script will be called in the android app.
To be more clear, I have no idea how to run any page by by-passing the log-in page. For example, I have a created a sample portal page and if I try to run it, the page is redirected to the log-in page. Please let me know if there is a way to run the page without logging in.
My apologies if this is a very basic question, I am a newbie to WP.