Jump to content

ociugi

Members
  • Posts

    16
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Male
  • Location
    japan

Contact Methods

  • Yahoo
    xint21h

ociugi's Achievements

Member

Member (2/5)

0

Reputation

  1. i mean is how many elements that the array can hold.
  2. what is the maximum element of an array?
  3. how to create pop-up list using CSS?
  4. assembly language, you mean like this   mov  ax,seg message   mov  ds,ax   mov  ah,09   lea  dx,message   int  21h sorry, i dont know it. ;D
  5. ociugi

    PHP IDE

    hi! guys, i am looking for PHP IDE. can you tell me what PHP IDE are you using or what PHP IDE can you suggest and please explain why? thank you!
  6. i will try and study this example. it's much more easy to understand if you put comments on your code but any way i appreciated your help. thank you very much. if anyone would like to add more example please go ahead. i appreciate your help and thank you in advance.
  7. why mysql is more popular than postgreSQL? what are the distinct differences between this two database?
  8. a php code that is useful and meaningful and not like the dogs, cars etc. in the examples.
  9. what i mean is, i understand the basics of OO but the problem is i dont know how to apply in a real application. i tried to code OO but the code is messy thats why i want to see more examples.
  10. after studying the OOP i learned the basics but there is a problem. all example in the tutorials on php that i was read is not applicable to me. some examples are about dogs,cars,bikes,boxes etc. i need a real application examples on how to use php oop on the website. i want to learn how to use oop to control database as well as website. because of no idea on how to do this i need to see example so that i can study and learn oop in the real application.
  11. i am aware of sql injection but I'm lock of knowledge on how to prevent this by increasing the security of the php code. i don't know where and when exactly to use the regular expression, trim, strpos, strsub, urlencode, urldecode functions, etc. because i am a beginner programmer. do i need to use the stripslashes to all input? For example i have a login form with user id and password, i want to know what and how to filter the input before i insert or select into sql? and for the registration form input filtering, is it the same as the login form filtering? please explain to me on how to prevent the sql injection. thank you in advance.
  12. ociugi

    Layout

    i understand the differences and functions of float, position(relative/absolute) but i have a problem layouting my design because every internet browsers has a little differences in reading css. may be i dont know the proper way of using float and position. after i finish my design i test it and no problem in firefox but IE6 and later version has. how do i layout may design using float/position that both browsers will output the expected layout.
  13. ociugi

    class vs id

    what are the differences between class and id. when should i use class / id.
  14. i am new to database and i have no idea on how to use postgre database to store multimedia files. what are the kinds, types or method on storing images, audio and video to database and how?
×
×
  • 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.