[PHP] Brain dead... write image to file

2008-10-15 Thread Ryan S
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

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
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,

Re: [PHP] Brain Dead...

2002-03-17 Thread Thalis A. Kalfigopoulos
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

RE: [PHP] Brain Dead...

2002-03-17 Thread Martin Towell
$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

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
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]>

RE: [PHP] Brain Dead...

2002-03-17 Thread Martin Towell
: 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"; $

Re: [PHP] Brain Dead...

2002-03-17 Thread Thalis A. Kalfigopoulos
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 - >

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
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

Re: [PHP] Brain Dead...

2002-03-17 Thread Thalis A. Kalfigopoulos
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

[PHP] Brain Dead...

2002-03-17 Thread Chuck \"PUP\" Payne
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

[PHP] Brain dead - need help!

2001-12-15 Thread Gaylen Fraley
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

Re: [PHP] Brain dead - need help!

2001-12-15 Thread Gaylen Fraley
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!

Re: [PHP] Brain dead - need help!

2001-12-15 Thread Jack Dempsey
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