<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1561" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial color=#0000ff size=2><A 
href="http://uk.php.net/manual/en/function.define.php">http://uk.php.net/manual/en/function.define.php</A></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=351474211-09112006><FONT face=Arial color=#0000ff 
size=2>define("MYVARNAME", 'some name');</FONT></SPAN></DIV>
<DIV><SPAN class=351474211-09112006><FONT face=Arial color=#0000ff size=2>
<DIV><SPAN class=351474211-09112006><FONT face=Arial color=#0000ff 
size=2>define("MYVARDEFAULT",&nbsp;0);</FONT></SPAN></DIV>
<DIV><SPAN class=351474211-09112006></SPAN>&nbsp;</DIV>
<DIV><SPAN class=351474211-09112006>and then everywhere else.....</SPAN></DIV>
<DIV><SPAN class=351474211-09112006></SPAN>&nbsp;</DIV></FONT></SPAN></DIV>
<DIV><SPAN class=351474211-09112006><FONT face=Arial color=#0000ff size=2>$x = 
variable_get(MYVARNAME, MYVARDEFAULT);</FONT></SPAN></DIV>
<DIV><FONT face=Tahoma><FONT size=2><SPAN class=351474211-09112006><FONT 
face=Arial color=#0000ff>&nbsp;</FONT></SPAN></FONT></FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV>I need to know how can I <STRONG>Set and Get</STRONG> variables 
  in<STRONG> Variable</STRONG> Table...</DIV>
  <DIV>As I don't want to use Hard Coded names, because I have to use It more 
  than 1 time in my module.</DIV>
  <DIV>I want to use variables to be Set In variable table once and then to Get 
  them like...</DIV>
  <P>DataBase Server Name<BR>DataBase Name<BR>Directories Name etc..</P>
  <P>Please tell me a way to solve this... </P>
  <P>Thanks</P></BLOCKQUOTE></BODY></HTML>