HI all.
Is it possible to connect sql database to infopath 2007.. i have created the database using xaamp. anybody know any tutorials if it's possible
regards
User Profile
Collapse
-
connect sql database to infopath 2007
-
create website in dreamweaver and use ms access database
HI,
I need to knw if its possible to create a website using dreamweaver cs3 and use ms access database to store data and then to complete tasks on the website..
regards -
In the results table i want to store data of students who have completed Xnumber of modules(subject s).. -
storing student module records
Hi all, i am setting up a database using sql to store details for students modules results, i have 3 tables
students
modules
results
the issue is i cant understand how to store data in the results table, as students have completed many modules, how would i store this? -
i got this far, but nothing appears just blank, no results are displayed..
[PHP]<?php require_once('C onnections/mysql_connect.p hp'); ?>
<?php
if (!function_exis ts("GetSQLValue String")) {
function GetSQLValueStri ng($theValue, $theType, $theDefinedValu e = "", $theNotDefinedV alue = "")
{
$theValue = get_magic_quote s_gpc() ? stripslashes($t heValue) : $theValue;...Leave a comment:
-
display databse records
Hi all,
I have a website set up using database,
what i want to achieve is, i want a user to enter their number and then the database to display the records for only that number they entered...am using dreamweaver cs3 -
wrong one..
correct code
[PHP]<?php require_once('C onnections/mysql_connect.p hp'); ?>
<?php
if (!function_exis ts("GetSQLValue String")) {
function GetSQLValueStri ng($theValue, $theType, $theDefinedValu e = "", $theNotDefinedV alue = "")
{
$theValue = get_magic_quote s_gpc() ? stripslashes($t heValue) : $theValue;
$theValue = function_exists ("mysql_real_es cape_string")...Leave a comment:
-
lol..
sorry..
code:
[PHP]<?php require_once('C onnections/mysql_connect.p hp'); ?>
<?php
if (!function_exis ts("GetSQLValue String")) {
function GetSQLValueStri ng($theValue, $theType, $theDefinedValu e = "", $theNotDefinedV alue = "")
{
$theValue = get_magic_quote s_gpc() ? stripslashes($t heValue) : $theValue;
$theValue = function_exists ("mysql_real_es cape_string")...Leave a comment:
-
display sql data on webpage with php
Hi ppl,
I am trying to insert records into my database using a form. this works. but after this i would like the records to be displayed onto another page.. the database gets updated but the webpage i want the data to be displayed remains empty....any suggestions..
code so far.
[PHP]
<?php require_once('C onnections/mysql_connect.p hp'); ?>
<?php
if (!function_exis ts("GetSQLValue String"))... -
-
[PHP]<?
$hostname_mysql _connect = "localhost" ;
$database_mysql _connect = "website_member s";
$username_mysql _connect = "root";
$password_mysql _connect = "******";
$tblname_mysql_ connect ="members";
$mysql_connect = mysql_pconnect( $hostname_mysql _connect, $username_mysql _connect, $password_mysql _connect, $tblname_mysql_ connect) or trigger_error(m ysql_error(),E_ USER_ERROR);...Leave a comment:
-
php error
Hi ppl..
i have a website setup and a database running with it, everything works fine on my desktop pc and now i am trying to get it working on my laptop..
but i get the following error when running the website
could any1 plz suggest something
error:Warning: mysql_pconnect( ) expects parameter 4 to be long, string given in C:\xampp\htdocs \checklogin.php on line 9
Fatal... -
electronic signature
is it possible to create an electronic signature on a form using dreamweaver cs3??
regards -
i have got it to open the files thanx...but 1 problem, the files are all shown in a single line instead of a column......Leave a comment:
-
files wont open
I have a download script which holds files which have been uploaded by the users.. the files are shown on this page but once i try to open them, nothin happens...any1 help
script
[PHP]<?php require_once('C onnections/mysql_connect.p hp'); ?>
<?php
if(isset($_GET['name']))
{
$name = $_GET['name'];
$query = "SELECT type, size, content FROM uploadfiles WHERE... -
-
upload in sql
I am trying to have a feature within my site which will allow users to upload files and store them into the sql database...afte r uploaded i would also like them files to be downloaded only by certain users..i am stuck as to how to start with this task..i am using dreamweaver cs3..any tutorials?? -
restrict user access on certain pages
Hi PPL,
On my website i have setup user log in. once they log in i want to restrict certain users from certain pages.. and on some pages i want the user to enter their username and password again..but i am stuck on how to restrict them.. any user guides on how to tackle this issue..i am using dreamweaver cs3
many thanx -
No activity results to display
Show More
Leave a comment: