Search found 9 matches

by phi0x
Tue Mar 17, 2009 1:20 am
Forum: PHP - Code
Topic: php application form - headshot, cover letter, resume
Replies: 5
Views: 577

Re: php application form - headshot, cover letter, resume

can anyone help?! still can't figure it out, I keep going back to my original from this post because I can't seem to get it to work :( help please!
by phi0x
Fri Mar 13, 2009 3:40 am
Forum: PHP - Code
Topic: php application form - headshot, cover letter, resume
Replies: 5
Views: 577

Re: php application form - headshot, cover letter, resume

yes, two more upload fields where the user DOESN'T have to use them, the script right now checks to see if they have uploaded anything and tells them if they haven't, to do so, for the application to go through. But the headshot and coverletter fields aren't something that's really necessary, only s...
by phi0x
Wed Mar 11, 2009 10:49 pm
Forum: PHP - Code
Topic: php application form - headshot, cover letter, resume
Replies: 5
Views: 577

Re: php application form - headshot, cover letter, resume

I've tried doing upload_file[] in the name field of my forms. I don't know how to make the array in the php script though, so right now it just uploads the last file if i name all fields upload_file on my application form. If I do upload_file[] it errors out, (IE doesn't see any file attached called...
by phi0x
Wed Mar 11, 2009 2:16 am
Forum: PHP - Code
Topic: php menu question
Replies: 4
Views: 116

Re: php menu question

thank you, this helped! I had a bit of trouble outputing the html but I figured out with an echo statement I could wrap all of the html and output it :) This would have been way beyond my comprehension so far, thanks for the help, it makes sense and I have learned a bit! I will study it some more on...
by phi0x
Wed Mar 11, 2009 1:14 am
Forum: PHP - Code
Topic: php menu question
Replies: 4
Views: 116

Re: php menu question

I am very newb and this is what I had done for the menu.php file that is included into every page with the following statement: include 'menu.php'; here is the menu.php file code:     <div class="content-header">         <div class="invertedshiftdown2"> <ul> <li class="curre...
by phi0x
Wed Mar 11, 2009 12:09 am
Forum: PHP - Code
Topic: php application form - headshot, cover letter, resume
Replies: 5
Views: 577

php application form - headshot, cover letter, resume

I have a friends site I am working on for portfolio work. I created most of the site from scratch, the one thing I did a 'hack' job on is the php form script for applicants. I looked around at various snippets of code and somewhat spliced it together to make one script. http://www.mountainlifeadvent...
by phi0x
Tue Mar 10, 2009 11:31 pm
Forum: PHP - Code
Topic: php menu question
Replies: 4
Views: 116

php menu question

Hi guys! I am having trouble with a menu problem, I wanted to make my friends site that I'm working on for portfolio work, more dynamic so I can edit it easier, one thing he likes me doing frequently is changing the menu bar links around. I converted the site to php and made an include statement in ...
by phi0x
Tue Mar 10, 2009 11:23 pm
Forum: General Discussion
Topic: Introduce Yourself!
Replies: 1043
Views: 780389

Re: Introduce Yourself!

Hello! :) My names Ryan, I am a intermediate maybe even slightly novice still, web developer. I am 90% self taught. (Took a few courses which re-iterated most of my self taught knowledge) I however have a very hard time with any dynamic languages, php for example. I'm pretty decent I think with html...