Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #18.7K
~2K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for Khishin

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

Member Avatar for pc2forum
0
411
Member Avatar for A Monkeys Uncle

you will have to add the red line in ur source file where ur calling the rssfeeder function

Member Avatar for robmaag
0
457
Member Avatar for michael123

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]) } }

Member Avatar for digital-ether
0
98
Member Avatar for Lexani

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.

Member Avatar for pc2forum
0
266
Member Avatar for tristan17

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');

Member Avatar for pc2forum
0
190
Member Avatar for namit

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 …

Member Avatar for pc2forum
0
149

The End.