install second operating system

PHP question: PHP_SELF, $_SERVER['PHP_SELF']?

When I use this code:

----------------------------------------------------------------------------
<?php
require('inc_rate.php');
getComments("1");
submitComments("1","$PHP_SELF");


$PHP_SELF and $_SERVER['PHP_SELF'] are variables.

The reason you got the error is because when you use a variable in a function parameter, it expects no quotes. A string is defined by a quote, so if you were to type the url in, THEN you'd

PHP Tutorials: Self Submitting Forms

Self submitting forms, where ever you choose to include() them. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

XAMPP | Install a Local PHP / MySQL Testing Server on a Windows Computer with ...

Learn how to easiliy install the XAMPP PHP / MySQL testing server on Windows computer. XAMPP is a self contained testing server that will provide ...

XAMPP setup "Setting up testing server" for Adobe Dreamweaver CS5[HD]

Learn how to easiliy install the XAMPP PHP / MySQL testing server on Windows computer. XAMPP is a self contained testing server that will provide ...

How to install XAMPP 1.7.2 For Windows XP, Vista 32 & 64 ...

. XAMPP is the easiest way to quickly install and setup your own self-hosted Apache 2.2.12 HTTP server with PHP 5.3.0, MySQL 5.1.37, and ...

PHP Tutorials - Series 1 - Installing PHP/APACHE/mySQL

In this video I show you how to install xampp, a simple solution to installing apche with php and phpMyAdmin(mySQL). ::: STEPS ::: 1] Download ...