PHPsu新闻
MANUAL ZH  |  EN
     


PHP site in the development of the use of cookies?
PHP how to use cookies? setcookie(cookie_name,$ccdotvalues,time()+(3600*24*30)); echo$_COOKIE[cookie_name]; Or use Set-Cookie header output can also be created. Clear time: setCookie('cookie_name');//cookies expired or to change to the present day...
Author:Time:2008-05-22 11:52:38 Hits:3 Comment:0 View Article...
PHP quick entry
Click on the date :02-18: 1336 Author: Powered finishing Source: Internet name choice: Big Medium Small PHP is used to create a dynamic WEB pages of service-side scripting language. Like ASP and ColdFusion, users can mix PHP and HTML pages prepared b...
Author:Time:2008-05-21 11:00:32 Hits:9 Comment:0 View Article...
PHP in the use of session control function
http is the status of the agreement, that is to say, http do not have a built-in mechanism to safeguard the state between two things. For example, when a user of a landing site, again request a page, http can not tell us this user has landed. Thought...
Author:Time:2008-05-20 16:16:20 Hits:4 Comment:0 View Article...
What kind of safeguard the most vulnerable PHP
QUOTE: In fact, from my many years writing code / maintenance of other people's experiences in the code, the code is not the best safeguard OOP, is not process-oriented, but object-oriented code. You can also as a understanding of the flat OOP, that...
Author:Time:2008-05-20 16:15:07 Hits:4 Comment:0 View Article...
Using PHP to achieve file upload Law
PHP (Hypertext Preprocessor) is a built-in HTML language (similar to the IIS ASP). PHP syntax and the unique mixture of C, Java, Perl and PHP-the new grammar. It can be more than Perl CGI or the rapid implementation of dynamic pages. In addition, wri...
Author:Time:2008-05-19 17:14:13 Hits:13 Comment:0 View Article...
php dynamically generated image examples. .
CODE: ? php //建立图像 $height = 200 ; $width = 200 ; $im = imagecreate ( $width , $height ); $white = imagecolorallocate ( $im , 255 , 255 , 255 ); $black1 = imagecolorallocate ( $im , 0 , 0 , 0 ); $black = imagecolorallocate ( $im , 255 , 255 , 25...
Author:Time:2008-05-19 17:12:10 Hits:1 Comment:0 View Article...
PHP development framework of the Current Situation and Prospect
-------------------------------------------------- ------------------------------ -- INTRODUCTION: With the popular Ruby on Rails, PHP this popular scripting language for Web applications have emerged a large number of new-generation development fram...
Author:Time:2008-05-18 14:20:45 Hits:4 Comment:0 View Article...
php ajax framework of the entry and trial xajax
In the text box to enter text php ajax framework of the entry and trial xajax 1, xajax and other ajax framework for comparison xajax function is very simple, but very flexible! ~ It is not like some other big framework, function is powerful, speed of...
Author:Time:2008-05-18 13:44:33 Hits:3 Comment:0 View Article...
Copyright 2008 The PHPsu All rights reserved. This mirror generously provided by: .Hp Inc. ICP:08000822
Last updated: Fri Jun 6 18:18:33 GMT-8 2008