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 strongm 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. badaze

    How to write 2 selects, category and subcategory??

    Hoping this will help you. <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;> <html> <head> <title>Untitled</title> </head> <body> <script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;> <!-- var displayedTopic = 0; var mainTopic = new Array(); var...
  2. badaze

    Assigning whole page to variable?

    Well... I don't know much of ASP. However I know enough of PHP. May be you'll find the way to translate PHP commands in ASP. The purpose of the following code is to display a 10 rows table twice. Between ob_start() and ob_end_flush()the output is not sent to the navigator but stored...
  3. badaze

    PHP to Javascript: 2D array conversion

    Using hidden fields in a form or generating array's javascript code on the fly.Like... <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;> <html> <head> <title>Untitled</title> </head> <body> <? $pi = 0; $pf[$pi][0] = 0; $pf[$pi][1] = 0; $pf[$pi][2] = 1; $pf[$pi][3] = 1...
  4. badaze

    convert a part of text into html format?

    Insert directly html command in your database Please visit my site <a href=&quot;www.myserver.com&quot;>www.myserver.com</a> .
  5. badaze

    Hello! I want to paint a table

    $a = bcmod($x, $y);

Part and Inventory Search

Back
Top