Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Calendar Page Not Working (in IE)


I have been hard at work on this one and my computer broke so I haven't been able to resolve this problem for a bit, I open the webpage in IE and it doesn't show up but in FF it shows up just fine, anyone able to give me a hand on this one, it was working fine awhile back but now for some reason it seems to have broken. Code:




View Complete Forum Thread with Replies

Related Forum Messages:
Populate A Calendar Page With MySQL Data
I'm trying to figure out the best way to populate a Calendar page with data from a database.  I have the code that will generate the Table with Days of the week, but I'm at a loss on how to populate this with data from a database.

Do I build the calendar and then for every day that I generate a cell, query the DB or should I load the DB in an Array and compare that to the date of the cell?

View Replies !
Two PHP Scripts On One Page Not Working?
I have two small PHP scripts running on a test page

Both scripts work perfectly when there is one script on a page. However, if I place two on the page (one above the other), the second script will not render. I get no PHP error messages - the script will just not render.

I think the PHP Scripts are OK as they were automatically generated by RSS Feed Burner and both do run separately.

There may be an issue with having separate calls of some kind on the page or my server might not be set right. I did a server test that I think shows that it is OK but I am not sure. The only think I have in my htaccess file for PHP is: "AddType application/x-httpd-php .htm .html" .

I am new to PHP and was wondering if anyone can see why both scripts will not run together?

View Replies !
Flash Not Working On Page
I have inserted Flash animation on my page as normal (using Dreamweaver)- only it won't display in the browser for this site - which has various php/mysql pages on it - but this one is a simple html page - which displays the html - but not the Flash ?

The flash displays in the browser if I insert it into a page on another site - which does not use php/mysql.

Is it to do with the set up of the site which uses php/mysql ? - e.g. the fact there's testing server settings. My sites/servers are hosted remotely - and not on my own machines.

View Replies !
Session Not Working On Page 3
session ..cant get it to work on page 3 it will not display anyhting on page 3
whhat i do wrong Code:

View Replies !
Login Page Not Working
I have a database installed that can accept a csv file.
when I installed onto a new server, it wont upload.  is there anything obvious in the phpinfo that could be causing this? also, the login page wont work on this server.
just reloads the page again when submitting the user and pass Code:

View Replies !
Get Two Dropdown Lists Working On A Page
i am trying to get two dropdown lists working on a page. How do i go about this. For example, I have 1 table which holds countries and cities. When a user selects a country in the first dropdown list, i'd like the second dropdownlist populate with a list of cities etc. from my database.

View Replies !
Working With Dates On The Modify Page
I have a column in a table called testimonialDate. It is of type 'date'. When trying to modify a record, I can get it to display nicely on the modify page using:

$testDate = $testrow['testimonialDate'];
$testDate2 = strtotime($testDate);
$newdate=date("m-d-Y", $testDate2);

then <?=$newdate?>

However, when I change the displayed date and hit the modify button, it blanks out the testimonialDate column in the record selected.

I've found a lot of hints on the internet for displaying, but how do I send the info back up?
I'm also having issues trying to add a record. Typing in 3-3-2003 in text field results in 2003-3-20 in database.

Can I get some hints or a link to a good tutorial?

View Replies !
$HTTP_REFERER Not Working On Index Page
I'm using $HTTP_REFERER in various parts of my site and it works well. When I use $HTTP_REFERER on my index page to see where members are coming from before they log into my site it won't work. Perhaps this has something to do with the previous page being from an outside site?

View Replies !
I Can't Get Info.php Working On PWS Win98 The Page Cannot Be Displayed
Can someone help me?
I have tried php-4.3.4-installer
I have tried php-4.3.4-Win32
If someone has PWS running PHP4 on windows 98
I would appreciate any help. thank-you

View Replies !
Drop Down Based On First, Working, But How Do I Keep The Value If Page Reloaded?
I have a drop down list that is populated via MySQL. Once an item is selected a second drop down appears, again populated by MySQL. I know how to keep the value for the first drop down, if the page is reloaded.... but the second one is where I am having the issue.

Is it possible to have a page reload and echo not only the first dropdown value, but also the second within the <select> tags?

View Replies !
Submit Page A D Working With $_post Data
I am working with data that I pull from one of tables in my data base and format it into tables for ever entry on my webpage. In each table I place a check box called review (see code below): Code:

View Replies !
Php Code Embedded Inside Html Page Not Working.
How do I make or workaround in my Apache server to parse *.html files
for
<?php ?> code embedded in it?

Currently php recognises <?php ?> tag only if the file has a *.php
extension. Any php code inside *.html or *.htm is ignored.

