WEB-NES-BAY

Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware

bookmark bookmark
Posted by WEBNESBAY Comments Off

Implementing an AJAX feed data to a PHP script, and usually by sending data via GET, it had not experienced major problems, however this time the number of bytes far exceed the limited capacity of the GET. Before proceeding further, to clarify this point that we have reference …
Do limit the number of characters that can be passed by GET ($ _GET)?
In mid-1998 was published the HTTP protocol specification, a fairly complete, but inaccurate in [...]

Categories: PHP
Posted by WEBNESBAY ADD COMMENTS

Gentoo is a strange beast… It seems like many things were done differently just to be different. Gentoo places the configuration files Apache2 reads on startup in:
/etc/apache2/conf
The configuration files are then setup with <IfDefine> directives for loading specific modules. You must edit /etc/conf/apache2 to set an environment variable (APACHE2_OPTS) to include the PHP4 directive:
APACHE2_OPTS=”-D PHP4″
Note that the APACHE2_OPTS line already exists in /etc/conf/apache2, it just needs to be uncommented and modified to include “-D PHP4″
After you have enabled the PHP4 [...]

Categories: PHP