Form/PHP/Image Assistance

Status
Not open for further replies.

hubercom

New Member
Messages
5
Reaction score
0
Points
1
I have three questions, and if they are supposed to be listed separately, please accept my apologies. I have browsed and found some answers that are somewhat helpful with the php script, but they didn't quite answer the questions I have.

  1. I have images that do not show up on my website. They show up when I run a local version, so I know the src links are correct. Yes, I did move the images to the server, as well. (http://hubercomputing.com/HCS/index.html)
  2. I have a form that I am using as an appointment request, (http://hubercomputing.com/HCS/services.html). The form fills out perfectly and the validation works, but when I go to submit, it only brings up a mailto:
  3. I am totally new to PHP. I used a webservice to build a form and a corresponding PHP, but I am having trouble getting it to work.

If anyone doesn't mind helping, I would greatly appreciate it. Thank you, in advance.
 

AngusThermopyle

Active Member
Messages
319
Reaction score
52
Points
28
1. Sorry but the link to the image shows a File Not Found. Are you sure it is in public_html/HCS/ ? Are you sure the spelling and capitalization is correct? Windows is not case sensitive, so it might work on your computer, but the paths to most web files are case sensitive (*nix based).
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
If anyone doesn't mind helping
this URL throws a '404 not found' error [ http://hubercomputing.com/HCS/circuitFinger.jpg ]
so - where is the [ circuitFinger.jpg ] file ?
in folder [ HCS ] ?

try a 'right hand' click on any 'not found' icon - and see where your source is looking for the image

BTW - it is best to use ALL lower-case for folder and file names - here on x10hosting's free-hosting servers
 

hubercom

New Member
Messages
5
Reaction score
0
Points
1
upload_2015-8-19_21-53-14.png

Everything is stored in public_html/hubercomputing/HCS

None of the pictures are working, except the logo.

In the gallery on hardware.html, the thumbnails work, but the larger images don't on hover.
 

hubercom

New Member
Messages
5
Reaction score
0
Points
1
What I did just notice is that the thumb images are as type "image/xgeneric" whereas the larger images are as type "text/xgeneric"
 

hubercom

New Member
Messages
5
Reaction score
0
Points
1
Okay, so I got that. I just noticed they were all saved as JPG when the src was jpg. I fixed that, so now the pictures show up.

Any ideas on the php?
 

hubercom

New Member
Messages
5
Reaction score
0
Points
1
Wow.

Thank you, Mr. Ninja!!!

I didn't even catch that. I will fix it today after work.

Please don't mark resolved yet.
 
Status
Not open for further replies.
Top