FireFox! The PHP Forum Loans and Credit
Panama Web Design for Hire Free Insurance Quotes!
Web Hosting Advertise Here $10 a Month Designer Children
Never Pay Taxes Again HGH Domain name registration
Web Hosting and Dedicated Servers Insurance Affordable web-hosting


HomeWatched TopicsRegisterSearchDirectory
FAQMemberlistUsergroupsLog inStoresItemsBank
Google

Reply to topic Page 1 of 1
loading font in combobox
Message  

Reply with quote
Post loading font in combobox 
Hi,

I am developing a content management system.In this, the formatting of the text must be done dynamically. I want to display a combo box with some font names by default and also the user may upload their font to server.The uploaded font name must be displayed in the combobox.

Php,vbscript,javascript and html is used in developing the site.

Which script is used for this? I searched in google for php,javascript and vbscript.but i didn't get it.

If anybody know,help me.

Thanks in advance

View user's profile Send private message

Reply with quote
Post  
What I could offer you is this:

store your font names in your database. All the font names that your server machine has. You will need to do that only once Smile. You could also speed up the process by using this:

Code:

<?php
$dir = "your_font_directory";

// Open a known directory, and proceed to read its contents
if (is_dir($dir)) {
    if ($dh = opendir($dir)) {
        while (($file = readdir($dh)) !== false) {
            echo "filename: $file : filetype: " . filetype($dir . $file) . "\n";
        }
        closedir($dh);
    }
}//code taken from PHP Manual
?>


instead of echo "filename..... blablabla" put your code where you could insert all the file names without extensions.

Then after you are done with this, you are saying a user can upload his/her own font. Then when they do so just insert the new font into your database Smile.

Regards,
Pratamishus.


_________________
www.eb-downloads.com
FREE E-BOOKS DOWNLOADS.
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  



Google

FireFox! The PHP Forum Loans and Credit
Panama Web Design for Hire Free Insurance Quotes!
Web Hosting Advertise Here $10 a Month Designer Children
Never Pay Taxes Again HGH Domain name registration
Web Hosting and Dedicated Servers Insurance Affordable web-hosting


Web Design by PlatinumShore.com & Web Hosting by TradeWebHosting.com