Tuesday, September 07, 2010
 Forum
Minimize
 
  Itellu  Modules  jQuery.CodeHigh...  PHP Code Example
Previous Previous
 
Next Next
New Post 11/25/2008 1:38 PM
User is offline ljjhost
30 posts
No Ranking


PHP Code Example 
##################################################################

// # +-----------------------------------------------------------+
// # | Function for escaping and trimming form data.
// # +-----------------------------------------------------------+

	function dbReady($data) 
	{ 
		if (ini_get('magic_quotes_gpc')) 
		{
			$data = stripslashes($data);
		}
		
		return mysql_real_escape_string(trim($data));
	}

##################################################################

------------------------------------------

Source Code

------------------------------------------

<pre><code class="php">
##################################################################

// # +-----------------------------------------------------------+
// # | Function for escaping and trimming form data.
// # +-----------------------------------------------------------+

 function dbReady($data)
 {
  if (ini_get('magic_quotes_gpc'))
  {
   $data = stripslashes($data);
  }
  
  return mysql_real_escape_string(trim($data));
 }

##################################################################
</code></pre>
<p>&#160;</p>


Itellu.net
 
Previous Previous
 
Next Next
  Itellu  Modules  jQuery.CodeHigh...  PHP Code Example

 

Welcome to dnn modules zcenter!

 

 Jquery.CodeHighlighter
Minimize
Copyright 2007 by My Website