Jump to content

Chikwado

Members
  • Posts

    287
  • Joined

  • Last visited

Everything posted by Chikwado

  1. How to make editor that would execute javascript code. I have tried one but failed. Some one help please.
  2. Chikwado

    Mysqli Add Value

    In my server default setting mysqli has empty hsotname and username with empty password. how to add value to replace those field, especially hostname username password. I use to write the following command to view it <?php echo phpinfo(); ?> And I can see that the values are all empty field. Some one help.
  3. How to add color in post, Some red text How do I do that?
  4. Chikwado

    Saving Some File

    I am using notepad++ not browser, After typing I select file->, save as-> then window explorer will open up and I will click save, then it highlight instead of saving the file.
  5. Chikwado

    Saving Some File

    Can some one help explain this: how to save this type of file, page.php? one=file1&two=file2 If i try to click save in window explorer it highlight the text not actually saving the file. I am using window 8. Thanks.
  6. Can some one help explain this: Is it error from code, server, browser or I who wrote it? This code is not doing anything Content Some one help.
  7. Chikwado

    Vague Notice

    You need to understand what this "<=" means in php.
  8. Chikwado

    Css In Php

    Some one help explain this: Is it possible to wrapp css property in php. Example: <?php header('Content-Type: text/css'); .box{font-weight:bold;} Then may be you can include it in head section. Although I have not hear these story before. But I have seen something that look like that in Phpmyadmin.
  9. Yes, I will define them later. Thank you.
  10. Yes, var person = {}; person.anotherperson = {}; person.anotherperson.moreperson = {}; To access element from third curl bracket: document.write(person.anotherperson.moreperson['first element from third curl bracket']); More correction please.
  11. How to add several object, For example: Is it possible to use object like this: var preson = {}; person.anotherperson = {}; person.anotherperson.moreperson{}; Then may be if I want to access element from the third curl bracket, then may be I would use: person.anotherperson.moreperson['first element of the third object container']Can some one help explain more. Yes, Edit my postperson.anotherperson.moreperson = {};
  12. php does it has framework? If you have xampp properly installed and configured, then, you are good to get around it.
  13. Chikwado

    Asp In Xampp

    Asp code is it supported to xampp? I want to get around asp.
  14. Can you show your datagridview code?
  15. If you are using phpmailer, then, in the folder called "examples" you will see a file called "code_generator.php" then, may be it will work for you. although don't know.
  16. Chikwado

    Encriptions

    Some time if i receive email then, I see url example: http://chiquado.com/ some bla bla bla that I can't explain It's a part of security control, I like to code the related file like that.
  17. Chikwado

    Encriptions

    I am try to encode a file related to index page, For example If I have www.chiquado.com/folder1/folder2/file.php. Now how do I encode folde1/folder2/file.php so that people would not see file name?
  18. Did you put session function? Example: session_start() before declaring html?
  19. Global variable can be use to grab element any where in html stream.
  20. Chikwado

    Encriptions

    How to encript file name Example page.php my url http://chiquado.site90.net/page.php. I want to encript page.php using base64_encod(), Have testing file Encode but could not completely understand.
  21. Chikwado

    php

    You need to follow example on the tutorial not just testing what you feel, it's a time consuming. php is a template, you would not be able to add anything to it.
  22. Chikwado

    M V C

    What is mvc and what can i do with it?
  23. Some one help, this file is not returning error or sending a message . The file is currently in phpmailer directory HPMailer If I select mail() to send it, It says message successfully sent but could not deliver to the inbox. Some one help.
  24. Chikwado

    Php Include File

    Yes, "." is for current directory and ".." is parent directory. Ok what of other double dot Example: include('../../file.php'); How many directory are here now?
  25. Chikwado

    Php Include File

    Can some one help explain what I did here, <?php include_once('../../library.php'); /*testing include file now*/ require_once('../../file/file1/page.php); ?> I use to see a file been positioned like this, but could not understand what they did. What is the meaning of several dot and forward slash across before the name of library file? Can some one explain more?
×
×
  • Create New...