No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hey there Scud You are trying to mix 2 different coding languages together. You need to either use word to create the form and and then run the macro you create or... Use VB to create the form and use VB coding to save the text fields to where you …
[QUOTE=dmf1978;320752]I have uploaded a sample VB6 project to demonstrate the use of this function.[/QUOTE] excellent code. worked first time for me and is better than heaps of other examples. Thanx 4 da code
[quote=newage_gargoyle;348616]I've created a simple table quiz program in VB6 and I want to load a help file (help.hlp) from within my code. I want the program to load the file when I select it in the Main Menu. I've tried using the load ("") function with the file file path …
Try this for a solution. save the following as a php page or html doesn't matter. search.php or search.html [code=html] <form name='search' action='search1.php' method='post'> <CENTER> <TABLE> <TR> <TD>Search for Product:</TD> <TD><input type="text" name="product" size="25"></TD> </TR> </TABLE> <CENTER> <input type='submit' name="submit" value="Search For Product"'> </form> [/code] Save the following as search1.php …
Create 2 db connection scripts connect.php and dbconnect.php Create 1 script called create-new.php Below is the connect.php [inlinecode] <?php // this is connect.php // connect to the 33 member database $host = "localhost"; // Database server $user = "Database username"; // Database username $pass = "Database password"; // Database password …
The End.
arty56