Jump to content

Chikwado

Members
  • Posts

    287
  • Joined

  • Last visited

Posts posted by Chikwado

  1. @smiley

    Sorry that was a copy and paste mistake, I also try w3schools exampe but it does not work

    what do you mean by it does not work? Example of the page are here The File and the code are here The code do not say it does not work, You failed to create it.
  2. I have try using code below to open a lumonous syntax highligt library but was not successfull

    <?php $zip = zip_open(luminous-v0.7.0.zip);          zip_read($zip);                                  //Some code                                   zip_close($zip);                                  ?>
    The code is not returning error or success, Can some one help explain more?
  3. Dear moderator, One more question please, I have read on forum network 10 people voted up 10 people voted down. Some people said to insert image in user profile you should upload it to table. Other said to insert image in a user profile is simple create image folder in public_html and specify the path in table field. While retrive the path the image will display on profile, How is the right way to do it?

  4. Can some one help explain more, how to retrive specific user profile. That is if I have 10 user and may be 10 of them are currently online. Then each person would only see his or her own profile not others profile. Currently i have a signup page with 6 field, example: 1. Image. 2. Firstname, 3. Lastname, 4. Email, 5. Phone number, 6. Gender. Some one help.

  5. What you need to do is not what you are doing, You need to learn php form and database. You are not binding parameter to database. Where do you expect the data to go? The code above are not w3schools examples.

  6. I have seen some people doing it, I am a learner, whenever I see something new I will try to understand what it means. My question is this: Is it meaningful to do it so? If it is, the I will try it. For example:

    $file = array([0] = file0.txt; [1] = file1.txt;[2] = file2.txt; );
    I have seen these from a hosting company.
  7. Can some one help view this code once more.

    document.getElementById("demo").onclick=function() {       var stuff = "Hello second call!";       document.getElementById("div2").innerHTML = stuff;                           }                                                          }
    When I hit the new link It does not call anything.
×
×
  • Create New...