Jump to content

daily events updated automatically


ilikephp

Recommended Posts

thanks guys for your help!

I read the tutorials about the cron job and I am able to figure it using the cPanel, but the problem is:

all the daily news that I have, where should I put them?

and how they will be displayed based on their order?

 

thanks...

all the daily news that I have, where should I put them?

 

What do you mean?  Maybe a database?

 

and how they will be displayed based on their order?

 

However you want.

 

Sorry for such vague answers, but I think you need to be a little more specific and provide more information.

 

I have around 300 quotes, and I need each day 1 quote to be displayed automatically.

 

I am facing the problem about how can I do it using php or MySql.

 

Do you have these quotes on file? May it only show one same quote during the whole day or show random quotes on each refresh?

 

Random quotes:

 

$lines = file('path/to/quotes/file');
print $lines[array_rand($lines)];

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.