User Profile

Collapse

Profile Sidebar

Collapse
underscore
underscore
Last Activity: Mar 28 '08, 02:38 PM
Joined: Jul 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • to output the message to the other page try to look the $_REQUEST
    See more | Go to post

    Leave a comment:


  • underscore
    started a topic image using xampp
    in PHP

    image using xampp

    i use a php4 and apache2.0 b4 with mysql4 or lower in my php program.
    when i use xampp every i can't view my stored image already in html...
    here's my code.

    [code=php]
    <?php

    $db_server ="Localhost" ;
    $db_name ="pass";
    $db_username = "root";
    $db_password = "";


    $dbconn = @mysql_connect( $db_server,$db_ username,$db_pa ssword);...
    See more | Go to post
    Last edited by pbmods; Dec 23 '07, 12:40 AM. Reason: Added CODE tags.

  • underscore
    replied to how to submit a form using php?
    in PHP
    try this code
    [CODE=php] <?php

    if isset($_POST['Name of your Submit button'] {
    statements;
    }else{
    statements;
    }[/CODE]
    See more | Go to post
    Last edited by ak1dnar; Nov 20 '07, 09:19 AM. Reason: Added [Code=Php] Tags

    Leave a comment:


  • underscore
    started a topic Email script hanging on execution.
    in PHP

    Email script hanging on execution.

    hello to all TSDN

    i wandered my mail problem.
    am using a php to mail a person using my page...
    my code like this..
    [code=php]

    $recipient = $POST['txtlogid'];
    $subject = 'Mail Test';
    $message = 'Greetings,'
    ."\n\n\t".'T his is a test of mail functionality.'
    ."\n\n".'Thanks ';
    $headers = 'From: user@example.co m'."\r\n"...
    See more | Go to post
    Last edited by Atli; Nov 3 '07, 03:39 PM. Reason: Fixed [code] tags and edited out real emails.

  • underscore
    replied to Data Grid...
    am vb programmer and using msaccess before but now am using an mssql 2005. i think the connection of the vb to database is using and odbc but i will sugest you to use the ado connection wizard in vb toolbox to connect the access in odbc.


    cheers...

    underscore.
    See more | Go to post

    Leave a comment:


  • underscore
    replied to am Stack with this update program
    in PHP
    image view



    hello Atli glad to hear you again...

    sory for i foreget the code tags.
    any way i can edit already my page but my problem is i cant display the image i have stored pls advice me....
    See more | Go to post
    Last edited by underscore; Oct 13 '07, 03:04 AM. Reason: i got already

    Leave a comment:


  • underscore
    started a topic am Stack with this update program
    in PHP

    am Stack with this update program

    To all TSDN

    am here again to ask your assistance about this problem in updating my project. I have a project ROOM RESERVATION and in my 'setuproom.php' theres a table display of all room names with the image of room stored in mysql blob data types. my problem are
    1. when i click a room name in my setuproom.php to edit a certain row it would bring me to the edit.php which the code below which make me mad coz nohting happens...
    See more | Go to post
    Last edited by Atli; Oct 13 '07, 01:54 AM. Reason: Added [code] tags.

  • underscore
    replied to automatic save
    in PHP
    this is the php code:

    <?php

    if (isset($_POST["Submit"]))
    {
    include'package/connect.inc.php ';
    mysql_select_db ('database');

    $user_sql = "INSERT INTO userpass(loginI d,fname,lname,g ender,password, repassword,bdat e,zip,emailadd, accesslevel,reg date,reghours)
    values('". $_POST["txtlogid"] ."','". $_POST["txtfname"]...
    See more | Go to post

    Leave a comment:


  • underscore
    replied to automatic save
    in PHP
    ok in my code that is pair ( { } ) in if statement. but the same it will automatically save....
    See more | Go to post

    Leave a comment:


  • underscore
    replied to automatic save
    in PHP
    ok sir. my problem is if i run those PHP code it will automatically save to mysql database. in the PHP at the buttom....
    See more | Go to post

    Leave a comment:


  • underscore
    replied to automatic save
    in PHP
    yes sir! when i run the page the mysql was already runing. is thr wrong with it?...
    See more | Go to post

    Leave a comment:


  • underscore
    replied to automatic save
    in PHP
    the result mr .jax still d same when i run this page it will automatically save a blank in my database.?

    thnx...
    See more | Go to post

    Leave a comment:


  • underscore
    started a topic automatic save
    in PHP

    automatic save

    gud day to all TSD.


    if i run the code below which is HTML combine with php. my problem encoutered in php code. it will automatically save all blank textbox i declare in php to my database using mysql if i will run this page.

    please correct my problem in my code.

    thnx again...

    [code=php]

    <? session_start() ; ?>

    <head>
    <title>My Page</title>...
    See more | Go to post
    Last edited by ak1dnar; Sep 18 '07, 04:44 AM. Reason: Added CODE=php tags and Removed Some HTML contents

  • underscore
    replied to wrong input pop-up message
    in PHP
    [wrong inputs] i mean i have a textbox in html form which intended for date only but the user input a text. now what should i want if the user input a text when the user press the enter key thr will be an an error message displayed....
    See more | Go to post

    Leave a comment:


  • underscore
    replied to wrong input pop-up message
    in PHP
    what i mean if the user has a wrong input in a certain text box in html form. what code in java script i write.

    can you show me a sample code sir?...
    See more | Go to post

    Leave a comment:


  • underscore
    started a topic wrong input pop-up message
    in PHP

    wrong input pop-up message

    hello all TSD supporter


    i am using a PHP to develop my page... what i wanted to do in my mind is to have a pop-up message if the user input an invalid data like textbox or list menu in my page.

    pls. show me a sample code...


    thanks. TSD
    See more | Go to post

  • thanks for all information.. i try to research what u have advise
    See more | Go to post

    Leave a comment:


  • underscore
    started a topic Creating a Security Graphical Verification system
    in PHP

    Creating a Security Graphical Verification system

    hello to all TSD.

    can you help me how to create a SECURITY GRAPHICAL VERIFICATION using PHP?


    thnx....
    See more | Go to post

  • underscore
    started a topic clear leftFrame

    clear leftFrame

    hello guys. am here again asking some questions as a new bay.


    i am using a topFrame,leftFr ame,mainFrame in my webpage design using dreamweaver. i used also HOME button, SERVICES button, MANAGED button under the topFrame. my problem is.

    1. when i click my SERVICES button which the target is the leftFrame with gif file attached with a certain image.

    2. when i click my MANAGE button which the target...
    See more | Go to post

  • underscore
    started a topic clear leftFrame
    in PHP

    clear leftFrame

    hello guys. am here again asking some questions as a new bay.


    i am using a topFrame,leftFr ame,mainFrame in my webpage design using dreamweaver. i used also HOME button, SERVICES button, MANAGED button under the topFrame. my problem is.

    1. when i click my SERVICES button which the target is the leftFrame with gif file attached with a certain image.

    2. when i click my MANAGE button which the target...
    See more | Go to post
No activity results to display
Show More
Working...