This topic is locked

Viewing table without logging in

6/14/2007 6:22:25 AM
PHPRunner General questions
T
tparki authorDevClub member

I am well satisfied with the security applied through the login screen but I have a class of users who are reluctant even to hit the Guest button. For these I want to be able to display data (without the user being able to edit it of course) using a link from my general web site menu system.

Can I achieve this with phpRunner?

Hopefully

Tim

Alexey admin 6/14/2007

Hi,
just use direct links to PHPRunner pages in your menu.

I.e.

/phprunner/table1_list.php

instead of

/phprunner/

T
tparki authorDevClub member 6/15/2007

Hi,

just use direct links to PHPRunner pages in your menu.

I.e.

instead of



Hi Alexey,

It does not seem quite so simple as that in that placing the / after the php script name as you specify causes IE7 to stick and Mozilla to give me the message "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

Removing the final / and I get the login screen which is what I want to avoid for simple viewing.

Anything further I should do?

Tim

Alexey admin 6/15/2007

Tim,
please read my instructions carefully.
If you having difficulties applying them to your pages show me the hyperlink code from your menu to PHPRunner-created pages.

I'll help you to modify it.

T
tparki authorDevClub member 6/18/2007

Tim,

please read my instructions carefully.
If you having difficulties applying them to your pages show me the hyperlink code from your menu to PHPRunner-created pages.

I'll help you to modify it.


Absolutely no problem now that I am working to your (amended?) instructions without the terminating / AND I am quoting the php script currently in my phpRunner application.

Many thanks

Tim