Search results

  1. L

    PHP Contact form

    <?php // Contact subject $subject =$_POST["subject"]; // Details $message=$_POST["detail"]; // Mail of sender $mail_from=$_POST["customer_mail"]; //......... $send_contact=mail($to,$subject,$message,$header); // Check, if message sent to your email // display...
  2. L

    Finding and deleting duplicate image files

    http://us.php.net/crc32#86628 check this out. they say you can use this to generate crc16 checks on a file. now all you have to do is to run this code to both jpgs and if the results of both are the same then the file most likely will be the same. Hence they can be deleted.
  3. L

    CSS Nesting Dividers

    I believe id will work just fine. only problem will be with javascript getElementById. That is why it would be better for you to use class for multiple elements and id for unique elements. But that is besides the point I think the problem is that you want the button# divs to be side by side. So...
  4. L

    ajax?

    I believe you what you want is ajax. and the javascript command xmlHttpRequest. Unfortunately I don't know much about AJAX and is still trying to research on it for now. I will post back in this page if I find an easy to understand answer. for now I use an obfuscation technique. so for...
  5. L

    PHP Includes()

    are you sure it worked? I was pretty sure that you should do it this way. <?php include "newsrecent.php"; ?> but then again if it worked then it worked. I'll take note of that too.
  6. L

    Latest Updates

    As a free member of x10hosting. I would say that the gratitude is all mine. :) What I am saying is that this is the best free service there is. Because it is what it says it is.
  7. L

    chinghoe.co.cc

    I still cannot find that. I recently installed windows again on top of my linux just to test the page. but I cannot find the said 's' or 'nks'.
  8. L

    chinghoe.co.cc

    I also liked it black but I was experimenting on other colors... But I think black it is. :) Thanks for reviewing my site. It seems though that there are some problems with IE especially if you use <span> tags inside <a href> tags. hence the text edit cursor as pointed out by freecrm. Although I...
  9. L

    chinghoe.co.cc

    Oops gotta remove that
  10. L

    chinghoe.co.cc

    Thanks for that. I would look into it. I really don't know how it would look like in IE browsers.
  11. L

    chinghoe.co.cc

    http://chinghoe.co.cc Please review my site, kindly indicate the browser you are using. Thanks for all those who will reply.
  12. L

    Login.php

    try to observe your character encoding try to change your file to a utf-8 or whichever you used to create the file before upload.
  13. L

    Is the server transfer complete?

    I am getting this error when I log in to account management. An Error Has Occurred Although you've logged in successfully, there was an error retrieving your account's hosting type from the backend system. Please post on our forums to seek support on this issue. That is when I noticed I...
  14. L

    Please review my site...

    Try to improve the graphics. I told you I am not good enough to help you here. It's good that you heeded my advice to ask the forum to review your site. :)
  15. L

    Anyone good with PHP

    I didn't know that command print_r... what exactly does it do?
  16. L

    ingresarle ajax a una animacion flash

    wow you can speak spanish too? dickey?
  17. L

    How to ping in PHP

    http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1786&lngWId=8 check this site I believe he has a solution for you.
  18. L

    Selection box size

    I think he is asking whether you can limit the number of items initially displayed by the select the <select> ...<option> dropdown box and just use the scroll to show more of the options. (I think... :)
  19. L

    I have deleted that crazy ls -a crontab that I never intended to happen. Thanks for your kind...

    I have deleted that crazy ls -a crontab that I never intended to happen. Thanks for your kind consideration.
Top