change font

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
meh485
Forum Newbie
Posts: 1
Joined: Mon Jul 17, 2006 3:09 pm

change font

Post by meh485 »

hi everybody, im kind of new to php so this may seem stupid to all of you

so i need to write a php script that converts the current date to another type of date, called the coptic calender.
the thing with the coptic calender is its in a different language, so my problem is how to output it in that language.
i have the font installed on the computer that will run this script.

the only way i see how to solve this problem is to jump outside of the php code and write the basefont html tag, but that will be very tedious, so is there anything in PHP i can use?

thank you all very much
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

CSS potentially.. or using php's GD if you need it as a graphic.
Post Reply