Log in

View Full Version : vbphrase replaces


AN-net
04-08-2004, 12:47 AM
hi i know u can {1},{2},{3} and stuff in a vbphrase but how would i make it replace those in a php file?

NTLDR
04-08-2004, 10:22 AM
$vbphrase['title'] = construct_phrase($vbphrase['this_x_y_z'], $x, $y, $z);

Where X, Y, Z represent {1}, {2}, {3} respectively.

AN-net
04-08-2004, 06:11 PM
thanks:)