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)
User Profile
Collapse
-
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.Leave a comment:
-
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 :/Leave a comment:
-
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 ;) -
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 = ''; -
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)
No activity results to display
Show More
Leave a comment: