Hi,
I am a total newbie to PHP. I am also a unemployed and need to get a job. So after 100% rejection rate for job applications since last November, I have built me a little 'self-marketing' site with a prebuilt email contact form in it. The form design fits in just perfectly in terms of CSS and size. I want to retain it so I got hold of a basic online generated form.
I uploaded and tested the online generated basic three field name, email and comment form and feedback. php to ensure my host's systems would permit the html form to work and that I'd receive an email at my Outlook Inbox. The tests worked perfectly.
So I swapped over the feedback.php and html scripts to the forms I had generated based on the basic & to which I had added two extra fields - phone and company. I tested. Nothing happens. No error message. No thank you. No email. Zilch.
I have spent days searching for a blatant fault and retrying different formats resulting in abject failure. I need expert help.
I am unable to decipher the php or html (index-4.html) to find my errors, and so will be most grateful if one of you experts would please take a look at the files attached to this post. I will be pleased if you'd locate where I have screwed things up and tell me how to rectify the html form and php. I need to get the email working because the site is where I will push potential employers to go and see me and read some of my experience and then to hopefully email me to send them my CV to get that all important interview.
The site is at http://rbruce.org. The domain is a subdomain. The directory is located at the true root of the main domain called p45camp.com. I had the rbruce.org folder located under public_html but the host's, Namecheap.com, relocated it to its current location and for some reason the folder is now called rbruce.new. But it works if you point your browser to rbruce.org
Your help will help me start getting the responses I need. And that'll be a good thing for my bank overdraft and my family's future.
Thanks in advance
How to submit a form to the same page?
I have a table containing information about books in my library and this table has the following columns: id, title, category. What I want to do is to make a form that will allow me to sort these
Need help making a blockquote and line items conditional
I have some code I bought a few years ago that allows my clients to update content on their site using an Excel spreadsheet. Well this particular application sometimes has line items so I need to come
word wrap in emails help needed
Hello, I understand how wordwrap works in php and have used it well before. However when I used wordwrap on a variable that is going to be emailed it puts the line breaks in well before it should.
HTML form problem
Ive made a form to that i want to send to my email via PHP. but when it send only the name's etc send and then the table belpw only Job location sends and the other columns do not send. is this a html
session variable problem
Session variable is not working in Fire fox i am getting null value but it is working fine in IE.any one can help me to resolve this issue..
dinamic "textboxes"?
Ey all, my first post here, i hope its not a hard one I display mysql results in a tableEach row has a link which must send the title of the row to "result.php"
Character Sets/Collations Stuff
Can someone please give me a check list of things I must do to setup all the charset stuff for my php/mysql social site*only for a USA town doesn't require non english characters*
Any help with my email script?
I have an email script, I have not tested it, although someone tested it for me and said it worked fine. I started to make modifications to the code after using the basic structure. This is my HTML
difference between datetimes
($row['totime']-$row['fromtime'])/60this is giving me 0example of totime and fromtime are:2009-12-26 01:10:05 and 2009-12-26 1:03:01i was thinking that with those values i would end up with something
Different actions for different parts of a string
<?phpfunction dosomething($string, $else = '') { if (empty($else)) $string = "<b>$string</b>"; else $string =