Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Odd PHP problem never heard of before
Old 11-28-2007, 08:38 PM Odd PHP problem never heard of before
Junior Talker

Posts: 2
Name: Jessica
Trades: 0
I am having the weirdest of problems. I am having problems with a php file. http://uvalde.tamu.edu is the page. There is a weather station that shows on the page that is referenced from an external php page. Currently, the station isn't working correctly.

Now the odd thing is, there is a file that someone else worked on and they can get it to work correctly, claiming it was a problem with a slideshow javascript. The weird thing is that even if I copy the exact coding I can't get it to work on another page. I even tried renaming the exact file that works and it won't work after I rename it.

Has anyone ever encountered something this weird? Where a php code works on only certain pages even if the pages have the same exact coding or even weirder if the pages are the exact same!?

Any ideas?! I would appreciate anything.
grrrlsetsfire is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-28-2007, 08:49 PM Re: Odd PHP problem never heard of before
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
Can you please include the code? I need it to help diagnose the issue.
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 11-28-2007, 09:10 PM Re: Odd PHP problem never heard of before
Junior Talker

Posts: 2
Name: Jessica
Trades: 0
This is an issue I am having at work and as soon as I get to work tomorrow, about noon, I'll be adding the php code to help you. Thanks for your help!
grrrlsetsfire is offline
Reply With Quote
View Public Profile
 
Old 11-29-2007, 12:45 PM Re: Odd PHP problem never heard of before
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
Currently that page is generating a javascript error because of this line:

HTML Code:
this.className=this.className.replace»
    (" over", "");
the problem being the line return that has been added for some reason. Try changing to

HTML Code:
this.className=this.className.replace(" over", "");
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Old 11-29-2007, 12:48 PM Re: Odd PHP problem never heard of before
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
Oh, I might add that your site is not accessible by those with disabilities as there is no fallback for when javascript is enabled. Being a university site, there are probably laws applicable here, so you should consult with your university's technology department to find the applicable laws for your region of the world.
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Old 11-29-2007, 12:52 PM Re: Odd PHP problem never heard of before
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
Only state universities or universities accepting federal funding are under any laws like that.
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Reply     « Reply to Odd PHP problem never heard of before
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.44592 seconds with 12 queries