No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Post some code so we can help echo " text \t \t works perfect." on the sourcecode output" but it does not work on the HTML code. no tabs does. you have to use css or table.
If I understand you right. You want to show the zone from a certain region. $query = "Select * from places where region = '$region' LIMIT 1"; $result = mysql_query($query); $row = $mysql_fetch_row($result); echo $row['zone']; should work. No if.
Show the code for the popup. You have to extract the information from the link. ex: <a href="page.php?id=<?=$id;?>">edit</a> To use the id you have to extract it from the link. <?php session_start(); extract( $_GET); $the_id = $_GET['id']; Now you have past on the information from the link to an variable …
The End.
Lejonet