FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Include gives warning
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Include gives warning [message #184301] Sat, 21 December 2013 15:36 Go to previous message
Mr Oldies is currently offline  Mr Oldies
Messages: 241
Registered: October 2013
Karma:
Senior Member
I am attempting to make this work on the home page but the warnings keep
coming.
Anything that is echoed returns nothing or zero.
Because $year is NOT being acquired properly.
So how do I make it work right?

Now let us not dick around with bashing me over my past and current faults.
Or PROBABLE errors such as the use of the iframe.
Bash me, don't expect a reply.



<?php
$year=$_GET['b'];
echo $year;
?>
<div id="wrapper">

<div id="acol" style="float:left; width:3in; height:8in; overflow:auto;
border:solid 2px #f00;">

<?php
include "http://mroldies.net/artists/".$year."artists.php";

echo $art60[1][0];
echo "<br>";
$rows=count($art60);
echo $rows;
?>

</div>

http://mroldies.net/artists/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: when incuding a page
Next Topic: php double form submit prevent
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 03 13:21:53 GMT 2024

Total time taken to generate the page: 0.03880 seconds