Jump to content

Chikwado

Members
  • Posts

    287
  • Joined

  • Last visited

Everything posted by Chikwado

  1. These seem to be exactly the cause of unable to highlight and give each line number, I been using online editor with small device. Thanks for advice.
  2. My code are: <?php include_once(geshi.php); $source = '<?php echo "Hello World!"; ?>'; $language = 'php'; $geshi = new GeSHi($source, $language); echo geshi->parse_code(); ?> I have this file I would like to highlight it given each line a number some file
  3. How to highlight a file with line number. I have GeSHi syntax highlight but could not run it well GeSHi
  4. Chikwado

    random image

    Do not input double quote inside double quote.
  5. Is it possible to use constant instead of variable in prepare statement for Example: define("HOST","localhost"); define("USER","root"); define("PASSWORD","password"); some one help.
  6. Yes, after input this code: <IMG SRC=javascript:alert("XSS")>The script did not run one way or the other. Am I at the right place?
  7. You can do it with a programming supported to php.
  8. Chikwado

    Form Validation

    @smiley 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.
  9. Some one help test my bbcode passing function if it is secure enough bbcode faaaaarrrr Not sure [br]if it is secure enough not open for attack.
  10. Chikwado

    Form Validation

    which is wrong. Write exactly what you see on the tutorial. Don't just write one parameter and start testing. View Exampe Here
  11. Yes, geshi is working but, There is one things that baffle me. To highlight page.php, I am confuse over that. GeSHi
  12. I need advise on how to make a highlight file giving each line a number, php or javascript.
  13. Can some one help explain more about geshi library. I have install geshi successfully. But it's not working. Geshi here
  14. You can use 4 of them too, search for how to run several table.
  15. You can use sql join. Join left or Join right. My mouth corrected
  16. 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?
  17. 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?
  18. My question were not clear, How To login Specific user profile? not retrive user profile. I have seen some example. Thank you.
  19. 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.
  20. @lorifaith Take a closer look on this page, although is not the best code to use but it will help you a little bit. []
  21. 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.
  22. Can you show the code that work for you? I have a javascript code that I use to bind in select option which work for me. Those jquery example do not seem to work.
  23. 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.
  24. Can some one help explain this: I have my file header, nav, aside, section, article and footer. I want to wrrap them in array insted of using "include" and "require_once". I have read some example here But did not completely understood what was said
  25. 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...