Search results

  1. D

    Download/Save Textarea

    I have a php Script that creates forms and functions depending on what my customers click on in a form. The results are displayed in 2 or 3 text areas. I have been looking every where and i can not find a code to do the following properly. I want to have a save button under each textarea that...
  2. D

    Export Sql database with php

    Many of you may have read my post about uploading a large sql file. My new issue is I am unable to export it using phpmysql without getting a timeout error or the browser freezing due to the size of the export. I was wondering if there is a php code that would allow me to export or create an...
  3. D

    [REQ]25-Need forums posts

    I just opened a new support forums on my site and need posts. I am offering 25 credits for each user that creates a valid post. When you create your account use the same username as you have on x10hosting. Leave a message here when your post is made and ill send you the credits. Thank you...
  4. D

    Sql file to big to upload

    I have an SQL file that is over 125 meg and I am unable to upload it using phpmyadmin. I was wondering if someone would happen to have a decent php script to include a sql file. I tried using this code without any luck. function parse_mysql_dump($url,$nowhost,$nowdatabase,$nowuser,$nowpass){...
  5. D

    Ecommerce Software Site

    Many of you helped me with coding in some of my programs so I thought I would list the site here for you all to see. If you have any suggestions please feel free to post them. I can take a hit if you would like to leave some criticism. http://www.demonwares.com Please don't take this as...
  6. D

    Test Server Apache Problems

    First I am sorry if this is not the best place to post this message. I was not sure where to ask. I installed apache and php on my win XP Pro platform and everything seems to be working ok. I am able to type in Localhost/ and it displays the directory. My problem is it will not load index.php...
  7. D

    PHP Obfuscation

    I am looking for some advice on protecting my code. I know there are php obfuscators out there, but are they really worth my time. What are your thoughts on protecting my code.
  8. D

    Deleting A directory

    I have been working on a software package. All the install files are in a folder called install. When the installation is finished they are forwarded to a file called delete_install.php which is in the install folder. I have been trying to figure out how to delete the install folder and all...
  9. D

    php Date()

    I am trying to compare the difference between two times. $time1 = 2009-04-27 09:18:10; $time2 = 2009-04-27 11:18:10; I am using this code to restrict use to one time per hour. If anyone can help out i would highly appreciated.
  10. D

    Verify Delete JS function

    I am using the following JS to verify whether they wish to delete or not. For some reason when i click the delete button and click ok it does not delete the entry, but if i click it a second time it does delete it. Anyone have any suggestions to how i can solve this issue? function...
  11. D

    file_get_contents()

    I am using file_get_contents('http://www.site.com'); to connect to another one of my sites to retrieve information. If for some reason my site is down i need it to prompt the script. Example $info = file_get_contents('http://www.site.com/updates/index.php'); If there is no error echo $info...
  12. D

    Edit a file with a form

    I have a file that i wish to edit using a form. I only want to load and edit a specific portion of the page. If anyone can help with this I thank you ahead of time. This is what the code looks like coding here <!--Load from here--> This is the editable portion of the page i wish to load...
  13. D

    If not exist

    I have been trying to get the following code to work but for some reason it keeps throwing an error. Any assistance is appreciated. mysql_query("IF NOT EXIST (SELECT * FROM station WHERE name='$name' AND address='$address' AND city='$city') THEN INSERT INTO station (name, address, city, state...
  14. D

    Screen Scrape Help

    I am new to working with this type of code any assistance is greatly appreciated. Below is the code that I am trying to get working. I am stuck on the portion where I add the data to the database. //Connect to page and retreive content $url = "http://www.site.com"; $raw =...
  15. D

    Paypal IPN

    I found the following code that i love using but i want to add in some coding. I need to verify the product name, price, and id if anyone can help I would greatly appreciate it. I am going to create a seperate file for each product. <?php...
  16. D

    Encryption

    I am new to encryption and I am creating a program that works with paypal buttons. How secure is an encryption like this <script> //<!--...
  17. D

    Edit .php page with a form

    I am trying to create an options form that will change php variable within a configuration file. If anyone knows how to do this it would be great help. Config.php looks like this //language $language = 'EN'; //Currency $currency = 'USD' //Page Title $title = "Welcome - Home Page"...
  18. 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...
  19. 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.
  20. 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...
Top