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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fylnc

  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

    woo hoo nice one starway... Fyl
  3. 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...
  4. fylnc

    MYSQL problem...

    Is the reconfiguration done in the php.ini file??? cheers Fyl
  5. 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
  6. fylnc

    executing javascript from php

    cheers for your help... it's working... but other means... i have simply added a message after the upload to notify the user that their file has been uploaded..then when they press the OK button beneath the message, it simply refreshes the page(in the other page) using your code.. sneaky eh...
  7. fylnc

    upload problems -&gt; file size

    nice one.. thanks for your help ETasse cheers FYL.
  8. 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...
  9. 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...
  10. fylnc

    colouring a browse button

    it does help... nice one... cheers FYL
  11. 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
  12. fylnc

    array trouble...

    bingo!!! thanks KarveR FYL
  13. fylnc

    array trouble...

    we are attempting to edit web-pages on the fly searching for individual HTML tags (<!enterlink>). we have used the code you suggest in the following format $x=0; while(list($line_num,$tarray[$x])= each($fcontents)) { if ($tarray[$x] = &quot;<!enterlink>&quot;) print $x; $x++; } Even though...
  14. fylnc

    displaying php variables in a html text box

    Rob... It works.... nice one.... FYL
  15. 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