private_guy Posted September 7, 2007 Share Posted September 7, 2007 Hi there, I dont know if I should post this in JavaScript or PHP and other codes because I dont know what suits this. I want make a code, which after some many seconds it will disply the code. Example: <html> <? After 3 seconds disply ?> Hello else null <end> You know, something like that . Thanks. Best Regards, Chill_Guy Link to comment https://forums.phpfreaks.com/topic/68404-display-code-after-some-many-seconds/ Share on other sites More sharing options...
Psycho Posted September 7, 2007 Share Posted September 7, 2007 You can't do that with PHP, need to use Javascript. When PHP creates a page it delivers the entire page to the browser. Link to comment https://forums.phpfreaks.com/topic/68404-display-code-after-some-many-seconds/#findComment-343904 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.