Forum Moderators: coopster

Message Too Old, No Replies

GET like format to variable

         

camilord

4:39 am on Feb 20, 2011 (gmt 0)

10+ Year Member



hmm.. been wondering how wordpress turn variable value to variables...

let's say its;

$getVars = 'source={source}&link={video_link}';

and they become:

$source = '{source}';
$link = '{video_link}';


anyway could help me about this problem?

adv. thanks...

coopster

5:11 pm on Feb 21, 2011 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Sure!
parse_str [php.net]