php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #22930 A rquest for new feature "<Lock>"
Submitted: 2003-03-27 10:09 UTC Modified: 2003-03-27 16:53 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: rr_juneja at yahoo dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.3.0 OS: Linux
Private report: No CVE-ID: None
 [2003-03-27 10:09 UTC] rr_juneja at yahoo dot com
I have been using php and many times I want to show to my client the admin sectiona and the various features which i have made in that. But i want that when the client enters in the site he should be able to view all the link, but there are few links which i just want him to see and i dont want that he should manipulate anything using that links.

So if a new feature such as a "<lock>" if is introduced, will be very help ful to the end user. All the links that are between "<lock> </lock>" will be just visisble and the client wont be able to click on them. If this feature is introduced the programming will be very simple and very useful to the end user.

I can do this in other ways too, but if there is a similar feature to "<lock>" which i am thinking of the programming can be made very simple. And i know that introducing this feature wont require much of the modifications.

Please inform me if you like my suggestion as i have lot new functions which i havent found in many of the languages. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-27 16:53 UTC] magnus@php.net
Just make a function which will fix that for you.
lock_url("Localhost", "http://localhost/");

And how do you think it should know that it is a regular user that is viewing the page ?
Far much better to make your own function for it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC