Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~19.9K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for nikesh.yadav

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.

Member Avatar for Stefano Mtangoo
0
20K
Member Avatar for heni_pro

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.

Member Avatar for Lejonet
0
89
Member Avatar for yasmena

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 …

Member Avatar for Lejonet
0
158

The End.