Recent content by ownsaflatpanneltv

  1. O

    PHP convert file with exe?

    I have an exe file that converts files. The converter looks like a CMD display. How can i make a php script to let users upload a file, then it gets converted with the .exe? or is that not possible? with the converter, using my computer i just have to drag the file onto the converter. i need to...
  2. O

    PHP convert file with exe?

    I have an exe file that converts files. The converter looks like a CMD display. How can i make a php script to let users upload a file, then it gets converted with the .exe? or is that not possible? with the converter, using my computer i just have to drag the file onto the converter. i need to...
  3. O

    PHP file upload .zip?

    I have made a php file uploader for .zip files, but when I upload a .zip file and then try to open it, I get a message saying the zip file is invalid. I am uploading the files by using move_uploaded_file(). Why does it do that? and how can I fix it?
  4. O

    html or css problem???

    I have a php script to echo some text in a div. It has some new lines, but when it is displayed it shows them all in one line until the text runs out of space. I want it to make a new line when the text has a new line in it. when I view source, it has the correct amount of lines, but doesn't...
  5. O

    PHP keep imagettftext in server?

    I want to make an image using imagettftext. But i want to keep it in the server, not just displayed. So how can i make it save the image to the server?
  6. O

    What is the HTML code to let people click on a link and directly jump to a

    <a name='link'> Then if the url of the page is page.html#link it will go where that <a name='link'> is
  7. O

    PHP sort search by relevance?

    What is a script so it will show the MYSQL results by most amount of keywords matching? all I need is the mysql_query part. I already know how to make one search by order in database.
  8. O

    javascript or PHP insert link to textarea?

    I have been looking in google for a long time and haven't found it. I want a script to let users insert a link (if they want to) onto a textarea.I can even have it in two boxes like "link to" and "link text". I don't really care how it looks but I really want it. I dont want the link to go...
  9. O

    PHP show best item out of a list?

    I am making something that commonly changes, I want to know a script to let users vote which one they like best, and the one with most votes will go at the top of a different page.
  10. O

    PHP paste to exe file?

    I have a program that needs to have a file pasted to it, It is a converter, So i want to know if there is and what the script is to paste a file to that exe so it will be converted.
  11. O

    html change body size?

    I want to make a page that has the main content on the inside but in a specific size. Something like all the tools on the side, and the normal stuff on inside.
  12. O

    PHP users embed video?

    I want to make a form and an option is for them to include a youtube video. I know how to let them just put the youtube embed but i don't want them to be able to make very big sizes for the video, what is a php script to make sure they dont make the size too big or a php script to show the...
  13. O

    PHP/html table problem?

    I have a form that has a textarea, then the PHP file will put the text in a table, but if the user types a lot, it doesn't go down, but keeps going right. I have tried setting the tables width but that still didn't work. I want them to type a long thing but i want it to go down when it gets too...
  14. O

    how can I make a text in html block some fonts?

    I have a html form that lets the user upload a picture, and then a php file that will upload te image. The user can type what the image will be on the server. But i noticed that if it uses a font not allowed (such as "\") it will not upload the file.I want to know either a html or PHP script to...
  15. O

    PHP script to write to specific line of a file?

    I need a PHP script to write to a specific line of a file, it cant just write to the bottom of the file because it will not work then. Whats a script for that? or a tutorial?
Back
Top