Jump to content

P5system

Members
  • Posts

    33
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.p5systems.com
  • Skype
    p5systems.sales

Profile Information

  • Gender
    Not Telling
  • Location
    USA
  • Interests
    Web Development, Mobile Applications Development

P5system's Achievements

Newbie

Newbie (1/5)

1

Reputation

  1. Could u explain the question what you actually want to Save?
  2. You can create a Image upload function and an Image thumb creation function and call this thumb creation function in Image Upload function. Then there is no need of file path
  3. To just get the text from a PDF file, try these: - http://davidwalsh.name/read-pdf-doc-file-php - http://www.webcheatsheet.com/php/reading_clean_text_from_pdf.php (more in-depth) For a more heavyweight solutions, have a look at: - http://www.setasign.de/products/pdf-php-solutions/fpdi/
  4. for($i=0;$i<5;$i++) { echo date('Y-m-j', strtotime('Monday+'. $i . ' day')).'<br />'; } corrected code.. please check it will work
  5. echo $sql="Write your sql here"; exit; exit command will not allow to continue your code and echo will print the query
  6. print the query and run it in phpmyadmin u wl get to know where the problem is........
  7. You have to chek the file in directory, so pass directory path as well
  8. Hi< I am running a script in php I want the user logout when they close the browser? Any help will be appreciated
  9. No u cant run a javascript after browser is closed
  10. use mysqli function. It is used for connection in object oriented programming
  11. Put the array as a session variable and pass it to any of the pages
  12. Paste your code here, so that i can review it. You can check whether jquery is included in ajax page or not?
  13. You can use javascript validation. There are lots of free codes are available
×
×
  • 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.