Link to home
Start Free TrialLog in
Avatar of asaidi
asaidi

asked on

auto save the link from the browser

Hi
i have  a report that prints each month to the screen automatically ,
can the link be saved automatically then it will be putting on the body of the email to be send  to the customer...
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Olaf Doschke
It's unclear what you want.

There are many kinds of reports you could do with or without PHP into Word, PDF, Excel, etc. besides of course simply outputting a html page.

And what link do you want to save where? into what? Into favorites of the browser? Into the report itself?

How is email involved at all? Is the report automatically mailed? Or is that the step missing?

Bye, Olaf.
Avatar of asaidi
asaidi

ASKER

Hi Olaf
normally this report will be send automatically by  email to the customer..
i thought we could not do an automatic send then i want to save the result from the browser to my c:
then write an email script and put the link saved into body of email ,then the customer can only click on the link and he get the result..then if he wants to print it he can do..
I think you can send the URL of a page or create a link to the page using the variables shown above.  Install and run this script to check the values:

<?php phpinfo();

Open in new window

Well, do you have control about the php script at all?

If the link you have creates a page your customers want to see and print, and you have control over that php script and can change it, you can instead send the output of the script as an html mail to a customer.

If you the script isn't yours, but the link is displaying the page for anyone, not depending on login or cookies, simply send the link over for a customer to go there and print it.

But to get the page yourself and save it to mail it would be an overhead in any situation, won't it?

Bye, Olaf.