Calender and Database Results

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default Calender and Database Results

    hi,
    I have just joined this site. I am currently working on a web application. One of the pages is a search page and displays a calender and some skills set options for search e.g. html, PR, PHP etc. When the user selects one of these options say html and runs a search. The results of the search are displayed on the calender. the results are in the form of person's name and the time for which they are available (shown as a bar on the calender). However I am new to Flash and dont know how this can be achieved. The data is stored on the database and I am using PHP. Can anyone help, I would appreciate a quick reply.

    Thanx

    Sadia


    Sadiam webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Database Results
      Hi I have created a results page so that when a users types something in my search field on the web the results page shows a list of products....
    2. random order results from MS access database
      simple question but how could I go about order by search results randomly every time the page loads, or even better set it up so that each time the...
    3. Sorting Database Results in PHP
      I am working on putting a drop down menu on my page which allows the user to change the order of which he/she wants to view the database results,...
    4. Database results error
      I've originally posted this in the front page extensions page, but was told to stop by here. Here's a copy of what we said. Any ideas on how...
    5. Exporting as Excel (database results)
      All, I am trying to export a result set as an excel spread sheet. Most of the time this works as expected, when a user chooses to save as excel...
  3. #2

    Default Re: Calender and Database Results

    Load vars is what you need to get data from PHP.

    exsample of using LoadVars



    myData = new LoadVars();
    myData.Load("path to the php file to load the variables");

    to send data to the file you use
    myData.send("path to the php file to send the variables");

    or to do both you would use
    myData.sendAndLoad("path to file");

    have your php file echo the varibles like this.
    &variable1="whatever"&variable2="whatever"



    MetalEater webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Calender and Database Results

    Thanx Metaleater,

    But my first question should have been how do i create a calender in flash :)


    Sadiam webforumsuser@macromedia.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139