Web Hosting Talk







View Full Version : I dont understand


miles
11-12-2002, 02:05 AM
I dont understand that, what should i do with that?:(

sitekeeper
11-12-2002, 03:29 AM
You got me stumped, I don't understand this at all!!!

DangerMouse
11-12-2002, 06:32 AM
what is it you dont understand Miles?

Thanatos
11-12-2002, 10:25 AM
Next time, click "Post Reply", not "New thread"

miles
11-12-2002, 10:25 AM
Oh lol sorry i posted but i need help with PHP, lets say i wanted to have my latest updates scroll in a marquee in a table. Now i know the code for the marquee but how do i get it to display the news in php. And also how do i get it to even compile the news..and is there a type of this for newbies that you could send me?

Joshua44
11-12-2002, 10:30 AM
Try something like this:


<MARQUEE ....><? include("news-file.dat"); ?></MARQUEE>


And then make a script that writes to that file (news-file.dat), with info from a form, I've done it, it's really simple.
Sorry I can't say any more, I'm in a rush. :)
Cheers :) :homer:

miles
11-12-2002, 08:59 PM
Info from a form? I dont understand that part

Bulldog
11-12-2002, 09:40 PM
He's saying to dynamically update it.
You login to a backend, add the news, hit submit and it will automtically add the news bit to the .dat file.

Or that's how I read it anyway.