No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
u can remove the error by modifying the entry in php.ini file in ur webserver settings set maximum_exec_time=300 // which increase the maximum script time for ur script
you will have to add the red line in ur source file where ur calling the rssfeeder function
here is the one of the simplest example... $abc=[0,0,0,1,0,2]; $bcd=array(); for($i=0;$i<count($abc);$i++) { if($abc[$i]!="0") { array_push($bcd,$abc[$i]) } }
basically i want to know where exactly u want to make changes, i mean if want to add something on first page u need to modify the index file. or supporting .tpl file wherein u can add some code according to ur need.
is $img is the image or its just an name of the image file . if its the name file or url of the file then simply put $img in header ie [B]header($img)[/B] if its an image then dont use header('content-type:$img_type');
u dont need to read from text file but u can easily create an calendar with the help of php functions. here is the source code u can see the demo online at forum.pctechindia.com/calendar.php OR <? // //******************************************************* //******************************************************* // Author :- Pooran // Specs :- Calender to be used …
The End.
pc2forum