Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/database/database.php:2) in /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/session/session.php on line 423

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/database/database.php:2) in /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/session/session.php on line 423

Warning: Cannot modify header information - headers already sent by (output started at /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/database/database.php:2) in /home/content/f/e/r/ferasferas1/html/scriptslibrary/libraries/joomla/session/session.php on line 426
Free Programming Tutorials & Source Code - The Scripts Library Community Free programming tutorial and source code for beginners and professional http://www.scriptslibrary.net/component/content/frontpage Mon, 06 Sep 2010 19:37:39 +0000 Joomla! 1.5 - Open Source Content Management en-gb Welcome to the Scripts Library! http://www.scriptslibrary.net/component/content/article/1-latest-news/1-welcome-to-scripts-library http://www.scriptslibrary.net/component/content/article/1-latest-news/1-welcome-to-scripts-library
ScriptsLibrary.NET is a public source code repository which let you share your code, scripts, tutorials and useful materials with other developers.

A quick start:
  1. Browse the Code Library

  2. Subscribe to the RSS Feeds

  3. Share your code


]]>
info@scriptslibrary.net (Administrator) frontpage Thu, 12 Oct 2006 10:00:00 +0000
Remove characters from a string except numbers and letters http://www.scriptslibrary.net/php/124-remove-characters-from-a-string-except-numbers-and-letters http://www.scriptslibrary.net/php/124-remove-characters-from-a-string-except-numbers-and-letters

{CODE brush: php;}
<?php

$string = "remove *unwanted !character% from my string 1212&&";
$clean_string= ereg_replace("[^A-Za-z0-9]", "", $string);
echo $clean_string

?>
{/CODE}]]>
ferasc@hotmail.com (Feras) frontpage Sat, 05 Dec 2009 01:34:19 +0000
Get Local IP Address List Using VB.NET http://www.scriptslibrary.net/visual-basic-net/123-get-local-ip-address-list-using-vbnet http://www.scriptslibrary.net/visual-basic-net/123-get-local-ip-address-list-using-vbnet ]]> ferasc@hotmail.com (Feras) frontpage Sat, 28 Nov 2009 15:43:49 +0000 Get Computer Name Using VB.NET http://www.scriptslibrary.net/visual-basic-net/122-get-computer-name-using-vbnet- http://www.scriptslibrary.net/visual-basic-net/122-get-computer-name-using-vbnet-
Required namespace for this snippet:
]]>
ferasc@hotmail.com (Feras) frontpage Fri, 27 Nov 2009 16:47:14 +0000
Count Words in a Text String in VB.NET http://www.scriptslibrary.net/visual-basic-net/121-count-words-in-a-text-string-in-vbnet http://www.scriptslibrary.net/visual-basic-net/121-count-words-in-a-text-string-in-vbnet ]]> ferasc@hotmail.com (Feras) frontpage Fri, 27 Nov 2009 04:32:41 +0000 PHP Function to Prevent SQL injection http://www.scriptslibrary.net/php/120-php-function-to-prevent-sql-injection http://www.scriptslibrary.net/php/120-php-function-to-prevent-sql-injection ferasc@hotmail.com (Feras) frontpage Fri, 27 Nov 2009 03:06:22 +0000 Play Movie Flash File using HTML http://www.scriptslibrary.net/html/119-play-movie-flash-file-using-html http://www.scriptslibrary.net/html/119-play-movie-flash-file-using-html ]]> ferasc@hotmail.com (Feras) frontpage Fri, 27 Nov 2009 02:49:24 +0000 Socket Connect and Data Send in VB.NET http://www.scriptslibrary.net/visual-basic-net/118-socket-connect-and-data-send-in-vbnet http://www.scriptslibrary.net/visual-basic-net/118-socket-connect-and-data-send-in-vbnet
First, add the following namespace
]]>
payment@lebmailer.com (Feras) frontpage Fri, 24 Jul 2009 23:49:13 +0000
Auto-Fill ComboBox Using C# http://www.scriptslibrary.net/c-sharp/117-auto-fill-combobox-using-c http://www.scriptslibrary.net/c-sharp/117-auto-fill-combobox-using-c First, lets bind the combo with some data:
]]>
ferasc@hotmail.com (Feras) frontpage Tue, 30 Jun 2009 06:35:54 +0000