hey guys sup?
I need help with inserting images into PHP
I have this
Now i want to .: Home :. to be image (i.e. but1_1.jpg)
and when mosue is over (i.e. but1_2.jpg) but mouseover is optional
i have tried this way
This one doesnt work this one shows some www.ipgfx.net/test/index1.php look what it shows .... some uninsterted like not finsihed picture
Please Someone Help!
I need help with inserting images into PHP
I have this
Code:
<?
nav(".: Home :.",$a,"home");
nav(".: News :.",$b,"news");
nav(".: Services :.",$c,"serv");
nav(".: Portfolio :.",$d,"port");
nav(".: About us :.",$e,"about");
nav(".: Contact us :.",$f,"contact");
?>
and when mosue is over (i.e. but1_2.jpg) but mouseover is optional
i have tried this way
Code:
<?
$img1 = "<img src\"images/but1_1.jpg\" />"
?>
<?
nav("$img1",$a,"home");
nav(".: News :.",$b,"news");
nav(".: Services :.",$c,"serv");
nav(".: Portfolio :.",$d,"port");
nav(".: About us :.",$e,"about");
nav(".: Contact us :.",$f,"contact");
?>
This one doesnt work this one shows some www.ipgfx.net/test/index1.php look what it shows .... some uninsterted like not finsihed picture
Please Someone Help!







