Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chriszd
  • Content: Threads
  • Order by date
  1. chriszd

    Compare a Vector element with a user inputted variable

    Hi Guys, I am trying to write a program in which the user has to enter a list of schools names with an ID according to the school. So far all is working fine and the data inputed is being written to a Vector: My Problem is how am i going to validate data in a Vector to verify that the user...
  2. chriszd

    Chatting System

    Is there a script which is easy to use in which registered users can live chat with each other and even create private rooms? Thanks
  3. chriszd

    Junk Data in MYSQL DATABSE

    I have put up around 4 websites successfully with no problems at all. When registering some fields need to be inputted otherwise no database insertion will occur. Also i generate a random number and if the user types it wrong, the registration form is stopped. Last few days i noticed that i...
  4. chriszd

    a bit more complex if statment

    i am trying to disaply the booking days of clients which will be booking online apointments: IF the DAY, MONTH and YEAR are EQUAL or GREATER THEN todayday todaymonth and this year. the user will get the option to delete his booking, ELSE dispaly that booking has exipred below is the code im...
  5. chriszd

    Using two java scripts

    Hi Guys, I am creating a website where i am using a page called menu.php in which i have only the menu. The code for the menu is done with javascript as to have the slide in effects for the rest of the sub menu items for each category. On the other pages i am using the include ('menu.php')...
  6. chriszd

    Using the include funtion and javascript code

    Hi Guys, I am creating a website where i am using a page called menu.php in which i have only the menu. The code for the menu is done with javascript as to have the slide in effects for the rest of the sub menu items for each category. On the other pages i am using the include ('menu.php')...
  7. chriszd

    Only Internal e-mail are coming in

    I am having a problem with my mail server... don't know what the problem might be... only internal e-mails are going through each other... and sometimes only some accounts are getting external e-mails, other are not .... what could it be???? thanks
  8. chriszd

    SMALL Pagnination Problem

    i need to create a pagination code for php. i found many php codes around the web and found them very usefull, but never found one which really suited my needs. What i need is: 1) i select which section i need to search for from a FORM, then i sumbit the result. 2) in the viewresult page you...
  9. chriszd

    Insert text nto mysql and display back on page

    Hi Guys, I have a small problem, well hope it is small. I created a normal input text box for the admin of a website to be able to insert his comments, news ecc from a web broswer into the database, so they can be then displayed on his website without him having to create or edit any html page...
  10. chriszd

    Get File name from folder and put it in a querystring

    Hi Guys, I managed to get the file names from a specific folder but i can't manage to make the query string work. The value is not going through the query string. (where the value i the file name) -------------------------------------------------- $dir = "$useris/"; $count = count(glob($dir ...
  11. chriszd

    Queue in exchange [yahoo.com.tw , ms14.hinet.net ecc]

    Hi Guys, I have an exchange server at work and everything was working fine until one day i noticed that e-mails had been taking hours and some times days to arrive to their destination. i opened the queue in the exchange and found out 30,000 e-mails.... i manged to clear the queue, but just...

Part and Inventory Search

Back
Top