Jump to content

ginerjm

Members
  • Posts

    6,900
  • Joined

  • Last visited

  • Days Won

    99

ginerjm last won the day on August 31 2023

ginerjm had the most liked content!

About ginerjm

  • Birthday 03/23/1952

Profile Information

  • Gender
    Male
  • Location
    Voorheesville NY

Recent Profile Visitors

71,690 profile views

ginerjm's Achievements

Prolific Member

Prolific Member (5/5)

354

Reputation

69

Community Answers

  1. You say you are getting stuck at a certain line. What does stuck mean? Error message? No response from script?
  2. And try to get new sets of 'data' in a better format. A PDF is something that someone created to deliver data/info to you. Why can't they deliver it to you in a truly readable format? I mean, have you ever viewed the contents of a pdf document? It is unreadable by the human eye. It must be read by something that knows how to interpret the format that Adobe created years ago to provide info in a format that anyone (not a data processor) could read with Adobe's product line as well as (now) any one of many tools that have been written to interpret them as well.
  3. But none of those 'things' are true 'data providers'. They are documents. Data must be stored in a retrievable way. That means it can be easily read and analyzed and presented as the user wishes. A manual is meant to be visually read. Same for an invoice, a letter in digital format (or in printed format) or sheet music. A pdf is also meant for that purpose. If someone is trying to provide 'data' they should not be creating a pdf out of it. It's really pretty simple. If you have no option other than to try and decipher these pdfs that you already have then you probably need to keep trying to find the proper tool that you can handle.
  4. pdf is a presentation tool to provide a view of things to people using a common format. Why would you think of it as a db format?
  5. What tools have you tried? I did a quick google and see several packages available but have no interest in exploring them for you. FYI - when someone sends me something that I wish to process using php I ask them to provide me the same data in a proper data format rather than a pdf.
  6. Do you have php error checking enabled? I dont think so. How do you know that $_POST['nazov'] actually exists? What is this line supposed to do for you? : if ($klucik = $SQLKEY) I ask that since this is an assignent, not a valid test which I think is what you are looking for. I could probably go on but these 2 lines are enough for now.
  7. That is good to here - that you are a coder. So - do you want to write this in JS or PHP? If JS then you should move to the appropriate forum since this is PHP. If PHP - Do some googling for this topic and see what's out there. Play with it and write something and put some echo statements in it to show what is happening and run it to test it out. Be sure php error checking is turned on. If you get problems that's the time to show us the code and point out where your error message is pointing to and ask for help with that. We're really good at that stuff.
  8. Do you know how to code at all? Cause if you don't you ARE in the wrong place. And - if you are doing this project for a friend, he/she had better be a very forgiving friend.
  9. And what have you attempted to do so far? We help. We don't write.
  10. You have 2 forms defined in this code. Which one isn't working?
  11. How do you define a page? What are these pages? How will you read them? Adding what to what when you find something? So many questions that you could have provided answers to as part of your opening.
  12. I see that you have a few lines that analyzes pieces of a date value and issues a known response. Now where it the 'counting' supposed to and what is the set of data being counted?
  13. Can you just describe the problem and what you are trying to do? Better than us trying to figure out your code it would help if you described the task. When someone tells us that they have 2 query results arrays the better answer is to change the query to only make one result.
  14. It appears to be a very simple problem. What have you tried so far? Show us so we can help you out. Or you just asking us to write a script for you?
  15. I dont do this often but perhaps you are doing a GET request so the POST array doesn't exist?
×
×
  • 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.