Log in

View Full Version : Can someone please explain to me this


Connector
04-28-2006, 01:53 AM
take a look at the goto.php file ... you will need to use construct_phrase().



How can i use "construct_phrase()." where do i add or how am not sure :(

Moya
04-28-2006, 04:48 PM
I am not entirely sure of what you want to do. It is like this : You will to open the file named goto.php. There is a function call contruct_phrase(). You will need to use this to achieve whatever purpose you want.

In addtion, from your post, the function contruct_phrase() doesn't need any variable to pass thru.

So for your whatever purpose, you will need to add a line construct_phrase() at the section of your code.

like this :

$var1 = xxx;
$var2 = yyy;
construc_phrase();
blah blah ;
blah blah 2;

Connector
04-28-2006, 05:44 PM
Hello

Thankyou for the reply i have posted in this thread if u could help me look here
https://vborg.vbsupport.ru/showthread.php?t=114279

Thanks :)