User Profile

Collapse

Profile Sidebar

Collapse
Mubs
Mubs
Joined: Mar 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Mubs
    started a topic connect sql database to infopath 2007

    connect sql database to infopath 2007

    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
    See more | Go to post

  • 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
    See more | Go to post

  • Mubs
    replied to storing student module records
    In the results table i want to store data of students who have completed Xnumber of modules(subject s)..
    See more | Go to post

    Leave a comment:


  • Mubs
    started a topic storing student module records

    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?
    See more | Go to post

  • Mubs
    replied to display databse records
    in PHP
    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;...
    See more | Go to post

    Leave a comment:


  • Mubs
    started a topic display databse records
    in PHP

    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
    See more | Go to post

  • Mubs
    replied to display sql data on webpage with php
    in PHP
    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")...
    See more | Go to post

    Leave a comment:


  • Mubs
    replied to display sql data on webpage with php
    in PHP
    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")...
    See more | Go to post

    Leave a comment:


  • Mubs
    started a topic display sql data on webpage with php
    in PHP

    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"))...
    See more | Go to post

  • Mubs
    replied to php error
    in PHP
    got it working


    thanks 4 da help
    See more | Go to post

    Leave a comment:


  • Mubs
    replied to php error
    in PHP
    so hw cud i reslove this...
    See more | Go to post

    Leave a comment:


  • Mubs
    replied to php error
    in PHP
    [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);...
    See more | Go to post

    Leave a comment:


  • Mubs
    started a topic php error
    in PHP

    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
    ...
    See more | Go to post

  • Mubs
    started a topic electronic signature

    electronic signature

    is it possible to create an electronic signature on a form using dreamweaver cs3??

    regards
    See more | Go to post

  • Mubs
    replied to files wont open
    in PHP
    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......
    See more | Go to post

    Leave a comment:


  • Mubs
    started a topic files wont open
    in PHP

    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...
    See more | Go to post

  • Mubs
    replied to upload in sql
    in PHP
    thanx..works really great

    regards...
    See more | Go to post

    Leave a comment:


  • Mubs
    started a topic upload in sql
    in PHP

    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??
    See more | Go to post

  • Mubs
    started a topic restrict user access on certain pages
    in PHP

    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
    See more | Go to post

  • Mubs
    replied to session login and logout
    in PHP
    thanx for replies ppl..i have managed to get it working.....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...