<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Masters Site &#187; Programming</title>
	<atom:link href="http://www.webm.in/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webm.in</link>
	<description>All For Web Masters</description>
	<lastBuildDate>Sun, 16 May 2010 09:24:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Country Drop Down List for Web Forms</title>
		<link>http://www.webm.in/2009/03/country-drop-down-list-for-web-forms/</link>
		<comments>http://www.webm.in/2009/03/country-drop-down-list-for-web-forms/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 23:13:20 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=201</guid>
		<description><![CDATA[
Here is Country Drop Down List for Web Forms, you can use it for registration page or for something else.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
&#60;select&#62;
&#60;option value=&#34;  &#34;&#62;(Select Your Country)&#60;/option&#62;
&#60;option value=&#34;Afganistan&#34;&#62;Afghanistan&#60;/option&#62;
&#60;option value=&#34;Albania&#34;&#62;Albania&#60;/option&#62;
&#60;option value=&#34;Algeria&#34;&#62;Algeria&#60;/option&#62;
&#60;option value=&#34;American Samoa&#34;&#62;American Samoa&#60;/option&#62;
&#60;option value=&#34;Andorra&#34;&#62;Andorra&#60;/option&#62;
&#60;option value=&#34;Angola&#34;&#62;Angola&#60;/option&#62;
&#60;option value=&#34;Anguilla&#34;&#62;Anguilla&#60;/option&#62;
&#60;option value=&#34;Antigua &#38;amp; Barbuda&#34;&#62;Antigua &#38;amp; Barbuda&#60;/option&#62;
&#60;option value=&#34;Argentina&#34;&#62;Argentina&#60;/option&#62;
&#60;option value=&#34;Armenia&#34;&#62;Armenia&#60;/option&#62;
&#60;option value=&#34;Aruba&#34;&#62;Aruba&#60;/option&#62;
&#60;option value=&#34;Australia&#34;&#62;Australia&#60;/option&#62;
&#60;option value=&#34;Austria&#34;&#62;Austria&#60;/option&#62;
&#60;option value=&#34;Azerbaijan&#34;&#62;Azerbaijan&#60;/option&#62;
&#60;option value=&#34;Bahamas&#34;&#62;Bahamas&#60;/option&#62;
&#60;option value=&#34;Bahrain&#34;&#62;Bahrain&#60;/option&#62;
&#60;option value=&#34;Bangladesh&#34;&#62;Bangladesh&#60;/option&#62;
&#60;option value=&#34;Barbados&#34;&#62;Barbados&#60;/option&#62;
&#60;option value=&#34;Belarus&#34;&#62;Belarus&#60;/option&#62;
&#60;option value=&#34;Belgium&#34;&#62;Belgium&#60;/option&#62;
&#60;option value=&#34;Belize&#34;&#62;Belize&#60;/option&#62;
&#60;option value=&#34;Benin&#34;&#62;Benin&#60;/option&#62;
&#60;option value=&#34;Bermuda&#34;&#62;Bermuda&#60;/option&#62;
&#60;option value=&#34;Bhutan&#34;&#62;Bhutan&#60;/option&#62;
&#60;option [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2009/03/country-drop-down-list-for-web-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read From Files In PHP</title>
		<link>http://www.webm.in/2008/08/read-from-files-in-php/</link>
		<comments>http://www.webm.in/2008/08/read-from-files-in-php/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 00:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=135</guid>
		<description><![CDATA[Read from open file can be done with function fread

string fread(int file, int length)

This function returning string with size of length from file which you want to read, for example

&#60;?
&#160;
$file = fopen&#40;&#34;c:\file.txt&#34;, &#34;r&#34;&#41;; // File which must be opened
&#160;
if&#40;!$file&#41; //if file have not been loaded
&#160;
&#123;
&#160;
echo &#34;Error&#34;;
&#160;
&#125;else&#123;
&#160;
$buff = fread&#40;$file, 100&#41;; // Read from $file(file.txt) maximum 100 [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2008/08/read-from-files-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript And PHP</title>
		<link>http://www.webm.in/2008/05/javascript-and-php/</link>
		<comments>http://www.webm.in/2008/05/javascript-and-php/#comments</comments>
		<pubDate>Wed, 28 May 2008 09:49:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=76</guid>
		<description><![CDATA[For example you want to use javascript in php and want to get for example alert message with this javascript code

&#60;strong&#62;&#60;script language=&#34;Javascript&#34;&#62;alert &#40;&#34;This is a Javascript Alert&#34;&#41;&#60;/script&#62;

Now how to use it in echo here is example

echo&#34;
&#60;script language=\&#34;Javascript\&#34;&#62;alert(\&#34;This is a Javascript Alert\&#34;)&#60;/script&#62;&#34;;

]]></description>
		<wfw:commentRss>http://www.webm.in/2008/05/javascript-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP File Upload</title>
		<link>http://www.webm.in/2008/04/php-file-upload/</link>
		<comments>http://www.webm.in/2008/04/php-file-upload/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 10:28:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=59</guid>
		<description><![CDATA[<pre lang="php" lineno="4">]]></description>
		<wfw:commentRss>http://www.webm.in/2008/04/php-file-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash &amp; W3C</title>
		<link>http://www.webm.in/2008/03/flash-w3c/</link>
		<comments>http://www.webm.in/2008/03/flash-w3c/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 12:35:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=5</guid>
		<description><![CDATA[
Few days ago, I was worked on design of my site, I wanted to include flash slide show into it, I added flash normally. my work was perfect, everything worked fine, but W3C has founded some error in my site, this errors were because of flash &#60;embed&#62; element, later I have read this blog http://alistapart.com/articles/flashsatay, [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2008/03/flash-w3c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
