Page 1 of 1

Help with finding a program

Posted: Mon Mar 22, 2004 10:05 am
by CraigB
Does anyone know of a PHP or Perl progam that will do the following:
What we want is when a user pays a certain fee he/she is redirected to a specific page and (here's what we are after as far as PHP/Perl) they fill out a form and when they press submit the program will automatically add their information on a specific page that they selected within the form. And then, they aren't allowed to place any other information on another page unless they pay again.

Does anyone know where I might find something like this or even what a good search term would be to look for myself.

I appreciate any help

Thanks
CraigB

Posted: Mon Mar 22, 2004 10:12 am
by malcolmboston
this would be incredibly simple to use with just a simple PHP/MySQL app

pseudo-code to give you some ideas.

step 1- user pays, set $_SESSION['paid']
(redirected page will require that $_SESSION['paid'] has been set
step 2 - use the $_POST info to run a mysql insert
step 3 - to stop them from being able to keep on inserting values into mysql use a mysql_affected_rows() statement based on there username


also to allow them to pay again:
on the payment page create a conditional statement such as

Code: Select all

// psuedo
if (isset($paymentreceived))
{

}
else
{
unset $var1;
unset $var2;
}
etc etc

hope its given you some ideas

Posted: Mon Mar 22, 2004 10:37 am
by CraigB
I'm sorry, I should have stated that I know nil about PHP programming. I just thought this forum would be a good place to find this type program or maybe even find someone willing to take on this small task for a small fee ($40-$50). My funds are limited to this so please give me an idea on the cost. If you know of such a program that already exist then please let me know that as well.

What we are trying to do is keep us from having to post the submitted names to the website everytime.

Thanks

Posted: Wed Mar 24, 2004 8:40 am
by CraigB
Is there anyone willing to take on this task for the price in the above post or the quote below? ($40-$50) What will happen as the site takes on subscribers we will contact you again about two other programs we are tossing around. By then we should be able to pay you a larger fee for your work. If you are interested or need more detail contact one of two people about this: craig@myresearchers.com or brian@myresearchers.com
What we want is when a user pays a certain fee he/she is redirected to a specific page and (here's what we are after as far as PHP/Perl) they fill out a form and when they press submit the program will automatically add their information on a specific page that they selected within the form. And then, they aren't allowed to place any other information on another page unless they pay again.
TIA

Craig