Hey all,
am feeling a bit brain dead, pulled an all nighter and would appreciate some
help as have already wasted over 2hrs on this :(
just not thinking straight.
I got this script off the net, cant even remember where :( its basically to
resize an uploaded image (i have a script that does exact
PROTECTED]>
Cc: "PHP General" <[EMAIL PROTECTED]>
Sent: Sunday, March 17, 2002 10:00 PM
Subject: Re: [PHP] Brain Dead...
> Is it possible to check the Mysql log and tell us its point of view?
>
>
> On Sun, 17 Mar 2002, Chuck Payne wrote:
>
> > When I go to post,
alis A. Kalfigopoulos" <[EMAIL PROTECTED]>
> To: "Chuck Payne" <[EMAIL PROTECTED]>
> Cc: "PHP General" <[EMAIL PROTECTED]>
> Sent: Sunday, March 17, 2002 9:40 PM
> Subject: Re: [PHP] Brain Dead...
>
>
> > What does "I get that i
$result = @mysql_query($sql, $connection) or die("Couldn't execute
query.");
> >
> > but I get that it can't do the query. So I am think it not passing
abc...
> >
> > Chuck
> > - Original Message -
> > From: "Thalis A. Kalfigopoulos&q
c. So I am trying to find out
how to do that. Maybe I am going about it the wrong way.
Chuck
- Original Message -
From: "Thalis A. Kalfigopoulos" <[EMAIL PROTECTED]>
To: "Chuck Payne" <[EMAIL PROTECTED]>
Cc: "PHP General" <[EMAIL PROTECTED]>
: PHP General
Subject: Re: [PHP] Brain Dead...
Ok, but I have this as an example
A
B
C
D
Are you saying that abc should be $abc? I not clear.
I have for my sql as this...
db_name = "xxxinks";
$
words', '$links', '$name')";
>
> $result = @mysql_query($sql, $connection) or die("Couldn't execute query.");
>
> but I get that it can't do the query. So I am think it not passing abc...
>
> Chuck
> - Original Message -
>
halis A. Kalfigopoulos" <[EMAIL PROTECTED]>
To: "Chuck "PUP" Payne" <[EMAIL PROTECTED]>
Cc: "PHP General" <[EMAIL PROTECTED]>
Sent: Sunday, March 17, 2002 9:25 PM
Subject: Re: [PHP] Brain Dead...
> Dropdownmenu is a
> So the php vari
Dropdownmenu is a
So the php variable that will hold the user's choice is stored in variable $ddmenu.
Thus, no "input" needed.
cheers,
--thalis
On Sun, 17 Mar 2002, Chuck "PUP" Payne wrote:
> I am trying to get a form to work with pull down menu. But I am so brain
> dead I forgot how to
I am trying to get a form to work with pull down menu. But I am so brain
dead I forgot how to get the input from the pull down menu. Where do I put
input to pass on to php?
Chuck Payne
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I know that I know the answer - it's just buried in the recesses of my mind
..
PHP has the various $HTTP_*_VARS arrays. Is there one to get the
formliteral pairs from the hyperlinks, as in ? I want to extract the $var1 value pair. I
know I can do this through javascript, but I want somepag
DUH! I had tried that and it didn't work, so I panicked and posted! Come
to find out, I had a typo. I am so red thanks!
BTW, to the others who answered privately that it's automatically there -
Not if register_globals is set to OFF, which is what I am using. But thanks
for responding!
use a phpinfo() in one of your pages...that'll show you various places to get
your data...
btw, php does have the $HTTP_GET_VARS that'll have what you want...
jack
Gaylen Fraley wrote:
> I know that I know the answer - it's just buried in the recesses of my mind
> ..
>
> PHP has the various
13 matches
Mail list logo