Jump to content

nadeemshafi9

Members
  • Posts

    1,245
  • Joined

  • Last visited

Posts posted by nadeemshafi9

  1. ..and write implementation proposals for clients in decent English..

     

    when decent English is required, it gets checked over, my teachers told me you have to judge whether testing is necessary and how much, i apply this to all parts of life. What real advantages would i recive by spending extra time on spellings on this forum, the message gets accross and i dont waste any more time than is necessary, but im productive and have contributed lol.

  2. lets just stop there a second, why has it stopped working, where is the error, you can clean out the data from now on and get rid of anything that causes the error.

     

    show us error codes you are getting etc

     

    try error_reporting(2047);

     

    before your code

  3. ok so you connect the hard drive in,

     

    this means if you would like to run the site on your laptop server you need to fill in directives on you laptop servers httpd.conf

     

    please be more specific if this is not the case and state if you have told apache where to look for files

  4. i made this script once, that when you login

     

    you hash a random number

     

    you store the random number in the users record and you create a cookie on the users system to store it there too.

     

    you then chgeck these two on every page that they match

     

    when somone else logs in it will be changed and it wont let two people in at the same time

     

    presto

     

     

    when another user logs in the number will be generated again and stored in the users record, will no longer match with the other users system cookie

  5. your an A.P

     

    I agree, Maq does appear to be an Actual Programmer, unlike some others.

     

    why is it that when somone says somthing, you just repeat it in the same thread, you done that on a few posts now, knock it off, its not gona get you a job, you even done it on my answers in my last help to somone, it was getting annoying but i let you go, now im confronting you, stop your foolishness, its like having a mirror

     

    a.) At what point during this thread had anybody else said the same as what I stated in my post? A few threads such as?

    b.) I believe the last thread I commented on at the same time as you I simply pointed out you were wrong. I can't help it if you feel the need to post irrelevant/incorrect information. Even after other people have already mentioned better/correct solutions.

    c.) If getting a job means having to work with somebody like you, I'd rather not have one.

    d.) If I am infact annoying you, then I'm glad, it's nice to know we're even.

    e.) This is the last post I will make in this thread as it is already way off topic. The saving grace being that there are multiple threads on this topic by the OP anyway.

     

    this conversation ends here, business is business, you snooze you loose

  6. Thanks for your reply.

     

    I am aware of the types of code I need to use - I am actually looking to see if someone has a specific piece of code they know of that I can just plug my data into. Otherwise, I don't know anything about JSON, AJAX, or JQUERY, so most of what you typed is foreign to me, sorry. :(

     

    its actualy quite simple

     

    
    this is how you get the resulkts from the file
    
    $.ajax({
       type: "POST",
       url: "some.php",
       data: "name=John&location=Boston",
       success: function(msg){
         alert( "Data Saved: " + msg );
        // msg will have all your data in it
    // you can access it via msg.items[1].name etc depending on what you name it in teh JSON
       }
    });
    
    

     

     

     

    now on your server you create a php file which outputs results the array of your query into json

     

     

    use

     

    (PHP 5 >= 5.2.0, PECL json >= 1.2.0)

    string json_encode  ( mixed $value  [, int $options = 0  ] )

     

    place your mysql query result -> to array in the function and get the result

     

    then just echo the result

     

     

     

     

     

  7. your an A.P

     

    I agree, Maq does appear to be an Actual Programmer, unlike some others.

     

    why is it that when somone says somthing, you just repeat it in the same thread, you done that on a few posts now, knock it off, its not gona get you a job, you even done it on my answers in my last help to somone, it was getting annoying but i let you go, now im confronting you, stop your foolishness, its like having a mirror

  8. P.S. Wow' date=' troll much?  :-\[/quote']

     

    I already fed him, and he's still hungry.  Must be a fat troll.

     

    hey listen you started it with your insult, i dont come here to be insulted , you can clearly see my physique in the picture

  9. i know you are but what am i,

     

    You're a manchild.

     

    you could try spliting the document into an array the good old fashioned way

     

    1) Why would he try that when we already have a proper working solution?

    2) I think you meant to say, "the good old inefficient way".

    3) Why in the world would you use an array when they made the DOM class and XPath for this specific reason?  Come on Nadeem, that's just silly.

     

    dont be so narrow minded he could probably find it more interesting, manchild lol

     

    Coming from someone of your caliber, lack of skill and grammar, I could care less what you think.  freal

     

    your an A.P

×
×
  • 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.