Greetings Guys,
I am working on learning some things in PHP, I am however not a No0b I am just more of a winidows application developer VB.Net, C++, C# etc…
Anyways I am trying to build in an after form post function that checks for a form feild value, then executes a script depending on the result for example, if the form looks like this…
Name: ___________
Email: ___________
Donation Type (multi select option box)
Options: Donate Money
Donate Products
Donate Time
the php function I need would run after the form is submitted but check to see which option the user selected for donation type, if the user selected Donate Money, then the function would then send the user to paypal donations page… Hope you understand what I am asking, how would I create a php function to check for that value then redirect the user based on the result.
Thanks in advance, and if someone can help me you can all feel free to ask me anything you might want to know about the windows applications coding world, I would be a big help there.