Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. What's the error, or how is it failing?
  2. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=351660.0
  3. This topic has been moved to PHP Math Help. http://www.phpfreaks.com/forums/index.php?topic=351485.0
  4. Maq

    Too much money?

    Moved to Miscellaneous, the Freelance board is for actual freelance work.
  5. This topic has been moved to Other RDBMS and SQL dialects. http://www.phpfreaks.com/forums/index.php?topic=351121.0
  6. Make sure you're using localhost and NOT the filesystem path. In the future, please place OR tags around your code.
  7. As much as I don't like to reference W3, they do a basic job explaining AJAX - http://www.w3schools.com/ajax/ajax_example.asp
  8. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=351099.0
  9. You have to escape the symbols: #[^a-zA-Z0-9\+\-\_\.]#
  10. Your lack of attempt leads me to believe that you have not done any research. We are not here to do your work for you. We already said it was possible and there are probably thousands of examples on this site alone. People will be more willing to help if you actually try first If you provide us with the appropriate information and maybe some code you've tried, we'll be able to help you.
  11. So you got everything working? If so, mark as solved from the bottom.
  12. Ok. What have you done so far? Are you stuck somewhere specific? Have you tried any tutorials online?
  13. Hi Zola, welcome to PHPF.
  14. Maq

    php styling

    Looks like your error message is in the same container as "username" & "password". You need to either move it up a level or create another div that spans those 2 sections. Can you show us the HTML for the login section?
  15. Maq

    php styling

    It says your website is under review... As pikachue mentioned, we need to know what the issue looks like as well and what you want it to look like. Is that font tag in some sort of container where it's getting "squeezed"? I would play around with it in firebug.
  16. they echo out only the picture name Can you navigate to "C:\xampp\htdocs\ecommerce\adminform_images\{value_of_echo}" and make sure that file exists?
  17. Yep that's what mysql_real_escape_string does. You should be calling that on any data that comes near your database.
  18. echo out these values "$row_FirstPictureRec['picture']" "$row_SecondPictureRec['picture']" right under your second MySQL call. Then, get the path they print out and try to go to that directory and find the images.
  19. $cards = mysql_real_escape_string($_POST['cards']);
  20. Just echo it near the top of your script.
  21. Then echo the paths out at the top of your page and make sure they reside there.
  22. Can I see the HTML code where you are calling the dialog? Also, you may need to add an onmouseout() call to close the previous dialog.
  23. Sure, post the specific bugs, the pertaining code, errors, etc. if you need help with them.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.