Include i have problem with it
Posted: Sat Jul 29, 2006 1:46 pm
Hi
Include i have problem with it . it never work with me idon't know why ? i wanna some one help me on it . i have folder inside that folder i have another one on it i have my file that one i wanna read it , on include statment
how can i do that
Include i have problem with it . it never work with me idon't know why ? i wanna some one help me on it . i have folder inside that folder i have another one on it i have my file that one i wanna read it , on include statment
how can i do that
Code: Select all
<html>
<head>
<title></title>
</head>
<body>
<table width=15%>
<tr>
<td bgcolor=iceyellow>
<marquee direction=up> hello <?php include('here how can i put my file '); ?> </marquee>
</td>
</tr>
</table>
<?php
echo"hello world";
?>
</body>
</html