CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: Dragonfire
<script language="javascript" type="text/javascript" src="../inc/tinymce/tiny_mce.js"></script> 
   [java_vars]
   <script language="javascript" type="text/javascript" src="[dir]/_js/lib.js"></script>
   <script language="javascript" type="text/javascript" src="[dir]/_js/dzcp.js"></script>
by Dragonfire   April 01, 2010 @ 12:29pm
Tags:
214 Views
no comments
 
//-> convert string for output
function re($txt)
{
  $txt = stripslashes($txt);
  $txt = str_replace("& ","&amp; ",$txt);
  $txt = str_replace("[","&#91;",$txt);
  $txt = str_replace("]","&#93;",$txt);
  $txt = str_replace("\"","&#34;",$txt);
  $txt = str_replace("<","&#60;",$txt);
  $txt = str_replace(">","&#62;",$txt);
by Dragonfire   April 01, 2010 @ 2:24am
Tags:
89 Views
no comments
 
 
<tr>
<td class="navLregLeft"></td>
<td>[pic]</td>
<td style="vertical-align:middle;text-align:left"><a style="color: #FFF" href="../user/index.php?action=user&id=[id]">[user]</a></td>
<td style="vertical-align:middle">[msg]</td>
<td class="navLregRight" style="vertical-align:middle"></td>
</tr>
by Dragonfire   March 29, 2010 @ 4:19am
Tags:
198 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate