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 IamaSherpa 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. cmartins

    How to use regular expression in a gsub

    Hello How can I use a regular expression in the gsub function. I want to change from lower to upper case without use "toupper" something like this did not work: gsub(/[a-z]/,/[A-Z]/) Is there a way to do it ? Regards Claudemir F Martins
  2. cmartins

    I.E. pass the PHP protection !

    Hello ! I used a PHP code to protec the files with the www-authentication, however when using the browser I.E. is possible to pass the protection the following way: when the www-authentication windows comes up I press CANCEL and after that I press Crtl-n and I got to the protected page. Is...
  3. cmartins

    phpmyadmin

    Hi !! My Opinion ??? It is the best tool for a MySQL professional. It is very, very useful ! To use advanced authentication follow these steps... Edit the file config.inc.php and change the following lines: ------------------------------------------------------------ line 45 -...
  4. cmartins

    Cookie expires when close the Browser

    Hello How expires a cookie when the browser is closed ? Regards cmartins
  5. cmartins

    How to protect a directory ?

    Hello I'm using a PHP module for authentication (authentication against a MySQL Database). However the authentication only protect a single page and I'd like to protect the hole directory !! How can I do that ??? Below the code I've used...
  6. cmartins

    How to show the entire entry in a table ?

    Hello Boomerang Perfect solution !!! Thank you very mush for that ! Claudemir F. Martins (cmartins)
  7. cmartins

    How to show the entire entry in a table ?

    Hello I'm using a table to show some user names, but there are problems when the user name has the signal "-" on it.... Example: User al-wxyz Is displayed as: User al -wxyz Is there a way to solve this problem ?
  8. cmartins

    How to count and group records in AWK ?

    Hello I'd like to count ($5) and group the records with commom Fields ($3 and $4) as follows: Original text file: ------------------- - 1000411075 833 192.168.39.25 TCP_MISS/300 525 1000411076 833 192.168.39.25 TCP_MISS/200 332 1000411077 61 192.168.39.25 TCP_HIT/200...

Part and Inventory Search

Back
Top