This is a discussion on "Pls help with this form problem" within the PHP Forum section. This forum, and the thread "Pls help with this form problem are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Pls help with this form problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Pls help with this form problem
Hi,
I have been trying tho get a solution to this problem for 4 days ! There must be an error but I can not see what it is. This should be pretty simple ! I wrote a script to processes my image-getting form and it is included by my main script which is called [homes_add.php]. After doing the include the main script should just continue processing - right ?? well it doesn't. I have put in some test displays and you can see them in the code. The HELLOOOOO gets displayed. From inside the included script [a_pict.php] a form script [a_pict_fm.php] is run which works fine ( the form just actions the included script again). The include then finally displays the two test texts: "got here" and "*** and GOT here" Then the screen stops. - GOT HERE !!! on the main script [homes_add.php] does NOT display nor do the other tests !! To summarise the problem is that the included a_pict.php script stops at the last line afer executing this : echo " *** and GOT here"; IT DOESN'T RETURN TO HOMES_ADD.PRG If anyone can help - I'd much appreciate it as I am a bit stuck ! HERE IS THE MAIN - HOMES_ADD.PHP SCRIPT IT CALLS THE PICTURE HANDLING SCRIPT please note the comments where it stops.
THE FORM
(which works fine)
REALLY HOPE SOMEONE CAN HELP ![]() Last edited by DavidinLondon; Jun 14th, 2006 at 11:32. |
|
|
|
|||
|
Re: Pls help with this form problem
How your whole process hangs together seems a little confused and there seems to be bits missing from the snippets of code you have given us but anyway ...
This will terminate the execution of the php code so you won't go any further. |
![]() |
| Tags |
| pls, help, form, problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with my form script? | GeekyBabe | PHP Forum | 4 | Jan 30th, 2008 23:10 |
| HTML form problem | voodoo465 | Web Page Design | 4 | Sep 27th, 2007 15:13 |
| Problem with results of form | Otter | PHP Forum | 2 | Nov 7th, 2006 13:35 |
| Problem with Form Submission Page | NewDesigner | Web Page Design | 4 | Oct 6th, 2006 09:36 |
| Problem with form! HELP Please!!! | codefantom | Classic ASP | 2 | Aug 30th, 2005 21:06 |