Posts by Rodrigo Souza Jesus • 55 points
10 posts
-
1
votes1
answer968
viewsQ: Limit links to be displayed in PHP and Bootstrap paging
Good morning! I would like a help to limit the amount of links and be displayed in the pagination. My links are displayed like this: Previous 1 2 3 4 5 6 7 Next For the number of links not getting…
-
2
votes1
answer912
viewsQ: Address of pages with codeigniter
Hello! I’ll be very brief. I’m having trouble defining a correct href="". After clicking a link in the menu, it is directing to the HOSTGATOR page '404 - page not found' Here’s the controller code:…
-
-2
votes1
answer265
viewsQ: Error in include when uploading site
Hello! I’ll be brief. I’m having problems on the server 000webhost.com. Upload my website test to check how the login on facebook would look on the air. That is the mistake: Warning:…
-
0
votes0
answers83
viewsQ: Change input file field
I’m having a problem with my file changing files pdf. I just wanted it to change when the field input file is completed. is not showing any error, only when I edit the form, and do not fill anything…
-
1
votes1
answer61
viewsQ: upload update
I have a problem in the way to save the upload file. I have a php file that does the update that is in the process folder, and an upload folder to save the files that were saved. $id = $_POST['id'];…
-
1
votes1
answer320
viewsQ: Render a part of a PDF document to an image file
Good morning, you guys! I wonder if there is any php function that renders a part of the pdf file to an image file. There is the Imagemagick function, but I’m not quite sure about that.
phpasked Rodrigo Souza Jesus 55 -
0
votes2
answers113
viewsA: View pdf file with url in the database in the browser
Hello. In case, my view.php file would look like this? : <?php $pdf_id = $_REQUEST['arquivo']; header('Content-type: application/pdf'); echo $pdf_id; ?> and my button as it would look? <a…
-
-2
votes2
answers113
viewsQ: View pdf file with url in the database in the browser
Hello! I have an application that uploads the PDF file whose url is saved in the database and the file in a folder. By clicking the view button the pdf file opens in the browser. <a…
-
0
votes3
answers1026
viewsA: View upload files in an HTML page
Hello. <iframe src='http://docs.google.com/gview?url=http://localhost/hammer/<?php echo $arquivo?>&embedded=true' style='width:600px; height:400px;' frameborder='0'></iframe>…
-
0
votes3
answers1026
viewsQ: View upload files in an HTML page
I’m Developing a Physics Study Site, Where the Teacher Uploads Files for Student Visualization. Saved the url in the database and the file in a folder. I am unable to view the pdf file on the page.…