Search found 10 matches

by davelevin777
Tue Mar 18, 2008 12:34 pm
Forum: PHP - Code
Topic: PHP Submission form problems - NEED HELP, URGENTLY
Replies: 16
Views: 794

Re: PHP Submission form problems - NEED HELP, URGENTLY

More questions coming up soon...
by davelevin777
Tue Mar 18, 2008 12:32 pm
Forum: PHP - Code
Topic: PHP Submission form problems - NEED HELP, URGENTLY
Replies: 16
Views: 794

Re: PHP Submission form problems - NEED HELP, URGENTLY

Problem solved!
I actually found the mistake myself, ....

There was a mistake in the count (i value).

It's OK now :)
by davelevin777
Tue Mar 18, 2008 12:24 pm
Forum: PHP - Code
Topic: PHP Submission form problems - NEED HELP, URGENTLY
Replies: 16
Views: 794

Other problems...

Hello, Here I am with the next problem: my form validation script doesn't work correctly... The problem is: it only validates the first few (2 or 3, I'm not sure) fields... So if you fill out those first fields, it verifies... But if you leave all the rest unfilled, the script doesn't even see it. Y...
by davelevin777
Sun Mar 16, 2008 2:40 am
Forum: PHP - Code
Topic: PHP Submission form problems - NEED HELP, URGENTLY
Replies: 16
Views: 794

Re: PHP Submission form problems - NEED HELP, URGENTLY

If you are referring at the server on which my site is hosted, it is OK. It functions now. I believe it will always work. I meant, you modified the code when you first posed it, not the second time. I will get back with some questions, because I am getting tied up in the validation thing...
by davelevin777
Sat Mar 15, 2008 5:07 pm
Forum: PHP - Code
Topic: PHP Submission form problems - NEED HELP, URGENTLY
Replies: 16
Views: 794

Re: PHP Submission form problems - NEED HELP, URGENTLY

Hello, Everah, you have made some significant changes in my script, it looks very different now, but works exactly the same way... What is the difference (functionally)? Earlier I was given this reply... Not all servers set the HTTP_REFERER property. You should not rely on it at all. In fact I am re...
by davelevin777
Sat Mar 15, 2008 8:19 am
Forum: PHP - Code
Topic: PHP Submission form problems - NEED HELP, URGENTLY
Replies: 16
Views: 794

Re: PHP Submission form problems - NEED HELP, URGENTLY

Dear Everah, I have a more problems. I appreciate your help, you are friendly... But when I put this code in: <?php if ($_SERVER['REQUEST_METHOD'] == 'POST') { $email = $_POST['email']; $mailto = "me@mymail.com"; $mailsubj = "Flux Travel LISTING SUBMISSION"; $mailhead = "Fro...
by davelevin777
Thu Mar 13, 2008 4:35 pm
Forum: PHP - Code
Topic: PHP Submission form problems - NEED HELP, URGENTLY
Replies: 16
Views: 794

Re: PHP Submission form problems - NEED HELP, URGENTLY

Hello,

Thanks, I will try this out & get back...
I am having difficulties with validations.

Regards,

Dave
by davelevin777
Thu Mar 13, 2008 1:34 pm
Forum: PHP - Code
Topic: PHP Submission form problems - NEED HELP, URGENTLY
Replies: 16
Views: 794

Re: PHP Submission form problems - NEED HELP, URGENTLY

Hello, Thank you, I am checking it now... But I think you made some errors in the first part of the script, because much of the text appears on the site (visible). So I find the first part unusable... My names are odd because I need comprehensive descriptions in my inbox, as easy to understand as po...
by davelevin777
Thu Mar 13, 2008 12:02 pm
Forum: PHP - Code
Topic: PHP Submission form problems - NEED HELP, URGENTLY
Replies: 16
Views: 794

Re: PHP Submission form problems - NEED HELP, URGENTLY

Everah | Please use the appropriate bbCode tags when posting code in the forms. You can use [ code ], [ {lang} ] or [ syntax="{lang}" ] where {lang} is the language you want to highlight as. Everah | Please do not post that your problem is urgent. All problems around here are urgent and t...
by davelevin777
Thu Mar 13, 2008 5:30 am
Forum: PHP - Code
Topic: PHP Submission form problems - NEED HELP, URGENTLY
Replies: 16
Views: 794

PHP Submission form problems - NEED HELP, URGENTLY

Hi, I am new to this forum and have several problems with a form that I am trying to build for a web directory. My biggest problem is that when trying to send a PHP command's result through the form, it doesn't get sent. EXPLANATION: My directory will have about 2000 categories (pages) and I am buil...