Jump to content
MakeWebGames

Recommended Posts

Posted

Hi boys, im newbie in php,all this things and im looking for a free modification to show in the screen a picture of a crime when i pass the mouse up on the crime.

Example: I have two crimes in criminal page "Rob a car" and "Rob a house" when i pass the mouse in rob a car show a picture and when i pass in rob a house, show other picture.

Thanks boys, and sorry for my bad english ;P

Posted

<script type="text/javascript">

function show(Id) {

document.getElementById(Id).style.display="inline";

}

</script>

maybe this is correct?

and i need to add the function in criminal.php here?

print "<tr><td>{$v['crimeNAME']}</td><td>{$v['crimeBRAVE']} Brave</td><td><a href='docrime.php?c={$v['crimeID']}'>Do</a></td></tr>";

how?

im newbie guys sorry :/

Posted
<script type="text/javascript">

function show(Id) {

document.getElementById(Id).style.display="inline";

}

</script>

maybe this is correct?

and i need to add the function in criminal.php here?

print "<tr><td>{$v['crimeNAME']}</td><td>{$v['crimeBRAVE']} Brave</td><td><a href='docrime.php?c={$v['crimeID']}'>Do</a></td></tr>";

how?

im newbie guys sorry :/

mail me i will do for you

Posted
Just post your solution here... Asking everyone to mail you before you help them is fishy as hell.

i bet hes asking for cpanel details and taking a copy of the games

Posted (edited)

Someone can do a criminal.php with the code to show a picture of each crime when i pass the mouse up. I pay, thx guys

thanks guys, i solved my problem

Edited by badurek

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.   Paste as plain text instead

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