cancel
Showing results for 
Search instead for 
Did you mean: 

php script in ccgi space problem

iain401
Newbie
Posts: 8
Registered: ‎17-11-2007

php script in ccgi space problem

I have set up a form on one of my websites and a php script (generated by “php form wizard”)  in my ccgi space to process the results of the form. When I submit the form it is supposed to be sent to the script but instead I get a page not found error.  When I look at the address it has tried to go to it is
www.silvertv.plus.com/psc/silvertv@ccgi.silvertv.plus.com/form_wizard_scripts/index.php
It seems to have added the address to the html webspace.
The form wizard instructions say to put the php script in the directory as the html form but from a previous experience I understand that php scripts don’t work in the html space.
My form is at http://www.silvertv.plus.com/psc/memb_form2.html
Can someone offer some help please
2 REPLIES 2
jelv
Seasoned Hero
Posts: 26,785
Thanks: 971
Fixes: 10
Registered: ‎10-04-2007

Re: php script in ccgi space problem

Try
action="http://ccgi.silvertv.plus.com/form_wizard_scripts/index.php"
jelv (a.k.a Spoon Whittler)
   Why I have left Plusnet (warning: long post!)   
Broadband: Andrews & Arnold Home::1 (FTTC 80/20)
Line rental: Pulse 8 Home Line Rental (£14.40/month)
Mobile: iD mobile (£4/month)
iain401
Newbie
Posts: 8
Registered: ‎17-11-2007

Re: php script in ccgi space problem

Quote from: jelv
Try
action="http://ccgi.silvertv.plus.com/form_wizard_scripts/index.php"


Thanks so much, that was it.  Every time I try to get a script working it is painful working through the things I screw up, I seem to forget what I did the last time.
Thanks again