/    Sign up×
Community /Pin to ProfileBookmark

help changing php values

Can someone assist me re: “exactly” where and how I need to update the following values, I have tried a few different times without success

thanks – J

[I]Step 6 – Run settings.php in your web browser. From here, you can change how long the timer will count down on the first salespage before redirecting the user. You must also set the page which the script will redirect to. (For example, if users visit index.php as your salespage, you may want to direct them to index2.php). Once you confirm your new settings, they will be updated.

Once you have completed those steps, the setup is complete![/I]

the <tr>
<td width=”108″><span class=”style1″>Redirect Time:</span></td>
<td width=”144″><input name=”time” type=”text” id=”time” value=”<? if ($_POST[‘time’]) { echo($_POST[‘time’]); } else { echo($timer); } ?>” /></td>
<td width=”146″><span class=”style1″>(in seconds)</span></td>
</tr>
<tr>
<td><span class=”style1″>Redirect page:</span></td>
<td><input name=”page” type=”text” id=”page” value=”<? if ($_POST[‘page’]) { echo($_POST[‘page’]); } else { echo($page2); } ?>” /></td>
<td><span class=”style1″>(e.g next.php)</span></td>
</tr>
<tr>
<td><span class=”style1″>No. Of Products:</span></td>
<td><input name=”sales” type=”text” id=”page” value=”<? if ($_POST[‘sales’]) { echo($_POST[‘sales’]); } else { echo($sales); } ?>” /></td>
<td><span class=”style1″>(e.g 50)</span></td>
</tr>
<tr>
<td colspan=”3″><div align=”center”>
<input type=”submit” name=”button” id=”button” value=”Update Settings!” />
</div></td>

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@SyCoJun 11.2008 — Hi J and welcome to the forum.
Can someone assist me re: "exactly" where and how.. [/QUOTE]
I doubt it, This looks like a pre-made script and from your post there's no way of knowing which of the millions out there it is. You may want to find a support forum for the software you're using.

To put how confusing this question is into context, it's like trying to answer this.

I have four, but which one?

?
×

Success!

Help @jl1126 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.25,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...