Jump to content

[SOLVED] Variable problem


porta325

Recommended Posts

$judet = $_GET["judet"];

 

$result = mysql_query ("SELECT oras, id_oras FROM orase WHERE id_oras = '{$judet}' ORDER BY oras");

 

This is a piece of my code. The variable $judet is working perfect but i have a problem with another variable in the same table with judet witch i can't call.Everything from table orase works i just don't know how to simply display on my page another insert from a different table.

Link to comment
https://forums.phpfreaks.com/topic/67445-solved-variable-problem/
Share on other sites

Your going to have to give a lot more detail than that for anyone to be able to help you.

 

i just don't know how to simply display on my page another insert from a different table.

 

By that do you mean you are wanting to select a row from a different table in the same query? If thats the case, the two tables have to relate in some way...give more information on the table your trying to get the row from.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.