On Tuesday 03 August 2004 16:29, Ed Lazor offered up the following tid-bit
of information :
> > -Original Message-
> > If you have register_globals on, you can access it via $id, otherwise
> > use $_GET['id']
>
> Or $_POST['id'] if you're receiving data from a form (ie.
> processForm.php).
> -Original Message-
> If you have register_globals on, you can access it via $id, otherwise use
> $_GET['id']
Or $_POST['id'] if you're receiving data from a form (ie. processForm.php).
-Ed
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
> Thanks for the tips.
>
> After clicking http://www.mydomain.com/processForm.php?id= is
> 'id'
> a variable containing 'some id'. Can I access that by '$id'
>
> I am just trying to figure out how to write the SELECT statement for that
> script. I am guessing, but I would do:
> "SELECT * FROM
On Tuesday 03 August 2004 15:24, Aaron Todd offered up the following tid-bit
of information :
> Thanks for the tips.
>
> After clicking http://www.mydomain.com/processForm.php?id= is
> 'id' a variable containing 'some id'. Can I access that by '$id'
>
> I am just trying to figure out how to write
Thanks for the tips.
After clicking http://www.mydomain.com/processForm.php?id= is 'id'
a variable containing 'some id'. Can I access that by '$id'
I am just trying to figure out how to write the SELECT statement for that
script. I am guessing, but I would do:
"SELECT * FROM temp_users WHER
Aaron Todd wrote:
I like both of these methods...Is one of them more used regularly with PHP.
I don't want to start down a road that will eventually dead end if you know
what I mean.
Relating the information to a unique ID and using that in the email is a
better approach.
Appending all of the dat
On Tuesday 03 August 2004 13:32, Aaron Todd offered up the following tid-bit
of information :
> I like both of these methods...Is one of them more used regularly with
> PHP. I don't want to start down a road that will eventually dead end if
> you know what I mean.
>
> Thanks,
>
> Aaron
>
> B) St
I like both of these methods...Is one of them more used regularly with PHP.
I don't want to start down a road that will eventually dead end if you know
what I mean.
Thanks,
Aaron
"John Nichel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
On Tuesday 03 August 2004 13:08, Aaron Tod
ng outlook, don't know.
Hope this stimulates a few more options,
Warren Vail
-Original Message-
From: Aaron Todd [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 03, 2004 10:08 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] running a script
The program I am working on so far will ta
On Tuesday 03 August 2004 13:08, Aaron Todd offered up the following tid-bit
of information :
> The program I am working on so far will take input from a form and email
> it out. This information needs to be verified by a human and then
> somehow the human that verifys the info needs to click som
On Wednesday 04 August 2004 01:08, Aaron Todd wrote:
> The program I am working on so far will take input from a form and email it
> out. This information needs to be verified by a human and then somehow the
> human that verifys the info needs to click some link in order to for all
> that data to
The program I am working on so far will take input from a form and email it
out. This information needs to be verified by a human and then somehow the
human that verifys the info needs to click some link in order to for all
that data to be entered into an SQL database.
I was thinking of somehow h
On Tuesday 03 August 2004 12:25, Aaron Todd offered up the following tid-bit
of information :
> Is there any way to run a php script by clicking a link?
>
> Thanks,
>
> Aaron
Anytime you click on a link to a php document, you are 'running' a php
script. Could you be a bit more specific as to wh
000);
$file = str_replace("", $error, $file);
echo $file;
And that's about as sophisticated as you would ever need to get in this
case.
-Kevin
- Original Message -
From: "Jim lucas" <[EMAIL PROTECTED]>
To: "Don" <[EMAIL PROTECTED]>;
you will have to do this with javascript on the client side with an
onClick() call in the submit button. but the bad thing is, you wont be
able to check this with the mysql db, unless you load the entire field set
into the current page.
my suggestion would be to send the form to one single page
At 01:25 PM 9/30/2001, [EMAIL PROTECTED] wrote:
>This is what I do, maybe is gonna help you
>
>bash file structure:
>
> #!/bin/bash
> ##
> ## mysql maintenance
> ##
> /usr/bin/mysql -u username --password=yourpassword < use yourdatabase;
> YOUR SQL query HERE;
>
hey,
exec("foo > /some/file 2>&1 &");
or register_shut_down("whatever");
incase it's a C program that does the math, you could
make it a daemon like thing: and do that math in the
main :-)
#include
#include
#include
#include
#include
#include
#include
// copyright 2001, mukul sabharwal
17 matches
Mail list logo