Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. iandobrien

    struct access violation

    Hi, just wondering if anyone might be able to help me out with this problem im having using structs in C++. I am trying to add a number to a 2D array that is a member of the struct but i am getting an "access violation" at runtime..Below is the code..thanks typedef struct { unsigned...
  2. iandobrien

    passing Javascript variable to PHP variable

    sorry if i confused some people...what i meant was the following.. Say i have a PHP variable called '$string'. I then wanted to compare this to a javascript variable (say using an 'if' condition). So, for example take the javascript variable to be called 'X'. So what i want to do is compare...
  3. iandobrien

    passing Javascript variable to PHP variable

    Ok, sorry to be bothering you all again but here's the problem. I have a javascript variable and i want compare this to a PHP variable so what i want to do is store it in a PHP variable so i can do the comparisons (i really need to store it in a PHP variable rather than the other way round ie. i...
  4. iandobrien

    HTML forms

    Neversleep, here is the code for the table (its only a snippet of the whole table but its ALL the code relevant to this query) <table border=0 cellspacing=&quot;0&quot; bordercolor=&quot;WHITE&quot; bgcolor=&quot;#FFFFFF&quot; align=&quot;center&quot;> <tr><td><input type=&quot;text&quot...
  5. iandobrien

    HTML forms

    That still doesn't make any difference, any other suggestions Neversleep??thanks, Ian
  6. iandobrien

    HTML forms

    Ok, here's my problem. At the moment i'm writing a HTML form. A person fills out the form and then submits the details with a 'submit' button on the bottom of the screen. Then, using PHP the details that the person has entered are used to create a completed copy of the form which the person can...
  7. iandobrien

    javascript and apostrophes

    if you have a sentence that you are trying to print to your screen using javascript, how can you make sure the sentence prints out even if it contains an aposthrophe??For instance someone might enter a sentence and we're not sure whether that sentence will contain any apostrophes but what we...

Part and Inventory Search

Back
Top