473,326 Members | 2,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

different content based on login

We're an employee benefits administration company. We'd like to post
downloadable forms on our web site. We'd like employees from client
company XYZ to be able to download only forms customized for XYZ
company, but not even be able to see the forms for ABC Compnay. Can we
obtain some ready made program for that? We do have PHP and MySQL, but
not the ability to create this from scratch. Can anyone help?

Regards

Jul 17 '05 #1
3 1354
Carved in mystic runes upon the very living rock, the last words of finn of
comp.lang.php make plain:
We're an employee benefits administration company. We'd like to post
downloadable forms on our web site. We'd like employees from client
company XYZ to be able to download only forms customized for XYZ
company, but not even be able to see the forms for ABC Compnay. Can we
obtain some ready made program for that? We do have PHP and MySQL, but
not the ability to create this from scratch. Can anyone help?


What kind of forms? Do you just want to output an HTML page mocked up like
a form, that can be printed out? Do you want to, say, make different PDFs
available by login? Either one easily doable, but more detail needed.

--
Alan Little
Phorm PHP Form Processor
http://www.phorm.com/
Jul 17 '05 #2
Yes, different PDF files available for each login.

Finn

Jul 17 '05 #3
Carved in mystic runes upon the very living rock, the last words of finn of
comp.lang.php make plain:
Yes, different PDF files available for each login.


<?php
$PDFs['login1'] = 'file1.pdf';
$PDFs['login2'] = 'file3.pdf';
$PDFs['login3'] = 'file3.pdf';
?>

<A HREF="<?=$PDFs[$login]?>">Click</A>

--
Alan Little
Phorm PHP Form Processor
http://www.phorm.com/
Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Bozo Schmozo | last post by:
Greetings! I've searched groups.google.com already to see if I can determine if using PHP/MySQL (if needed) for a web site I wish to develop. As the subject indicated, it will be a content...
3
by: David E. Smith | last post by:
I want to redirect input from one page to another, but it's POST content. If it were GET, I could just do something like: header("Location: /new/form.php?a=1&b=2") I can't rewrite the...
1
by: Epetruk | last post by:
Hello all, I'm sorry for the long post, but I think it's better if I'm as detailed as I can be so that I don't make a mistake in my choice and so that there's a clear understanding of to what...
3
by: | last post by:
One thing I did a lot of in Classic ASP involved showing page elements conditionally based on whether a user was logged in or not. Logged in users or "superusers" would get more content and/or more...
1
by: Giles | last post by:
We have a web site where the user logs in and a session variable is set, which allows access to all pages via an include at the top of every page ( if session("LoggedInOK")<>"Yes" etc) We have...
61
by: phil-news-nospam | last post by:
Why does SVG need a different tag than other images? IMHO, SVG should be implemented as an image type just like any other image type, allowing it to work with <img> tags, and ... here is the...
8
by: CptDondo | last post by:
I have a small, embedded app that uses a webserver to serve up pages showing status, etc. Right now all the pages are hard-coded in English. We need to provide multi-lingual support. All of...
43
by: davidkoree | last post by:
I mean not about cookie. Does it have something to do with operating system or browser plugin? I appreciate any help.
4
by: sandeepsangshetty | last post by:
Hi friends, I designed one master page in my application. Here i am stuck up with hiding the content for the different users login. If the login user is Admin he needs to see some content and...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.