PDA

View Full Version : PHP code help


marysnow786
10-06-2014, 11:01 AM
hi there
i want to make a request form where user make a request and pay for it once payment done . user info will be posted on forum as new thread contain user name and other info . here is my script
please guide me it will work or not ?

ozzy47
10-06-2014, 11:50 AM
This should be posted in the programming discussions forum, https://vborg.vbsupport.ru/forumdisplay.php?f=252

Lynne
10-06-2014, 04:13 PM
Moved to Programming Discussions.

If you need help with coding, then you need to tell us what your script is supposed to do and what it actually is doing. Tell us any errors you are getting or whatever is wrong. It would be helpful to get a link, if possible, to see it in action.

marysnow786
10-14-2014, 01:27 PM
https://vborg.vbsupport.ru/external/2014/10/18.jpg

this example image .

1- on index.php some forms where user will type some data like name and other details
2- confirmation.php we will get data from index.php via GET POST function then we will integrate Bitcoin Payment API on confirmation.php once payment completed all data from index.php will be posted as new thread in forum i am using vb.php for this . please guide me how to do it i always see error
" Message
A required field called forumid is missing or has an invalid value."

why this error i put exact value of forum id

ozzy47
10-14-2014, 03:57 PM
Where is the script failing and causing that?

Black Snow
10-14-2014, 04:00 PM
Where is the script failing and causing that?

Similar error to what I was getting when I was adding a plugin to a mod. Instead mine said it was "product" missing.

Not sure why but I think vB fails to save all values sometimes.

Lynne
10-14-2014, 04:37 PM
please guide me how to do it i always see error
" Message
A required field called forumid is missing or has an invalid value."

I have seen that error before when people have put a <form> within another <form>. You didn't post any template changes, so we can't really tell if this is the issue. I'd suggest running the page through an html validator.

marysnow786
10-18-2014, 06:14 AM
Please modify code and show here how it will be fixed :( i am little bit confused