User Profile

Collapse

Profile Sidebar

Collapse
DreamOn
DreamOn
Last Activity: Jul 8 '15, 03:37 PM
Joined: Jun 9 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DreamOn
    replied to PDF content to DB
    in PHP
    Basically it would be:

    -Choose file (done)
    -Click upload (done)
    -Onclick run program and convert selected file (trickiest part)
    -Save text to a variable (tricky part)
    -Save variable content to a field in DB (easy enough)
    See more | Go to post

    Leave a comment:


  • DreamOn
    replied to PDF content to DB
    in PHP
    Is it possible to use this converter when clicking the upload button? example: I choose a pdf file for upload and click the button. When i click it this would convert the pdf to text and store it in a database field.
    See more | Go to post

    Leave a comment:


  • DreamOn
    replied to PDF content to DB
    in PHP
    Could you explain how the conversion works?

    Edit: As i read there TET only works for PDF with max 10 pages and 1MB. Or not but i need to pay for that :/
    See more | Go to post

    Leave a comment:


  • DreamOn
    started a topic PDF content to DB
    in PHP

    PDF content to DB

    Hi guys. Is there anyway so that when i upload a PDF file to the DB i store its content on a DB field?

    Thanks in advance ;)
    See more | Go to post

  • DreamOn
    started a topic Need help with functions
    in PHP

    Need help with functions

    Hi guys. Need some help with some functions. I'm using a table that lists all the records in my db table but i did a search form and i have been told that for me to do what i want i would have to call one function while i search and one while i list all records. I will show the full code of the page where the two functions are:

    Code:
    <?php
    include_once("dbconfig.php");
    ?>
    <?php
    $output = '';
    ...
    See more | Go to post

  • DreamOn
    started a topic Delete Button
    in PHP

    Delete Button

    Hi people, I have a table which displays users records and if i click the ID of a user it will be redirected to an update user page. What i want to do is to add a delete button so that the admin may update or delete the user and then be redirected back to the table. The redirect part i know but its the button that's bothering me. Someone knows how to do one? (The more simple the better)
    See more | Go to post
No activity results to display
Show More
Working...