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'] &&...
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...
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...
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...
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
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
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.