We're a community of 1076K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,075,745 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Search loading in a page

I am new to php...I wanna to show a loading image when the page is loading something in php...any help would be appreciated

3
Contributors
4
Replies
5 Days
Discussion Span
1 Year Ago
Last Updated
5
Views
bavenbabu
Junior Poster in Training
60 posts since Feb 2012
Reputation Points: 4
Solved Threads: 1
Skill Endorsements: 0

You'll need to use js. Probably.

diafol
Keep Smiling
Moderator
10,634 posts since Oct 2006
Reputation Points: 1,628
Solved Threads: 1,506
Skill Endorsements: 57

I agree with Ardav, PHP (server side scripting) will usually load and complete before an image could be seen on a page. js on the other hand is on the front side, and can start loading at the body tag as the page is loading.

<body onload="displayLoading()">

It has to do with the order in which a web page is called.
http request -> serverside script runs & completes -> sends info to client -> client side code runs and completes.

NinjaMediaD
Light Poster
44 posts since Sep 2011
Reputation Points: 10
Solved Threads: 2
Skill Endorsements: 0

I agree with Ardav, PHP (server side scripting) will usually load and complete before an image could be seen on a page. js on the other hand is on the front side, and can start loading at the body tag as the page is loading.

<body onload="displayLoading()">

It has to do with the order in which a web page is called.
http request -> serverside script runs & completes -> sends info to client -> client side code runs and completes.

can u please elaborate it..What is the function used on onload

bavenbabu
Junior Poster in Training
60 posts since Feb 2012
Reputation Points: 4
Solved Threads: 1
Skill Endorsements: 0

Why don't you go over to the javascript forum? Or, do some reseaarch on js page load etc yourself?

diafol
Keep Smiling
Moderator
10,634 posts since Oct 2006
Reputation Points: 1,628
Solved Threads: 1,506
Skill Endorsements: 57

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0687 seconds using 2.73MB