I understand what it's calling for , but am not sure WHERE to put that "code" you gave me.
Do I replace the "date" in between the the quotes? "" with the info you gave me?
I did that and it made an error.
Thats the part I don't know what to do.
I warned you I know nothing about PHP.I'm not lazy either.
I understand that it calls for the time, but how do I get it to change in the string of code?
Do I put it somewhere special?
<?php InsertSubscriptionSignature("20.00", "20070207", "monthly", "12", "true") ?>
start date insertion for pHP
Moderator: General Moderators
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
Code: Select all
InsertSubscriptionSignature("20.00", date('Ymd'), "monthly", "12", "true")