Guest - carolina - Posted July 1, 2004 Report Share Posted July 1, 2004 Estou passando a variavel $var para uma pagina php e acho que estou fazendo a coisa certa, como se vê na url:http://localhost:81/album.php?var=foto.jpgPorém, não consigo acessar essa variável em album.php. Estou fazendo assim:<html> ...<input type="text" value="<? echo ($fName); ?>" >Alguma idéia? Quote Link to comment Share on other sites More sharing options...
0 dmetallica Posted July 1, 2004 Report Share Posted July 1, 2004 tenta...http://localhost:81/album.php?var=foto.jpg echo "<input type='text' name='var' value='$var'>"; fallou... Quote Link to comment Share on other sites More sharing options...
0 Guest - carolina - Posted July 1, 2004 Report Share Posted July 1, 2004 Já tentei até :<? echo "$var" ?>Realmente não funciona. Quote Link to comment Share on other sites More sharing options...
0 Error404 Posted July 1, 2004 Report Share Posted July 1, 2004 Arf, gente.... usem o $_GET[''] e o $_POST['']... http://scriptbrasil.com.br/forum/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' />Se vier via URL ou FORM GET: $_GET['var] e não $var...Se vier via FORM POST: $_POST['var'] e não $var... Quote Link to comment Share on other sites More sharing options...
0 dmetallica Posted July 1, 2004 Report Share Posted July 1, 2004 tenta por isso ...antes $var=$_GET['var']; fallou... Quote Link to comment Share on other sites More sharing options...
0 Guest - carolina - Posted July 1, 2004 Report Share Posted July 1, 2004 Brigadão pessoal, consegui!o $var= $_GET['var']; tinha que ir lá no iniciocinho do script.Beijos! Quote Link to comment Share on other sites More sharing options...
0 dmetallica Posted July 1, 2004 Report Share Posted July 1, 2004 tudo bem! qualquer coisa posta ae...te cadastra no forum...fallou... Quote Link to comment Share on other sites More sharing options...
Question
Guest - carolina -
Estou passando a variavel $var para uma pagina php e acho que estou fazendo a coisa certa, como se vê na url:
http://localhost:81/album.php?var=foto.jpg
Porém, não consigo acessar essa variável em album.php. Estou fazendo assim:
<html> ...
<input type="text" value="<? echo ($fName); ?>" >
Alguma idéia?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.