View Single Post
Old April 3rd, 2010, 07:53 PM   #4 (permalink)
20KingSize
Junior Member
Verified Customer
 
Join Date: Nov 2009
Posts: 16
this was the original code

<option selected="selected" value="15">{$pp_phrase['15days']}</option>
<option value="3">{$pp_phrase['3days']}</option>
<option value="7">{$pp_phrase['7days']}</option>
<option value="10">{$pp_phrase['10days']}</option>
<option value="30">{$pp_phrase['30days']}</option>
<option value="60">{$pp_phrase['60days']}</option>
<option value="90">{$pp_phrase['90days']}</option>
<option value="9999">{$pp_phrase['noexpire']}</option>

i never edited {$pp_phrase['3days']} all i did was add

<option value="4">{$pp_phrase['4days']}</option>
<option value="5">{$pp_phrase['5days']}</option>
<option value="6">{$pp_phrase['6days']}</option>

so am i bit confused as to why there is an exception with {$pp_phrase['3days']} but none of the ones i added

i understand that the phrases will not exist until they are added to the database but how do i go about adding the phrases to the database? my question is how do i go from wanting to do this to actually achieving it.

thanks for your help
20KingSize is offline   Reply With Quote