User Profile

Collapse

Profile Sidebar

Collapse
Objectifnet
Objectifnet
Last Activity: Dec 7 '06, 11:40 AM
Joined: Nov 12 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Objectifnet
    replied to PHP unable to Upload to Fileserver
    in PHP
    Ok Thanks, here are the codes:
    The code below is my code for config. It defines the upload directory and also the database connection:

    [PHP]<?php
    # FileName="Conne ction_php_mysql .htm"
    # Type="MYSQL"
    # HTTP="true"
    $hostname_connx = "localhost" ;
    $database_connx = "sbdb";
    $username_connx = "root";
    $password_connx = "sbdbadm1n" ;...
    See more | Go to post

    Leave a comment:


  • Objectifnet
    replied to PHP unable to Upload to Fileserver
    in PHP
    Thanks for your help, I have set the relative part but it displays a blank page.

    My relative path is: /var/www/html/domains/supportbridges. org/documentroot/sbi/images/album/

    Please is there any suggestion why it keeps displaying a blank page instead of displayin the uploaded images.
    See more | Go to post

    Leave a comment:


  • Objectifnet
    started a topic PHP unable to Upload to Fileserver
    in PHP

    PHP unable to Upload to Fileserver

    Is there any one who could help with a problem. I have an application that uploads images to a file server with my upload directory set thus:[PHP]define('ALBUM_I MG_DIR', 'C:/Inetpub/wwwroot/sites/supportbridges/www/admin/profile/images/album/');[/PHP]

    This is how it is on my local computer running on IIS, now I want to transfer the same application to a Linux host. What can I do to shorten the directory link so as to be able to upload...
    See more | Go to post

  • Objectifnet
    started a topic Linking Master Page to Details Page
    in PHP

    Linking Master Page to Details Page

    My request is similar to how this page http://www.thescripts. com/forum/forum128.html displays shortened information and links to another page that displays the full information

    How do I achieve this using the codes I already posted.
    See more | Go to post

  • Linking Recordsets In Two Pages To Display Master And Detail Record

    What I really want to do is to be able to link two pages together using an ID, The table involved displays an image stored on the File Server that has the image details stored in the Database called. THE Database used is MySQL

    "Support" on a Table Called "profiles":

    The problem is how do I get this piece of codes to link to a details page called "PATRONS_DETAIL S.PHP" and display information...
    See more | Go to post

  • Objectifnet
    replied to Displaying Detailed Result
    in PHP
    Thanks Ronald, I am much relieved knowing that someone has seen my post and is willing to help. Thanks a lot.

    Back to the post, What I reaaly want to do is to be able to link two pages together using an ID, The table involved displays an image stored on the File Server but with its details in the Database called "Support" an a Table Called "profiles": My code again is:

    PHP:
    /* I used this...
    See more | Go to post

    Leave a comment:


  • Objectifnet
    started a topic Displaying Detailed Result
    in PHP

    Displaying Detailed Result

    Helo, please is there anyone who can help out with this; I have a script that displays details from a MYSQL database and a File Server containing images.

    Here is the code below:

    My problem is: I want to display the details of $text = $info['profile_detail ']; in a details page but its not coming up at all. It just displays an empty page. I have set the page record set. but it still not working.

    =============== =============== =============== ===...
    See more | Go to post
No activity results to display
Show More
Working...