I have many php pages which get creating each time a user
signs up to
my website.
when they are logged in the $username calls the homepage for
that user
what i need is to be able to automatically save a single
copied version
of the php homepage into a standard html page in order for
non-logged
in users to view the home pages
literally i need to convert PHP to HTML whilst online
automatically
saving a html version which will not need to use varibles
like
src="$image" but uses src="/image.jpg"
by creating a saved version a not logged on user can access
and view
this html generated page...
note i do not wish to do this process on my local machine
but to be
done on the host server. hopefully automatically but i just
need the
conversion script so i can work from there..
thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "PHP & MySQL" group.
To post to this group, send email to phpmysql googlegroups.com
To unsubscribe from this group, send email to
phpmysql-unsubscribe googlegroups.com
For more options, visit this group at ht
tp://groups-beta.google.com/group/phpmysql?hl=en
-~----------~----~----~----~------~----~------~--~---
|