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 Mike Lewis 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
  • Order by date
  1. chriszd

    Compare a Vector element with a user inputted variable

    i managed to solve the problem i just initialized the boolean in the main and then compared the boolean variable with the current records in the vector... thanks
  2. chriszd

    Compare a Vector element with a user inputted variable

    Thanks for your response, i'll check them out but i'd rather use vectors since me and my friend who is building the application with me are more into vectors and we are kind of in a hurry to finish off the program for the client. in which at least he has the input functions working. there is no...
  3. 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...
  4. chriszd

    Junk Data in MYSQL DATABSE

    i had few time to browse re the how to prevent the sql injections... i found one which seems to be said to be usefull: $username = mysql_real_escape_string($_POST['username']); did someone use this kind of protection and found it good to? i'll try it and monitor the database for few days...
  5. chriszd

    Junk Data in MYSQL DATABSE

    Thanks guys, i will check some websites re this issue as i never encountered anything liek this before and don't want anything more serious to happen. I do have validation on some fileds, using javascript ( like the ones used in dreamweaver, spry text filed )
  6. chriszd

    Junk Data in MYSQL DATABSE

    This is the code for inserting and checking for empty fields: $username = $_POST['username']; $password = $_POST['password']; $name = $_POST['name']; $surname = $_POST['surname']; $tel = $_POST['tel']; $mob = $_POST['mob']; $email = $_POST['email']; $dobday = $_POST['dobday']; $dobmonth =...
  7. chriszd

    Junk Data in MYSQL DATABSE

    The registration of the website works this way: Client clicks on Register and needs to fill some specific fields to be able to continue. Also the client needs to insert a random verification code given to him on registration. Once all are set data will be inserted into the database. (THIS IS...
  8. chriszd

    Chatting System

    it would be helpful but having some push to now where to start from someone who already done the job :)
  9. 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
  10. 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...
  11. chriszd

    a bit more complex if statment

    hi guys... thanks fr your help it worked fine with your suggestion Feherke.... i still got more to learn from you guys :) infact i came accross the problem and fixed it as you suggested, but what if i can enhance the system by: When the user books online, he also chooses the time... which are...
  12. 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...
  13. chriszd

    Using two java scripts

    and how do i do that :( ? thanks
  14. chriszd

    Using the include funtion and javascript code

    thanks... :)
  15. 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')...
  16. 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')...
  17. chriszd

    Only Internal e-mail are coming in

    and finally .. that was the problem .... :) the domain expired. i've been here aprox a year now, and no one infomred me re the payment of the domain.. anyway... all back to normal :) thanks alot guys. as always :)
  18. chriszd

    Only Internal e-mail are coming in

    if i ping the domain name such as .... www.domainname.com and get a ping then it means my domain name is not expired? but if i get (could not find host...) it means it expired? thanks,
  19. chriszd

    Only Internal e-mail are coming in

    the mxtoolbox.com is saying: NO MX records found for domain.com
  20. chriszd

    Only Internal e-mail are coming in

    it happend one day nothing has changed no setting etc... i used to work perefectly... there is a dns error, which was being given before too on the event viewer, since i did not set up the network here i don't know what actual settings has been made. the error says: DNS ENCOUTERED A PACKET...

Part and Inventory Search

Back
Top