<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="0.92">
<channel>
	<title>Pagecity: Business Websites Development Guide</title>
	<link>http://www.pagecity.org</link>
	<description></description>
	<lastBuildDate>Sun, 27 Apr 2008 20:52:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Ten days to learn PHP (10/10,pagecity.org)</title>
		<description>Study goal: The academic society uploads the document with PHP and sends the mail
The upload document form must add on enctype= " multipart/form-data "
With &#60;input type= " file " name= " file " &#62;
Below looks at the code:
$f=&#38;$HTTP_POST_FILES ['file'];
$dest_dir='uploads';//hypothesis upload table of contents
$dest=$dest_dir. '/' .date (“ymd”).”_ “. $f ['name']; // ...</description>
		<link>http://www.pagecity.org/news/ten-days-to-learn-php-1010pagecityorg_19/</link>
			</item>
	<item>
		<title>Ten days to learn PHP (9/10)</title>
		<description>Study goal: Matters needing attention

Because I am study ASP first, therefore makes PHP again time will discover that many places need to adapt.

1st, the attention do not leak the semicolon
2nd, before the attention do not leak the variable $
3rd, uses SESSION time pays attention do not omit session_start();

If occurs is ...</description>
		<link>http://www.pagecity.org/news/ten-days-to-learn-php-910_18/</link>
			</item>
	<item>
		<title>Ten days to learn PHP (8/10)</title>
		<description>Study goal: Makes a paging demonstration

The key was uses in SQL sentence limit to define the demonstration the record from several to several. We need a record current page variable $page, but also needs altogether record to count $num

Regarding $page, if does not have us to let its =0, if ...</description>
		<link>http://www.pagecity.org/news/ten-days-to-learn-php-810_17/</link>
			</item>
	<item>
		<title>earn PHP and mysql programing:Step by step(7/10,pagecity.org)</title>
		<description>Learning Objective: To learn the use of SESSION

SESSION many of the role, with most of the site is within the pages of variable transmission. We must start the page session_start (); Open SESSION;
Then you can use SESSION variables, for example, is assigned to: $ _ SESSION [ 'item'] = "item1"; ...</description>
		<link>http://www.pagecity.org/news/earn-php-and-mysql-programingstep-by-step710pagecityorg_16/</link>
			</item>
	<item>
		<title>Learn PHP and mysql programing:Step by step(6/10,pagecity.org)</title>
		<description>



Learning Objective: To learn to add amended to delete data
mysql_query ($ exec);
This statement alone can perform all the operations, is different this $ exec sql statement
Add: $ exec = "insert into tablename (item1, item2) values ('".$_ POST [ 'item1']."',".$_ POST [' item1'].")";
Delete: $ exec = "delete from tablename where ...";
Laws: ...</description>
		<link>http://www.pagecity.org/news/learn-php-and-mysql-programingstep-by-step610pagecityorg_15/</link>
			</item>
	<item>
		<title>Learn PHP and mysql programing:Step by step(5/10,pagecity.org)</title>
		<description>Learning Objective: To learn to read data
Look at the two functions:
1, mysql_query
Submit a query string. Grammar: int mysql_query (string query, int [link_identifier]); return value: integer
This function submit query string for MySQL related to the handling or implementation. If not specified link_identifier parameters, the program will automatically find the nearest open ...</description>
		<link>http://www.pagecity.org/news/learn-php-and-mysql-programingstep-by-step510pagecityorg_14/</link>
			</item>
	<item>
		<title>Learn PHP and mysql programing:Step by step(4/10,pagecity.org)</title>
		<description>Learning Objective: Institute of connecting to the database
It is a PHP library, rich PHP function to some parts of quite simple. We down a proposal of the PHP function manual, used to the total.
I am here to say to connect MYSQL database.
1, mysql_connect
Open MySQL server connection.
Grammar: int mysql_connect (string [hostname] ...</description>
		<link>http://www.pagecity.org/news/steps-to-steps-to-learn-php-and-mysql-programing410_13/</link>
			</item>
	<item>
		<title>Learn PHP and mysql programing:Step by step(3/10,pagecity.org)</title>
		<description>Objective: Construction Institute database
In ASP, if it is ACCESS database you can open the MDB ACCESS to edit the document, if you can open SQL SERVER Enterprise Manager to edit SQL SERVER database, but in PHP, MY SQL command line editing may be beginners Am very troublesome, it does not ...</description>
		<link>http://www.pagecity.org/news/steps-to-steps-to-learn-php-and-mysql-programing310_12/</link>
			</item>
	<item>
		<title>Learn PHP and mysql programing:Step by step(2/10)</title>
		<description>Learning Objective: To control the flow control php
1, if .. else cycle of three structures
The first one is only used if conditions, as a simple judgement. Cheng explained, "if something happened, how to deal with." Syntax is as follows:
if (expr) (statement)
The expr for judging the conditions, are often used as ...</description>
		<link>http://www.pagecity.org/news/steps-to-steps-to-learn-php-and-mysql-programing210_11/</link>
			</item>
	<item>
		<title>Learn PHP and mysql programing:Step by step(1/10)</title>
		<description>Below a brief introduction to PHP syntax.
1, embedded:
ASP similar to the &#60;%, PHP can be &#60;? Php or &#60; », the end symbol is«&#62;, of course, you can also specify their own.
2, cited documents:
The paper quoted two ways: require and include.
require the use of methods such as require ( "MyRequireFile.php");. ...</description>
		<link>http://www.pagecity.org/news/steps-to-steps-to-learn-php-and-mysql-programing110_10/</link>
			</item>
</channel>
</rss>
