Re: Variables from URL $_GET

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 05 Apr 2006 12:53:23 -0700
Message-ID: <1144266802.539205_at_yasure.drizzle.com>


stephane wrote:
> I have a problem which must be in this :
>
> print" <script type='text/javascript'>
> document.location.replace('http://127.0.0.1/add_task.php?req_id={$maxValue}&tk_request_name={$req_name}');
> </script>";
>
> or maybe here, in file2
>
> <?php
> $tk_req_id = $_GET['req_id'];
> //$tk_req_id = 1;
> ?>
>
> <snipped for brevity>

[Quoted] No doubt it is ... somewhere ... and this relates to Oracle tools in what way? What version of anything? What problem? Do you really think we are going to read every line of your code and through divine intervention determine what your problem is?

[Quoted] The one thing I see is a call to CURRVAL that will not work because it does not follow NEXTVAL.

[Quoted] My recommendation would be to pull out anything related to Oracle and try it first in SQL*Plus.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Wed Apr 05 2006 - 21:53:23 CEST

Original text of this message