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
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.