User Profile
Collapse
-
My favicon also does not appear with IE yet appears on Firebox. Do you have any idea why?... -
Problem with NewURL() on IE
All of a sudden I cannot open a new window on IE. Everything works fine on Firefox. You can try this in both browsers using the link http://www.saratogacha mber.org/website_links.h tm. Does anyone know what is going on? -
Page needs to be refreshed twice for correct photo to appear
I have a folder called "events" for guest speakers. There is one file there called "guest_pic1.jpg ".
Here is what happens:
1. I select a picture from my local disk
2. I hit "submit" and it uploads properly.
3. Picture displays properly when page is reloaded.
4. Now, I select a different picture from my local disk.
5. I hit "submit" and it uploads properly,... -
-
My mistake. I had the ajax.js file in the wrong directory. I have everything working now. Check out www.radiolights tream.com in the right column. Quite a combination with HTML, PHP, MySQL JavaScript and Ajax!
Thanks for all of your help, Ronald.
GeniaLeave a comment:
-
Ronald:
I cannot get the scripts to work. What EXACTLY to I need to do to test. I have already downloaded ajax.js.
GeniaLeave a comment:
-
That is actually a snippet of code.
If you go to www.radiolightstream.com, you will notice that the right column refreshes every time the page is refreshed or another page is reloaded.
What my client wants to to refresh the right column every 20 seconds.
I don't seem to find a way to do this in PHP, so I guess I have to use JavaScript. However, with one being server-side and one being client-side, it...Leave a comment:
-
That is exactly the problem that I am having.
Does anyone out there have a workaround with AJAX.
GeniaLeave a comment:
-
More information...
The output is
Loop 1:
0 (correct)
Tazz and Paula Show (correct)
1 (correct - and database is updated correctly)
Loop 2:
0 (incorrect - should be 1 - however, the database has the correct value and SELECT is not working properly)
Tazz and Paula Show (read correctly but wrong value because the SELECT above did not work properly)
...Leave a comment:
-
Hi there:
I cannot get the code below to work properly. It works fine on the first loop but the next times around "$querySQL = 'SELECT * FROM host_index'" returns the wrong value.
Specifically, here is what happens...
The first time 'SELECT next_host FROM host_index' is executed, it works properly. Let's say it is '0';
The following command 'SELECT * FROM hosts WHERE approved=1...Leave a comment:
-
I'm not usre what I did wrong. Please explain and I will fix.
GeniaLeave a comment:
-
SELECT not working properly within PHP inside JavaScript
Hi there:
I cannot get the code below to work properly. It works fine on the first loop but the next times around "$querySQL = 'SELECT * FROM host_index'" returns the wrong value.
Can somebody help me out?
[php]
<?php
require_once('c onnections/radiolightstrea m.php');
mysql_select_db ($database_radi olightstream, $radiolightstre am);
?>
<!DOCTYPE...
No activity results to display
Show More
Leave a comment: