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: fylnc
  • Content: Threads
  • Order by date
  1. fylnc

    printing a % symbol from a database

    does anybody know why % symbols cause problems when taken from a mysql database and printed on a php page... i get 'too few arguments' errors.. does anybody know how to get around this ?? cheers fyl
  2. fylnc

    html button/form quickie

    I have a mailto form which posts data to an email address i want the page to change when i hit the submit button what do i need to add to this code?? <form method=&quot;POST&quot; ACTION=&quot;mailto:anemailadress@dummy.com&quot;> (kind of like 2 ACTIONs...which won't work) do i need...
  3. fylnc

    MYSQL problem...

    has anybody come across this before... Call to undefined function: mysql_connect() The server(linux redhat7.3) was just rebuilt, now i keep getting this error..is it PHP or Mysql on the blink??? Also my .htaccess has stopped working...d'oh.. Does anybody know how to cure this??? cheers Fyl
  4. fylnc

    upload problems -&gt; file size

    i am currently constructing a site that allows users to upload files, i have altered the php ini file to allow 5 meg max file size. In the form on upload page i have set the MAX_FILE_LENGTH to 5 meg, however every time i try to upload a file bigger than 1 meg the browser gives me &quot;The page...
  5. fylnc

    executing javascript from php

    i am writing a script in a frameset to upload files, i then wish to display a link to this file in another frame. it works fine but i cannot automatically refresh the link window to display the new addition, i have attatched an onClick event to the upload/submit button. It works but i have to...
  6. fylnc

    colouring a browse button

    Does anybody know how to add style properties to the following .. <input type=&quot;file&quot;> i want to make the 'browse' button that appears a different colour to generic grey (without altering the colour of the text box next to it).. cheers FYL
  7. fylnc

    displaying php variables in a html text box

    when i display the string content of a PHP variable (that contains spaces) in a html text box the text is cut off at the first space character... ie... the variable =&quot;hello there&quot; when displayed in the HTML text box all i get is &quot;hello&quot; what is going on??? cheers FYL

Part and Inventory Search

Back
Top