![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| is there any way to control the page while it loading ???? for example first i want to load firstly the body next, header , last footer !!which i will use it in portal big site ???!! thanx in advance | |||
| Advertisements |
| | #2 | ||
| On May 2, 7:51 pm, Beshoo <basheerm...@gmail.com> wrote: > is there any way to control the page while it loading ???? > for example first i want to load firstly the body next, header , last > footer !!which i will use it in portal big site ???!! > > thanx in advance You can try placing flush() at various points in your script: <http://www.php.net/flush> This will tell PHP to "send" everything that has been output so far. Note, however, that the web server and/or web browser may do buffering of their own. | |||
| | #3 | ||
| ZeldorBlat wrote: > On May 2, 7:51 pm, Beshoo <basheerm...@gmail.com> wrote: >> is there any way to control the page while it loading ???? >> for example first i want to load firstly the body next, header , last >> footer !!which i will use it in portal big site ???!! >> >> thanx in advance > > You can try placing flush() at various points in your script: > > <http://www.php.net/flush> > > This will tell PHP to "send" everything that has been output so far. > Note, however, that the web server and/or web browser may do buffering > of their own. > If I may add, you can also use JavaScript (Ajax) to load different section of your pages. Of-course there are pro/cons on using it. Hendri Kurniawan | |||
| | #4 | ||
| On May 3, 12:51 am, Beshoo <basheerm...@gmail.com> wrote: > is there any way to control the page while it loading ???? > for example first i want to load firstly the body next, header , last > footer !!which i will use it in portal big site ???!! > > thanx in advance not sure what you mean by "control" as it loading... but you could use different calls to include('header.html'); include('body.html'); include('footer.html'); thats all I can think given the phrasing of your questin if you can provide an example we might be able to be more helpful. | |||
| Featured Websites | ||||
|
![]() |
| Tags: loading, page |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Page Rank | John_Dean | Search Engine Optimization | 3 | 01-03-2007 9:42 PM |
| Xfire page | MadKad | The Games | 2 | 10-31-2006 11:07 AM |
| User page | JeJe | Community Chat | 0 | 07-05-2006 9:06 PM |
| Featured Websites | ||||
|