Valhalla Legends Forums Archive | Web Development | PHP

AuthorMessageTime
FOH-Master
I guess this would come under web development.

I run a clan and as im in school its hard to update my site regularley. I found a php clan script but when i view it it has $fontstring in certain places. I would like to know what it means and why its there because on other clan sites that use scripts $fontstring doesnt apear there. Thx

FOH-Master
September 4, 2003, 4:59 PM
Yoni
Sounds like a variable name. Sounds like other scripts use different variable names?

[I don't know PHP.]
September 4, 2003, 7:30 PM
Crypticflare
Correct, its just a regular variablename by the name chances are it could do something with a generic font used throughout the theme. If you'd like to learn more about it, go thru the script and see where its declared
September 4, 2003, 7:46 PM
Adron
Also, when checking other clan's sites on the net, you probably won't see their php variables since the code has already been parsed...
September 4, 2003, 8:03 PM
FOH-Master
It apears not in a tag.
eg

<form action=addClan.php method=post>
   <table width=330 cellspacing=0 cellpadding=0 border=0>
    <tr><td colspan=2>
      $fontString
      <center><b><font size=2>Add Clan</font><br><br></b><center>
September 5, 2003, 4:25 PM

Search