Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > PHP
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 07-08-2006, 09:12 PM   #1
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Limitations of PHP

Okay, i was wondering if anyone knew of a way in PHP to refresh only part of the page. I want to be able to hit a button and only refresh one element of the page, not the whole page. Is this doable in PHP, or is that a client side task?
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 07-08-2006, 09:58 PM   #2
compuXP
Retired Member
 
compuXP's Avatar
 
Join Date: Dec 2005
Posts: 139
compuXP will become famous soon enough
Default Re: Limitations of PHP

Client-side. Read up on rohan2kool's Web 2.0 (AJAX) Tutorial in the HTML & CSS board.
__________________
Retired Moderator/Member/Friend/Helper - it was great working with all of you!
compuXP is offline  
Old 07-09-2006, 03:14 AM   #3
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: Limitations of PHP

I have seen it before, but I was unable to locate it in css/html. Are you sure that's where it is at?
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 07-09-2006, 01:03 PM   #4
compuXP
Retired Member
 
compuXP's Avatar
 
Join Date: Dec 2005
Posts: 139
compuXP will become famous soon enough
Default Re: Limitations of PHP

Oops, it's in PHP & MySQL. That's wierd... anyway, I moved it into HTML & CSS. Try looking there again. It's pinned at the top.
__________________
Retired Moderator/Member/Friend/Helper - it was great working with all of you!
compuXP is offline  
Old 07-09-2006, 09:44 PM   #5
stOx
Senior Member
 
stOx's Avatar
 
Join Date: Apr 2006
Location: London, UK
Posts: 262
stOx will become famous soon enoughstOx will become famous soon enough
Default Re: Limitations of PHP

Why would an AJAX tut be in an HTML and CSS forum?
It's done using javascript and a server side language, Usually PHP..
stOx is offline  
Old 07-09-2006, 10:25 PM   #6
Daniel Malone
Senior Member
 
Daniel Malone's Avatar
 
Join Date: May 2006
Posts: 252
Daniel Malone will become famous soon enough
Default Re: Limitations of PHP

Don't use AJAX, use JavaScript. Depending upon what the project is, I would probably make an iframe and in JavaScript refresh the page when you want.

I know HTML, CSS, JavaScript, PHP, MySQL, and little Apache. PHP cannot be used.

Another option would be to do it using HTML tags in the <head> section of your document. Just make an iframe with the src="window.html". In window.html just make it refresh. This would be a way to do it without JavaScript.
__________________
Webmaster News and Daniel's blog can be found at Daniel Malone
Free Webmaster Tools
Daniel Malone is offline  
Old 07-10-2006, 02:29 AM   #7
compuXP
Retired Member
 
compuXP's Avatar
 
Join Date: Dec 2005
Posts: 139
compuXP will become famous soon enough
Default Re: Limitations of PHP

Quote:
Originally Posted by stOx
Why would an AJAX tut be in an HTML and CSS forum?
It's done using javascript and a server side language, Usually PHP..
Well, generally HTML & CSS referring to client-side web development. And, AJAX is just Javascript. Not server-side. Yeah, server-side languages work with it, but it is managed by Javascript.

Quote:
Originally Posted by Daniel
Don't use AJAX, use JavaScript. Depending upon what the project is, I would probably make an iframe and in JavaScript refresh the page when you want.
NEVER say "don't use AJAX" again. It's the future of the web.

Avoid using frames at all costs. Frames = evil IMO. You want AJAX coding for your goal.
__________________
Retired Moderator/Member/Friend/Helper - it was great working with all of you!
compuXP is offline  
Old 07-10-2006, 03:56 PM   #8
Daniel Malone
Senior Member
 
Daniel Malone's Avatar
 
Join Date: May 2006
Posts: 252
Daniel Malone will become famous soon enough
Default Re: Limitations of PHP

AJAX is the future, JavaScript is now!

I guess AJAX is pretty good, I just haven't learned it yet...
__________________
Webmaster News and Daniel's blog can be found at Daniel Malone
Free Webmaster Tools
Daniel Malone is offline  
Old 07-10-2006, 10:20 PM   #9
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: Limitations of PHP

Okay, I checked it out xp, I don't think I'm ready for that yet....I need to get the other 4 languages down first. It looks good though, as soon as I get the other ones down, I'll be picking AJAX up and using it.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 07-11-2006, 12:07 PM   #10
ademoztas
Newcomer
 
ademoztas's Avatar
 
Join Date: Jul 2006
Posts: 2
ademoztas will become famous soon enough
Default Re: Limitations of PHP

very easy library..
please check http://www.xajaxproject.org/
__________________
http://www.webkure.com
http://www.cep2cep.com http://eng.cep2cep.com
ademoztas is offline  
Old 07-11-2006, 04:28 PM   #11
compuXP
Retired Member
 
compuXP's Avatar
 
Join Date: Dec 2005
Posts: 139
compuXP will become famous soon enough
Default Re: Limitations of PHP

Understand that AJAX is Javascript - it's just a method of CODING in Javascript.
__________________
Retired Moderator/Member/Friend/Helper - it was great working with all of you!
compuXP is offline  
Old 07-11-2006, 10:30 PM   #12
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: Limitations of PHP

I understand that, it's just, I'm barely getting into PHP, so I need to feel more comfortable with that before tackling java.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 07-12-2006, 12:12 AM   #13
compuXP
Retired Member
 
compuXP's Avatar
 
Join Date: Dec 2005
Posts: 139
compuXP will become famous soon enough
Default Re: Limitations of PHP

You mean tackling javaSCRIPT. Java is an entirely different programming language altogether.
__________________
Retired Moderator/Member/Friend/Helper - it was great working with all of you!
compuXP is offline  
Old 07-12-2006, 01:43 AM   #14
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: Limitations of PHP

Yeah, I mean javascript, I'm sorry, I knew that, just still new to everything. Java is a C like programming language, that can be compiled and ran. Where as javascript is a toned way down Java like scripting language, which is an interpereted language, like early BASIC.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 07-12-2006, 04:21 AM   #15
rohan2kool
Member
 
rohan2kool's Avatar
 
Join Date: Dec 2005
Posts: 132
rohan2kool will become famous soon enough
Default Re: Limitations of PHP

Java is not compiled. Java is compiled/interpeted.

JavaScript is for making Browser-scripting ONLY.
Java is for desktop programming and web-applets, servlets.
__________________
Eat healthy, Stay Fit, Die Anyway.
--==--
If there is a man who knows everything about women, there is a Windows distribution without bugs.
rohan2kool is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump


All times are GMT. The time now is 12:25 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.