Sorry!!!
The right syntax is:
echo $_GET['Author'];
Bye,
Nino
- Original Message -
From: "jeffrey payao" <[EMAIL PROTECTED]>
To: "Nino V" <[EMAIL PROTECTED]>
Sent: Tuesday, October 22, 2002 8:28 AM
Subject: Re: [PHP-WIN] help!
> Thanks for the pointer man! but this is what i got!
>
>
Hi,
using PHP 4.2.3, you should use
echo $_GET("Author"); (if you use the method "get")
or
echo $_POST("Author"); (if you use the method "post")
Otherwise (and the code will be back compatible), put this lines at the very
beginning of your php-code:
if(!isset($_POST)) $_POST=$HTTP_POST_VARS;
if(
hi! im new to programming ang would like to give PHP a try. now i have
this php script and its not working well. but some of my little scripts
(php) are ok. the small script is included. it did run without any parse
errors but i cant seem to have the results. when i entered a name in the
box an
Don't use the auto-installer.
1. Download the zip
2. unzip it to c:\php\
3. copy php.ini to c:\winnt
4. copy php4ts.dll to c:\winnt\system32
5. vim httpd.conf at the following lines:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php .pht
After installing PHP for Windows and adding the three line to the Apache
conf file, Apache will not start.
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
For starters the php4apache.dll is not even installed with the windows
installer f
Bruno,
> I do not succeed to create of the tables using php follows listing
> ciao.
> # FileName="Connection_php_mysql.htm"
> # Type="MYSQL"
> # HTTP="true"
> $hostname_connLiceo = "localhost";
> $database_connLiceo = "maresped";
> $username_connLiceo = "bruno";
> $password_connLiceo = "pamela";
php-windows Digest 21 Oct 2002 23:06:28 - Issue 1399
Topics (messages 16454 through 16459):
Problem with W2K + IIS 5.0 + PHP 4.2.2 running as module (isapi)
16454 by: Carlos Andre Marques Moreira
Merging C++ code or export DLL files in php application
16455 by: galit_al.netv
I do not succeed to create of the tables using php follows listing
ciao.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I reccomend simply mapping (in the defaul app pool) the extensions .php,
.phtml, and .php3 to c:\php\php.exe "%s" %s and checking script
engine.
"Ray Hatch" <[EMAIL PROTECTED]> wrote in message
news:29A9DACE4529B14CBC0599701171D7AF26A4FD@;pdc.altsys.net...
> I am going crazy trying to get PHP load
Well, the story is that I have developed a MFC database application with
MS-Access database and i want to upgrade it. The application has many and
complex modules, written in C++, compiled with Visual C++ 6.0. I want to
rewrite the application in PHP based on MySql database. I don't want to
write t
Sorry
to bother everyone ... turns out the email module I am using had a
set_time_limit function in it ...
I feel
like a bit of a fool now ...
Michael.
-Original Message-From: Michael Hazelden
[mailto:[EMAIL PROTECTED]]Sent: 21 October 2002
12:03To: '[EMAIL PROTECTED]'Sub
Hi,
I'm getting the message : PHP has encountered an Access Violation at
012929AE
Does anyone know what this could be? Is this a known issue?
Previously i as running php 3.0.15 as CGI and never had this problem.
Carlos André Marques Moreira
SENAI-CE / CETAE
[EMAIL PROTECTED]
Win2000, IIS, PHP 4.2.1
Code:
$userid = $rowset["USER_ID"];
setcookie("user[name]",$userid);
setcookie("user[password]",$password);
Doesn't seem to be setting the cookies.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.
13 matches
Mail list logo