Web Development Blog
Web development blog, including simple php, mysql, c#, html, js, nginx tips and tutorials.
15 August 2013
PHP Get Page Parameter Safe $_GET
›
Most of us have to use the $_GET in PHP to get the desired content id and print the contents on page. But we cannot trust the incoming pa...
PHP Get Current URL
›
I need to get the current url for some purposes, such as; Check the url if it is used to be. This is required to prevent dublicated conte...
29 June 2011
Maximum Request Length Exceeded ASP.NET
›
I got this error Maximum request length exceeded while i was trying to upload several files, or a single big size file. As default, max fil...
2 comments:
14 April 2011
C# Convert String to Integer
›
Converting string to int is simple in c#. There are two comman ways to convert string to int . Convert.ToInt32 Int32.TryParse Here is th...
2 comments:
06 December 2010
Fix MySQL Character Encoding Problem UTF-8 PHP
›
While gathering data from Mysql database i got character encoding problems when my tables have non-english text. I found a solution that co...
25 May 2009
ASP.NET How To access Master Page Variables Class Members C#.NET
›
Sometimes we need to access to a variable in master page file. For example I need to change the body onload event in html. In the asp.net ...
6 comments:
22 May 2009
Run PHP On Local Machine
›
When I want to develop a php website, it is always be hard to run and test the php code on local machine . After I search how to run php on...
4 comments:
‹
›
Home
View web version