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 dencom 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: gglgokop1704
  • Content: Threads
  • Order by date
  1. gglgokop1704

    how can i insert data into a table in postgresql database

    I used this code after debuging to insert data in a table but the data from the form is not inserted. Please any idea why: <?php if($_REQUEST['criteriaid'] && $_REQUEST['domainid'] && $_REQUEST['criterianame'] && $_REQUEST['upperlimit'] && $_REQUEST['lowerlimit'] && $_REQUEST['range'] &&...
  2. gglgokop1704

    how can i insert data into a table in postgresql database

    Plesae how can I insert into postgresql table from a form. I have two files. One is .html form which coolects inputs and the other is .php script which connects to a table and inserts the input data. The code for the form is: <html> <body> <form action="insert.php" method="post"> Criteria ID...
  3. gglgokop1704

    Error in starting apache

    Dear All, I have installed php, apache2 (httpd-2.2.6) and postgreSQL5 in Linux. I could not run my php scripts on the webserver/web browser. I tried to restart the apache server but got this error: [root@isxp1313c ~]# /etc/rc.d/init.d/httpd restart Stopping httpd...
  4. gglgokop1704

    How do I run PHP program in Linux and connect to PostgrSQL DB

    Dear All, Please I have written a php program to connect to a PostgreSQL database and select contents of a table and print it on the browser. But I could not run the program. I don't know how to run it or perhaps how to activate the php. I have done some configurations on httpd.conf and php.ini...
  5. gglgokop1704

    How can I use php to connect to a postgresql table

    Dear All, Please how can I use PHP to connect to a postgresql database/table and insert/delete data or retrieve data.Is it better to use ASP? Can ASP work in Linux environment? Any help is appreciated. Gokop
  6. gglgokop1704

    How can I save data (eg textbox value) to a database table

    Please how can I save data (eg textbox value) to a database table (table in PostgreSQL) using javascript. This includes the connection string also. Any help is appreciated Regards Gokop
  7. gglgokop1704

    Add a textbox value or listbox value to a textarea

    Please how do I add a textbox value or listbox item toi a textarea at run time dynamically. I want to have a button called 'Add' and when I type a value in a text box or I select an item from a list box and I click the Add button, it should add the textbox value or the lixtbox item to the...
  8. gglgokop1704

    how can I add 2 columns to excel data and populate it

    Dear All, Please how can I add two extra fields to existing excell whorksheet and populate them with the workbook name and worksheet name respectively (programmatically). I have several excel files that contain sevel worksheets. I want to transfer the worksheets from each work book to access...
  9. gglgokop1704

    How to copy or transfer data from several excell sheets to access tabl

    Dear All, Please how can I programmatically used the TrasnferSpreadshet method in vb to copy several excel worksheets from a workbook (excel file) to a single acces table. I almost got, but got stuck. See the code below: Private Sub Command5_Click() 'booXLCreated As Boolean Dim objExcel As...
  10. gglgokop1704

    How to copy or transfer data from several excell sheets sinaccess tabl

    Dear All, Please how can I transfer or copy data from several excel sheets to a single access table programatically using VB. The data in all the sheets have the same fields. Kind regards Gokop

Part and Inventory Search

Back
Top