Search found 8 matches

by HuggyBear
Thu Apr 01, 2004 9:56 pm
Forum: PHP - Code
Topic: Check box help..
Replies: 2
Views: 380

damn, I'm a nub.. that didn't make any sense to me... I'm really the graphics/interface guy for our web team... but somehow I'm the one having to learn php... go figure... Anyway, here's the form: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/htm...
by HuggyBear
Thu Apr 01, 2004 9:15 pm
Forum: PHP - Code
Topic: Check box help..
Replies: 2
Views: 380

Check box help..

Hey, I've got a form that requires people to check some checkboxes. I need to have the checked boxes included as part of a mail(), could anyone make a suggestion on the best way to do it? Could I make a variable out of this? Like: if(isset($_POST['vote'])) $variable="Holy crap, they checked THI...
by HuggyBear
Tue Sep 09, 2003 2:03 pm
Forum: PHP - Code
Topic: Writing to file
Replies: 11
Views: 938

Well, it must be some settings on the server. I'm going to try to talk to those guys to see what they recommend.

Thanks for the help!
by HuggyBear
Tue Sep 09, 2003 12:42 pm
Forum: PHP - Code
Topic: Writing to file
Replies: 11
Views: 938

Check and Check... I made sure it was a writable .txt and I made sure the dir was writable... to no avail.

Ryan
by HuggyBear
Tue Sep 09, 2003 11:39 am
Forum: PHP - Code
Topic: Writing to file
Replies: 11
Views: 938

Bah...this crap is going to drive me crazy.....

No file showed up there dangit....
by HuggyBear
Tue Sep 09, 2003 11:28 am
Forum: PHP - Code
Topic: Writing to file
Replies: 11
Views: 938

I get /home/phyque2/public_html...but I have a /tmp in /public_html is the thing... it think that would be right..

Like your sig btw... :D
by HuggyBear
Tue Sep 09, 2003 11:22 am
Forum: PHP - Code
Topic: Writing to file
Replies: 11
Views: 938

Well since it's a web hosting server, I don't know if that is the full path...

I had open_basedir problems and :tmp/ was one of the accept paths....

so I have in my main directory a /tmp (standard set-up for the hosting service) and I also have a /tmp in the directory where the .php resides...
by HuggyBear
Tue Sep 09, 2003 11:06 am
Forum: PHP - Code
Topic: Writing to file
Replies: 11
Views: 938

Writing to file

I've been making this bit of .php to write variables passed from a form to a file on our web hosting server. For some reason, I can't ever seem to find the file even though I think everything is in line. Feel free to make some suggestions... <? // VARIABLES from FORM // $first=$_POST&#1111;'firs...