Search results

  1. gomarc

    Password Protecting "public_htm" folder

    A very easy way to do that is by using this CPanel feature:
  2. gomarc

    PHP/MySQL Programming

    Thank you for the credits, very generous from your part.
  3. gomarc

    PHP/MySQL Programming

    Change your table fields to uppercase: BUSINESS OWNERNAME PHONE ADDRESS CITY STATE ZIPCODE They need to match:
  4. gomarc

    MYSQL help

    There are many good tutorials to do that. Search our forums Or start here http://www.w3schools.com/php/php_mysql_select.asp
  5. gomarc

    Duda... Mysql

    De esto hablas?
  6. gomarc

    PHP doNav Function

    Can you post a sample or two with the values of : $act = ?? $linksreturn = (Expected output) ??
  7. gomarc

    MYSQL help

    In your table, did you change the Type of your field Name as suggested? Do so by going to your phpMyAdmin and change it there. Your code will then work and save the data into your table.
  8. gomarc

    MYSQL help

    As suggested by vol7ron, you may want to double check the structure of Feedback table since the last script you posted is working just fine... This is the Structure that I used in my test:
  9. gomarc

    php code error

    Yes, most likely you will have to apply to upgrade your PHP version from Basic PHP Configuration to the Intermediate PHP Configuration. Check this post Important PHP Information.
  10. gomarc

    Duda... Mysql

    En las cuentas gratis parece que no. Ver este post en inglés
  11. gomarc

    ' Error

    It’s your browser! With the example you provided, I was able reproduce this problem using Internet Explorer 7. On the other hand, doing exactly same thing with Firefox 3.0.4, your code does not change.
  12. gomarc

    PHP fopen

    Try this on line 6: $fh = fopen($file, 'rb') or die('Could not open file!');
  13. gomarc

    Simple PHP Email Sending Form

    In your HTML code change line 13 to <INPUT type="text" NAME="sender_email" SIZE=30></P>
  14. gomarc

    Super Simple Script Error Need Help

    You are missing a ' } ' on line 19
  15. gomarc

    Best PHP Mailing Scripts ??

    Try PHPMailer. You can get it at http://phpmailer.codeworxtech.com/ It’s very powerful and not too hard to use and configure. Read the Tips and Tools section for very useful information. Hope it works for you.
  16. gomarc

    What would you improve?

    It would be nice to be able to check our resource usage to avoid getting suspended. Some of our scripts may have errors that we are not aware, so if we can monitor our CPU usage, that could warn us of a problem before it’s too late.
  17. gomarc

    Armageddon

    All the predictions of the end of the world are and have always been 100% correct. It happens all the time. We can’t tell because just before it happens, we move into the nearest parallel universe so everything looks and feels fine. Nothing to worry about! Oh, by the way, the next one is due...
  18. gomarc

    Help:connection to mysql database in php

    Search the tutorials forums, there is great information there. Or start here: http://forums.x10hosting.com/tutorials/12014-php-mysql-php.html
  19. gomarc

    306 Web Design Templates (1050)

    There are no templates here. It’s just an advertisement link.
  20. gomarc

    I can’t delete a database

    Using MySQL Databases I can’t get rid of the database “marcxl5”. It may be a bug on cPanel referred on previous threads, since I don’t remember creating such database. Please delete it. Thank you much! ;)
Top