Jump to content

WellBaffled

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

WellBaffled's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. With several seperate queries, one for each faculty its easy, though a loop would be a better way of doing this. Search Google for tutorials on threading
  2. Just register a session from the two form fields and pass them to the next page. If you havent the abillity to hand code the variables or any idea where to insert them in the code get the sephiroth sessions ext for free from the mac site.
  3. This code works right out of the box. Use it all as a single file and call it iplog.php . Upload to server, local or host and aim your browser to www.yoursite/path-to-/iplog.php. It will output:- 1 - 1 today - 0 yesterday - 1 user online Dont worry about creating the daten.txt file the script will do it for you. Took me 20 seconds get this working.
  4. You must modify the array of the results in the query and output a code snippet after every other loop of the result ie </td></tr><tr><td> to divide your repeating region into 2 cells. The cycle where the code is not outputted the region will end normally with </td> </tr> </table> If you are still struggling tommorow post here, I may have some time to help out
  5. There is one at the dream team site for free. Its not especialy good as non of their seem to be. As with all of their extensions, dont hit the help button on the wizard as it locks DMX solid. sendmail() is so easy to write though why would you need an extension.
  6. You need to include more details. If you are going to detail pages then you must pass the result parameter to it. If you are creating a results page then when you create the recordset, it the wizard you must use the listmenus for 'filter' = your column name, '=' equals 'form_element' your form element name , and then use the sot menus. There is also a walkthrough if you press F! and get the manual. Hope this will help you.
  7. Click insert>apllication objects>update record form wizard and make and update record form based upon passed parameters for your users table. Save it then use the go to detal page behaviour from the behaviours panel to create a link from your login confimation page. You should pass the password and username parameters from the login form to the update form. The form will echo all the users data into the fields for them to update. Its that easy. It also tells you this in the standard manual which you will find by hitting F1 at any time.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.