Arsip Berdasarkan tags : php
This article has useful links for a CakePhp new comer to get started
with using Ajax. As the manual mentions, using Ajax in your Cake
application is very easy. Ajax is implemented in Cake through the Cake
Ajax Helper, which is included with Cake by default. The Cake Ajax
helper utilizes the ever-popular Prototype and script.aculo.us libraries f...
our PHP version should be compiled with GD and FreeType libraries.
Copy and run the following script on your server:
phpinfo();
?>
You should have a GD section in the output with the following lines:
GD Version: 2.0 or higher
FreeType Version: 2.0 or higher
Separate the content from presentation and let your visitors choose a color scheme for your site; uses PHP sessions.ConfigurationBecause the script relies on the built-in session support in PHP a good thing to start off with (if you have access to the server) is to compile PHP with --enable-trans-sid. Note: As of PHP 4.2.0 transparent session suppo...