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

    Sending a quote to a html file

    If I want to send the following to an HTML file $m = '<A HREF="mailto:youxrname@aol.com"> youxrname@aol.com</A>'); header("Location: message.html?message=" . $m); The message.html file sees it as \"mailto:youxrname@aol.com\">youxrname@aol.com</A></font> How do i get rid of the slashes
  2. Kennya1

    Download a file

    I am sure this has been asked befor. I need html/PHP code that when some clkicks n a link it will download a file that I have on my web site. I would like the exact location of the file to be hidden
  3. Kennya1

    Invalid Character Error

    THe following line of code gives me an "invalid character" error in frontpage 2003 I have isolated it to the \' characters however if I chanf ge it to just ' the page will not load when placed on my web site I get a Parse error: parse error in /../..//test.html on line 326 error What is...
  4. Kennya1

    web page calls another web page

    Is there a way to write html code to have a web page call upanother web page WITHOUT the user clicking on a link?
  5. Kennya1

    Clear a web page/ Hide html code

    Is there PHP command that will clear a web page after you wrote something to it? Is there a way to hide html code when someone clicks view/source
  6. Kennya1

    Mysql Update Threads

    I have a Table Serial with 3 fields ID, FName, Lname whe I type in with php $user = "user"; $pass = "password"; $db = "Database"; $link = @mysql_connect( "localhost", $user, $pass ); if ( ! $link ) { die( "Couldn't connect to MySQL: ".mysql_error() ); } $sql = 'UPDATE `Serial` SET `FName`...
  7. Kennya1

    SQL Limitation

    Does anyone know of a method to overcome the 99 Limit on ANDs in SQL Select Statement as outlined in http://support.microsoft.com/default.aspx?scid=kb;en-us;209761 I need to overcome it using visual basic code THANKS
  8. Kennya1

    HELP!!!

    I am trying to relate two database in Vb6 and get the following error &quot;You can't add or change a record because a related record is required in table &quot; Also (this is a real newbie question) once related and your at a record in the first database how do you get the information on the...

Part and Inventory Search

Back
Top