Ask a Question related to PHP Development, Design and Development.
-
Joaquim Amado Lopes #1
Passing variables in the address line
Greetings.
Just reinstalled my whole system and now I can't pass variables in the
address line, like in [url]http://localhost/test.php?variable=value[/url].
The script doesn't 'see' the variable.
I'm using PHP Version 4.3.7 on an Apache server.
Any idea?
Thank you for your time,
Joaquim
Joaquim Amado Lopes Guest
-
Passing variables from one swf to another
I am facing problem to pass variable from one swf to another. I am using loadMovie to load another swf. how can I pass a variable value to another... -
Passing variables to ASP
I am trying to pass variables from a contact form to an ASP page to be written to a database. I have input fields on the contact page and have given... -
Passing ASP Variables
I have a form that submits to a SQL database. The table in SQL uses an identity field for the primary key called "entry". This is so I can get the... -
variables, passing again to another.
if ($psi_shipping_addtnl_info != '') { echo '<< NO USER INPUT >>'; } Im catching a _POST variable from a form, now i wonder im filtering it out... -
Read Address line
When I ran your sample, I got the following error Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'window' -
Janwillem Borleffs #2
Re: Passing variables in the address line
Joaquim Amado Lopes wrote:
Start to RTFM at the following page:> Just reinstalled my whole system and now I can't pass variables in the
> address line, like in [url]http://localhost/test.php?variable=value[/url].
> The script doesn't 'see' the variable.
>
[url]http://nl2.php.net/register_globals[/url]
JW
Janwillem Borleffs Guest
-
Joaquim Amado Lopes #3
Re: Passing variables in the address line
Greetings.
On Tue, 14 Sep 2004 02:27:08 +0200, "Janwillem Borleffs"
<jw@jwscripts.com> wrote:
[snip]Thank you very much. The FM was extremely helpful. :-D>Start to RTFM at the following page:
>
>[url]http://nl2.php.net/register_globals[/url]
>
Take care,
Joaquim
Joaquim Amado Lopes Guest



Reply With Quote