Since I dont have admin access to the server or admin person, changing
the php configuration is out of choice. Now I have to go thru echo
and print statemnets to get it work. But it looks very cumbersome and
prone to errors.

View Replies !
Changed Page From .htm To And My Drop Down Menu Stoped Working
I have been building a rottweiler site for a friend. I just installed "The Search Engine Project" so I need to change one of my pages from .htm to .php so I can integrate the search results window into my layout.

But, whenever I change the page from .htm to .php my menu, a project 7 css drop down menu, stoppes working. Why is this? Code:

View Replies !
Links Stopped Working - Use PATH/index.php?p=PAGE In My URL
i have just moved my website from one server to another, on the first my pages worked perfect (not considering markup) but now my links just won't work anymore...

i use PATH/index.php?p=PAGE in my URL, it worked well on the other server, but after i switched it just stopped working...

and i have no clue where to find the error... it just keeps showing the first page...

View Replies !
Log Out - Page Expired Not Working Or Pressing Browser Back Button
I am a problem with I logout from my site. When I push log out link I send it to a new page with this script in this:

<?php
session_start();
session_unregister($SESSION);
session_destroy();
unset($SESSION);?>

In each page I have this other script
#accesscontrol.php
<?
session_start();
if (session_is_registered("SESSION")!= FALSE ) # ya la sesion existe entonces la cargo
{ #Maybe I use after. } else
{echo "<h1>Sorry...</h1>";
echo "<A href = "index.php"><H4> Login Univernet</H4> </A>";
session_destroy();
exit;}?>

The problem is when I log out and press the back button I am back to the pages. Sometimes it tells me that page expired but if I reload the page everything is ok and all my "security" pages are available.

View Replies !
Working Connection... Not Working? (Advanced)
It has tons of modules, and obviously a config file which opens the db connection. But there is one, and only one, module having strange troubles.

$query is just a simple INSERT INTO command. But it does not inserts anything. I only obtain... nothing. Neither an error from the server! Code:

View Replies !
Pop-up Calendar
Where can I find a script for a pop-up calendar for a user to select a date to enter in a field.

View Replies !
PHP 5 Calendar
Is there PHP5 calendaring software that will allow you to import events
from other calendars? For example, I have a Master project calendar
that my satellite sites want to import. They import the calendar and
now they have all my dates and theirs as well.

View Replies !
Calendar
The only problem is where to start. and for those who have done it before can you give me any insight. or if anybody knows of a nice calendar script that I could start with. Most sites of those small php calendars, when I really want a big calendar that fills up most of the page.

View Replies !
Pop Up Calendar
I hv a php script lets say a.php which has several txt boxes and another txt box with an icon at its side. when clicking the icon, it pops up a javascript calendar for the user to select a required date. once selected, the script will close and the date reflected on a.php.

now the problem comes after this. on this php page, there is a submit button which will go to page b.php (eg). on page b.php there is a back button where when when pressed, all records in previous page is gone and i have to re-insert details all over again. The funny thing is that in page a.php, if i did not use the calendar at all, when i click the back button in b.php is works fine.

View Replies !
Calendar Using PHP
Is it possible to make a calendar in PHP rather than hard-coding it in HTML? For example, I'm looking to make one for June 2007 and on each line I'd like to have the day, the date and then a checkbox containing the date, so for example:

<input type="checkbox" name="date" value="01062007" /> Tues. 1st.

View Replies !
Web Calendar
I am part of the web development team at a school in England.  Currently, the school calendar (which usually includes dates for starts and ends of terms, sports days, parents evenings, teacher meetings etc.) is done via a spreadsheet and simply printed off and given to everyone. Code:

View Replies !
Making A Calendar
What is the principle behind a calendar? I have some ideas but not 100% sure.

or is it that simple make 12 tables in the database? i don't think that's true tho. i'm hoping to use the least of the database, don't know why. say it was a daily calendar that would be 365 tables. also it's not for one year.

then again i've no idea what i'm talking about.

any help, links would be appreciated.

View Replies !
Another Calendar Dilemma
I coded a calendar a while back with sample code from here. Then the user wanted the calendar to span into the next month and I did this. Now the calendar needs to span into the previous and possibly next month...it called a bidmonth. I get the actual dates from a table. So for example bidmonth December 06 spans from November 27, 2006 to December 31, 2006. The table stores the bidmonthbegindate, bidmonthenddate, and the actual bidmonth, in this case 12, as a number.

I am not sure if it could span 3 months but I would like to code for it just in case. Below is the code I had that allows for a bid month to span into the NEXT month. I need to change it and I am in way over my head. Can someone help? PHP Code:

View Replies !
Calendar In A Pop Up Window
I have a simple calendar script which displays a calendar on my website and at present, you enter dates using a seperate xml file.

If you enter an event for a certain date, the event is displayed next to the date. This is fine, all works great, but what I would like to do is actually display the event in a pop-up window.

So you would click on the date , a pop-up window would appear with the event displayed.
PHP Code:
    

View Replies !
Next/prev In A Calendar
i think this works, but i have to put two dates for one event like January 2003 is 01 2003 and 13 2002. PHP Code:

View Replies !
How To Make A Calendar
how can i make a calendar on my php page?

View Replies !
Online Calendar
some quick facts to get ya started: it supports multiple calendars, custom fields within calendars. users/groups and permissions. it will include: import/export to .ics format, event validation, and searching.

View Replies !
Calendar Login_check
I would like to use a PHP calendar in one of my sites that lets a user log on to the admin panel through a pwd (to change states of dates etc...). However, it seems like the login_check has to be done over and over again ('ok' isn't passed on from one page to the other - session variable ?).

The calendar I would like to use can be found here. There you can find all related files.
The admin panel access page I use is here (pwd = 'enter')

View Replies !
Create A Calendar
I'm trying to create a calendar and have this script..

<?php

function generate_calendar($year, $month, $days = array(), $day_name_length = 3, $month_href = NULL, $first_day = 0, $pn = array())
{
$time = time();
echo generate_calendar(date('Y', $time), date('n', $time));}
?>

I am calling a function from within a function so it is printing a blank page :( where do I need to place this code in order for it to work?....

echo generate_calendar(date('Y', $time), date('n', $time));}

View Replies !
Simplest Php Web Calendar?
Can someone recommend a very simple script to produce a web calendar?

I just want something where I can select a month and year and it produces
a very basic HTML table, 7 columns across, one month at a time, with the
dates filled in.

No frills, no nothing, just pure, month producing code.

View Replies !
Calendar Program (help)
I have been solving algorithms with php, just to get practice. But my
new company
asked to do the following program in php, msql within 6 hours which I
have got stuck.
The task is as follows:

task:

"make a calendar using php and mysql where user can insert some
messages
and then see the day event."

I thought of doing a calendar on the browser where, in each cell there
is a button.
If button is clicked then a new textbox that imputes some message from
the user
and stores it in the mysql.

I don't know weather the above idea is possible.

Can any one give me a idea to approach the above problem?
Any link for UI in php? Is php event driven?

View Replies !
PHP, MySQL Calendar
I wanted to run this idea past you. I am looking to create a PHP Calendar with a MySQL Backend. How is this going to work? I have NOOO idea!! Here is what I need it for:

I am a resident assistant, and am looking to make a calendar system to schedule duty. Only one person is on duty during the weekdays (Mon, Tues, Wed, Thurs, Sun) and two people are on duty during the Weekends (Fri, Sat).

There needs to be an input system where one RA can go in and say that Person A is on duty on Weekday X of Month Y of Year Z or Person A and Person B are on duty on Weekend Day X of Month Y or Year Z.

I also want to be able to keep track of how many weekdays/weekend days each person has for each month.

I would like to be able to display all of this in a calendar (which can be an html table or whatever).

Does anyone have any ideas as to how I can implement this? (sql table columns, dealing with different amounts of days in each month, etc.)?

View Replies !
Calendar Output
I have been trying to use the code below (found on someone's blog) to create a calendar. What i have problems with is working out how to display the array in an actual calander layout. with the dates & days etc all lineing up. Code:

View Replies !
Recurring Calendar
Need to build a calendar module with the ability to handle recurring events. Anyone suggest some info on how to go about handling this?

View Replies !
Add An Event's Calendar
Im trying to add an event's calendar to my website. I have spent all day trying to get Obsidian's php event calendar to work but with no success at all. What I need is something very very similar to the birthday calendar available from the top nav bar of this forum.

I have a reservation table with reservations that have a 'CollectionDate' and a 'ReturnDate'. I'd like to display each record on both of those dates. Any advice/tips/ knowledge of a good script and its whereabouts would be fantastic!

View Replies !
Calendar Buttons
I want to make a calendar button in order to choose a date in fact i want 2, date from and date to.

View Replies !
PHP Availability Calendar
Do you guys know somewhere where i can find a script which creates a Calendar which can be controled via a database, so if a date is "occupied" then the date will be marked at BOOKED.

View Replies !
Calendar Type
Have worked briefly with PHP, though as I used to install cracks to forums (I have an extensive knowledge of scripting language and can generally pick up coding languages quite quickly)

I'm looking to find a freeware calendar database (or help with how to set up my own using cPanel / Fantastico and PHP).

I work in a venue and would be looking to export the months event information in tabular form, but also to have a DIV layer display that day's event.  Any idea what would be the best way to go about this?

View Replies !
Date Calendar
At present i have reports that when added include the DATETIME stamp, which are placed in a column called date_booked.

I have also setup search functions for when certain columns equal a certain variable show them etc. What i want to do is have a calender, and have it so i can select the date on the calender and it will search all the date_booked, and show any results.

View Replies !
My Calendar Issues
I am having a slight problem with the following calendar code. What I would like it to do is start the 1st on the corresponding day of the week. So far I have not been able to get my code to correspond. If anyone here is able to assist with this small issue I would greatly appreciate it. Here is the glorious code.....

View Replies !
Problem With Calendar
I am having a problem selecting data from a table where the date in the table equals the date I clicked in the calendar. I am sure it has to do with the SQL query, and I am not sure how to associate the date of the calendar to the date recorded in the table. The date_string table column is the type 'date'. What am I doing wrong? This is the code which links the numbered day to another page:

echo ' <a href="depday.php?year='.$Year.'&month='.$Month.'&day='.$calendar_day.'"> '.$calendar_day,'</a> '

Here is my current SQL query..

$sqlquery = "SELECT id, diwtitle, date_string FROM diw_alpha WHERE '$calendar_day' = date_string ORDER BY date_string";

View Replies !
Calendar Framework
anyone knows of any simple calendar frameworks for PHP? I was thinking about something like Java and ASPs calendar objects. I don't need a whole event planner, just something that can easily give me a month with all the days and indicate if there is a previous and next month within some range I can specify. Also I would like to extract week number and day names. Does anyone get what I'm saying and do you know any software that would fit my need without being overkill?

View Replies !
Calendar Query
I have a form which you have to select a engineer, when you hit submit it brings up the calender. The trouble is, is that the calender displays the correct month but when I click next it won't go to the next month. Here's the code:

<?
// Check for a Month Change submission
if ($submit)
{
// Subtract one from the month for previous, add one for next
if ($submit == "Prev")
{
$month_now--;
}
else
{
$month_now++;
}

$date = getdate(mktime(0,0,0,$month_now,1,$year_now));......................

View Replies !
Availability Calendar
where I could get a PHP based availability calendar for a holiday apartment website? I currently have the calendar as a html tables based affair that is updated via DW, but I am trying to migrate the site to PHP and wish to introduce a web based calendar that can be updated online.

I am looking for something similar to http://www.lanzarotebreaks.com/vill...ar.php/3882.htm that displays in a table format
but is controlled by PHP/MySQL, would like it to have online admin functionality. Am willing to learn how to handcode one if there are any good tutorials. Any help is gratefully received.

View Replies !
Calendar Script
I have this great calendar script, which is almost perfect. All I want is:

1. "Duration" under the add event. I want it to skip weekends. For example: if I put 16 under "Duration". I don't want it to caunt the weekends to.

2. I want to-be able to see a statistics of all the categories per user. For example: If I have one cat. Vacation and another one called Working from home. I want to-be able to see a statistics of how many days User 1 was in Vacation and how many days he was working from home.

View Replies !
Calendar Dates
Here is my problem: I would like to set up a graphical representation of a monthly calendar. problem: how do I determine what day of the week is the first of the month? 

View Replies !
Calendar Control
Can anyone give recommendations for a simple method of inserting a small, neat, pop-up calendar control into a php page?

View Replies !
Represent A Calendar
What I want to do is represent a calander in my database. Their should be one entery for each day. However short of having a entery in my table for every day of the year is their a better way to represent this structure in the database? The only way I can think is to add say 1000 enteries in a table, each entery representing a day.

View Replies !
Looking For Calendar Script
I'm looking for a good free calendar script for my Church or at the very least a nice cheap one (cheap as in $20). Does anyone know of any?

View Replies !
Calendar Question
I'm working on making my first calendar for my website. It's working great, except that theres' one change I'd like to make and I can't for the life of my figure out how.

Basically, I want the calendar to have 3 categories of events: Meeting, Travel and ProjectDue. Right now, it works perfectly, but only for 1 category. I just want to split up the code to say Code:

View Replies !
I'm Making A Calendar
I'm making a php calendar and I can't get the numbers automatic in the tables. Code:

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved