| Cory D. Wiles 2004-05-18, 10:38 am |
| There are a few ways of doing it. The way that I always append it is by
doing the following:
<a
href="<?=$_SERVER['HTTP_HOST']?>/page.php?what=about&sid=<?=$PHPSESSID?>">Link
to page</a>
Daniel Anderson wrote:
> Hi,
>
> ------------------------------------------------------------------------
> 1: can anyone tell me how to do a session ID in the URL?
>
> so you could have something like:
>
> www.someserver.com/figures.php?what...87yf9013987rfr*
> **
> How do I get it to do that sort of thing?
> ------------------------------------------------------------------------
>
> 2: Can you change the font face in the Create Image thingy, so instead
> of it being something like this:
> I want something like Lucida Blackletter or something.
> ------------------------------------------------------------------------
>
> Many thanks,
>
> Dan
|