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 bkrike 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: *

  • Users: gcrighton
  • Content: Threads
  • Order by date
  1. gcrighton

    file_exists() error

    Hi, I'm trying to use the file_exists() function to load an image but get repeated errors. Code is as follows: // Foto // if (file_exists(&quot;/production/img/retratos/&quot;.$row['ID'].&quot;.jpg&quot;)) { ?> <img src='/production/img/retratos/<?PHP echo $row['ID'] ?>.jpg&quot;'...
  2. gcrighton

    Syntax errors in form validation

    Hi, BUG 1. I'm using the following code to validate a group of 4 radio buttons. The validation works but when &quot;submit&quot; is finally entered after all validation a pesky taskbar error displays before the user is taken to the next page. It appears to be syntax related (I think). Any...
  3. gcrighton

    Search &amp; replace external file with PHP?

    Hi, I need to perform a search and replace on a SQL file with rows as follows: INSERT INTO productos VALUES(&quot;10272&quot;,&quot;El...
  4. gcrighton

    Including variables in a mail template

    Hi, My formprocessor script uses the file() function to read the text for an autoresponder email. It reads the text no problem but is not parsing the PHP variables contained in the file. How can I do this if I want to include the user name in the external template? $mailtext2 =...
  5. gcrighton

    JS error when &quot;submit&quot; clicked

    Hi, I'm getting an error displayed in the task bar when I click submit in a form (only when submit is clicked). The form processes and redirects as normal, and at such a speed that I'm unable to read the error type that flashes up. Code I'm using is included below. Can anyone shed any light...

Part and Inventory Search

Back
Top