quik Posted January 17, 2009 Report Share Posted January 17, 2009 Vai kkas shamliidziigs ir iespeejams? header('Location: $variablis'); Link to comment Share on other sites More sharing options...
quik Posted January 17, 2009 Author Report Share Posted January 17, 2009 piem $geturl = mysql_query("SELECT url FROM table WHERE param = '$param' "); list($url) = mysql_fetch_row($geturl); header('Location: $url'); Link to comment Share on other sites More sharing options...
marcis Posted January 18, 2009 Report Share Posted January 18, 2009 Kāpēc gan ne? $var='http://manalapa.lv'; header('Location: '.$var); exit; Link to comment Share on other sites More sharing options...
Val Posted January 18, 2009 Report Share Posted January 18, 2009 (edited) "shamliidziigi"? header('http://blablabla.com/?variablis1=asdas&variablis2=adfghs'); Edited January 18, 2009 by Val Link to comment Share on other sites More sharing options...
Recommended Posts