Search results

  1. D

    MySql Page

    works like a charm thanks a lot.
  2. D

    .htaccess

    Thanks for the links they link to the site below. I found this site that works great. It will prevent almost anyone from reading your code. http://www.javascriptobfuscator.com/Default.aspx
  3. D

    MySql Page

    I am creating a special shopping cart script and I am having a hard time learning MySQL. I have a database with one table and 3 fields. I simply wish to display all entries with a delete link after each one. I started this code if someone could help me along it would be greatly appreciated. I...
  4. D

    .htaccess

    It works for the php includes but now i am wondering if there is a simaller way to do the same for a folder with js includes. I have a js file that holds promo numbers and i want to hide them from most people atleast
  5. D

    .htaccess

    How would i go about doing that. I have never worked with changing permissions and they are not the easiest thing to search on the net.
  6. D

    Dreamweaver CS3 Image: Navigation Bar Help

    In order to help you we would need to see a code sample of your css or html depending on how you are entering the images. I am just taking a wild guess but if you are just entering the images in html coding do you have a line break between the images <br /> or have each image in their own...
  7. D

    .htaccess

    I have a directory call it /files in this directory i have files that are collected by php scripts randomly placed on the site. Is it possible to block visitors form viewing this directory by typing in site.com/files/filename.php but still be able to use filename.php as an include on my pages.
  8. D

    CSS Errors

    Hey hows it going I made a few changes to your coding and css here is the coding CSS Document @charset "utf-8"; #container { margin: 0px; padding: 0px; width: 100%; } #body_id { margin: 0px; padding: 0px; background-color: #FFFFFF; } #header { margin: 0px...
  9. D

    PHP/MySQL Programming

    Thanks for the code it works great. I now have all forms and everything is working correctly
  10. D

    PHP/MySQL Programming

    I want to thank all of you for your work on the coding everything is working great and credits have been handed out.
  11. D

    PHP/MySQL Programming

    I have managed to create the search by state and the form to add to the database from a source I found on another forums but I still need the search form. I thank you for working on the code above and you will get credits for you hard work when this code is completed. This is the code i am...
  12. D

    PHP/MySQL Programming

    I am offering 3000 credits for someone to create the following 5 forms/pages for me. 2 database Search pages 1 one with radio buttons labeled business and phone number the customer can click on which one they want to search by. default is phone 2 Search by state i have an image map...
  13. D

    Uppercase links to lowercase

    I tried it and all i got was a 500 error
  14. D

    Uppercase links to lowercase

    Ill use this directory as an example I have a list of vehicle files such as /vehicles/Ford.php /vehicles/Chevrolet.php These are now /store/vehicles/ford.php /store/vehicles/chevrolet.php I used the 301 redirect to point the vehicles directory to the proper location but i do not want to...
  15. D

    Uppercase links to lowercase

    The first version of my site had some directories and files that contained Capital letters. The new site contains all lowercase letters. I am looking for a way besides a using a huge list in my .htaccess file. Is it possible to use a rewrite or to make capital an lowercase the same link such...
  16. D

    php in joomla

    You would need DirectPHP plugin. You can find the it here http://www.kksou.com/php-gtk2/Joomla/DirectPHP-plugin.php
  17. D

    Auto Refresh for new content

    I am a completely new site design and I am receiving calls from customers saying my site is not working properly because their computers are loading the old site form their cache. Does anyone have any suggestions for making this an easier transition? The only thoughts I have so far is...
  18. D

    New site and layout

    I see that ill have to look through my CSS to find the error everything looks great in IE7 and FF
  19. D

    php in shtml page

    Before you say rename it to a php file hear me out. With the payed services I can make my own error pages such as 404.shtml however I wish to use a script i made to email me the errors with current url and referring url Is there a way that I can insert php scripting into my shtml files.
  20. D

    New site and layout

    First I want to thank all the members that helped me with the new ideas with layout and all those that helped with the coding errors and ideas. Please tell me know what you think. If you see any errors please let me know. I am always open to suggestions so keep them coming...
Top