ceidblog

Monday, August 01, 2005

TODO List!!!

1)Baseis Erg

  • Read the Description document
  • Install Leap SW into home Linux
2)Digital Signals
  • Read the assignment
  • GUI, checklist

Thursday, July 28, 2005

how to view the set of the enum value





http://dev.mysql.com/doc/mysql/en/enum.html

Wednesday, July 27, 2005

****** TODO *************

  1. Print the Telefone Directory together with Person/Company
  2. A company can directly sponsor a Radio Show.
  3. Show the sponsors of a Radio Show, and delete them!

******* STATUS ********


  • Now we are able to add multiple tracks into one cd!
  • Once we delete a company we delete automatically its contact info from the TelefoneDirectory Table!
  • Once we delete a person we delete automatically its contact info from the TelefoneDirectory Table!



Tuesday, July 26, 2005

Multiple submits in one form!!!

With this example we could have multiple submists! This way we will be able to add extra tracks into the track list!!!
http://davidmintz.org/php_course/examples/2/13.php

Thursday, July 21, 2005

Pass array from one PHP to another

This is for the modification of the persons that selected from the checkboxes:
http://localhost/handleperson.php


the search was with the following google search:
http://www.google.de/search?hl=de&q=array+passing+with+html&btnG=Google-Suche&meta=

Here is a nice link that I found:
http://www.browardphp.com/php_manual_en/html/faq.html.html#faq.html.arrays

*****STATUS*****checkbox selections are deleted from PERSON

the handleperson.php is now able to handle mass deletion of many persons!

Tuesday, July 19, 2005

www.ceid.upatras.gr

This is the link of CEID U.Patras gr

checkbox handling!!!!!!!!1

interesting chebox handling!

http://forums.devarticles.com/t11570/s.html

Monday, July 18, 2005

deleting/modifing selected Table rows...

This is a good link for deleting/editing rows on a table??
http://codewalkers.com/archives/clientside/312.html

Form + process

Form & process:
(1) Add a new Person
(2) Add a new Company
(3) Design of Javascript check boxes,for addition,deletion,modification of rows..