User Profile

Collapse

Profile Sidebar

Collapse
ehcy
ehcy
Last Activity: Mar 19 '08, 02:52 AM
Joined: Oct 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ehcy
    replied to select and insert to database
    in PHP
    [HTML]<html>
    <head>
    <title></title>
    </head>
    <body>
    <h5><u>Input Journal Name you want to search:</u></h5>

    <form action = second.php method = "POST">
    <p style="backgrou nd-color:lavender; padding:10px;wi dth=10%">
    <input type = "text" name= "box"/><p>
    <p><input...
    See more | Go to post

    Leave a comment:


  • ehcy
    started a topic select and insert to database
    in PHP

    select and insert to database

    hello there!!!.. i have a program here and i already select the field in database, when i type in textbox ex. new eng jour , the next page appear with the result of category i typed in the textbox with radio button.. i'll show the sample output..

    AA00857167 / Tech engineering news / US / 0040084X
    AA10740654 / New England journal of human services / US / 0277996X
    AA00786207 / Proceedings of the New England Cardiovascular...
    See more | Go to post

  • ehcy
    replied to textbox output
    in PHP
    hello.. may i add you to my contact list.. 'cause i really need an programmer expert to help me do my problem regarding programming.. thanks...
    See more | Go to post

    Leave a comment:


  • ehcy
    replied to textbox output
    in PHP
    hello.. i'm done with my problem before but i have a new one.. hehehe.. i want to add the details of the book.. for examples.. i will input the year, volume, issue #, and the author to each textbox and if i will click the DONE command button.. it will save to my database.....
    See more | Go to post

    Leave a comment:


  • ehcy
    replied to textbox output
    in PHP
    sorry for late reply.. i'm working at medeical research company here in phils. and i'm under training for web design (programming).. nice to meet you sir...
    See more | Go to post

    Leave a comment:


  • ehcy
    started a topic textbox output
    in PHP

    textbox output

    hello! i have a problem here will you please help me?.. this is my script

    [PHP]

    <?php

    //$text = "Like '%american journal of med%'";

    $text = $_POST["box"];
    $sep = " ";
    $out = strtok($text, $sep);

    $output = " TI Like '%$out%' ";

    $sql ="SELECT MSNEW.ID , MSNEW.UI , MSNEW.GID , MSNEW.IID , MSNEW.TI...
    See more | Go to post

  • ehcy
    started a topic seperating by words
    in PHP

    seperating by words

    hello.. please anyone can help me.. i have here a simple problem.. i have a textbox, i'll put any senteces in textbox.. for example, i'll put this "Hi my name is Ehcy" and the output will be like this...

    output:
    Hi
    my
    name
    is
    Ehcy..

    how can i do this please help.. thank everyone..
    See more | Go to post

  • ehcy
    started a topic displaying <DIR> in opening text files with table
    in PHP

    displaying <DIR> in opening text files with table

    hello guys.. how can i display the <DIR> in my opened files from my text file with table?.. htmlspecialchar s is useless.. it always "Warning: file_get_conten ts() expects parameter 1 to be string, resource given" here's my code for you to see the problem..

    <?php

    $fc = fopen("Check.tx t","r");

    echo "<table border=\"5\" cellpadding=\"0 \" cellspacing=\"2 \">\n";...
    See more | Go to post

  • ehcy
    started a topic creating table cell regarding txt files
    in PHP

    creating table cell regarding txt files

    anyone plz help me.. i have here a simple program and i want to create an table cell.. what can i do?.. i will show you all my php code..

    [PHP]

    <?php

    $fc = "Check.txt" ;
    $handle = fopen($fc,"r");
    $content = fgets($handle);
    $parts = explode('=',$li ne_of_text);
    echo $parts[0].$parts[1]."<br>";
    }
    $cont = htmlspecialchar s(file_get_cont ents($fc));...
    See more | Go to post

  • ehcy
    started a topic inputing "==" in opened text files
    in PHP

    inputing "==" in opened text files

    hi.. can you plz help me... i want to put an "==" in my opened text files but i don't know how.. i will show you the original output and my own program..

    -----------------------------------------------------------------------------------------
    = original output =

    Volume in drive C has no label.
    Volume Serial Number is ACF3-92D1

    Directory of C:\Documents and Settings\Hitosh i Hyoda...
    See more | Go to post
    Last edited by pbmods; Nov 29 '07, 01:24 AM. Reason: Added CODE tags.

  • ehcy
    replied to opening a txt file in php
    in PHP
    hellow guys.. another question.. how can i put an table of that program?... thanks!
    See more | Go to post

    Leave a comment:


  • ehcy
    replied to opening a txt file in php
    in PHP
    it's works!!!! thanks guys!!!!!!!
    See more | Go to post

    Leave a comment:


  • ehcy
    replied to opening a txt file in php
    in PHP
    hello guys... now i will show you my output and my program but the "<DIR>" not exist.. this is my output...
    Code:
    Volume in drive C has no label.
     Volume Serial Number is ACF3-92D1
     Directory of C:\Documents and Settings\Hitoshi Hyoda
    2007/09/08  12:45              .
    2007/09/08  12:45              ..
    2007/03/01  16:52               290 1.txt
    2007/04/24  07:03              ChikkaDefault
    ...
    See more | Go to post
    Last edited by Atli; Nov 22 '07, 06:25 AM. Reason: Added [code] tags.

    Leave a comment:


  • ehcy
    replied to opening a txt file in php
    in PHP
    opening text file with &lt;DIR&gt; in php

    hello guys... now i will show you my output and my program but the "<DIR>" not exist.. this is my output...
    --------------------------------------------------------
    Volume in drive C has no label.
    Volume Serial Number is ACF3-92D1
    Directory of C:\Documents and Settings\Hitosh i Hyoda
    2007/09/08 12:45 .
    2007/09/08...
    See more | Go to post
    Last edited by pbmods; Nov 22 '07, 03:06 AM. Reason: Added CODE tags.

    Leave a comment:


  • ehcy
    started a topic opening a txt file in php
    in PHP

    opening a txt file in php

    hello guys.. i'ts me again i have something to know.. i have a little problem in my program.. i have now open my file called Check.txt.. but it is not exactly the output.. because the original is...
    Code:
     Volume in drive C has no label.
     Volume Serial Number is ACF3-92D1
    
     Directory of C:\Documents and Settings\Hitoshi Hyoda
    
    2007/09/08  12:45    <DIR>          .
    2007/09/08  12:45    <DIR>
    ...
    See more | Go to post
    Last edited by Atli; Nov 21 '07, 11:18 PM. Reason: Added [code] tags.

  • ehcy
    replied to bubble sort
    in PHP
    sorting numbers manually

    hello! it's me again.. i want to know how can i sort the numbers manually by not using sort.. only using substr and strpos
    See more | Go to post

    Leave a comment:


  • ehcy
    replied to bubble sort
    in PHP
    how can i convert it in php code?.. sori but i really don't know because i'm 0 knowledge in php that's why it's difficult for me.. plz show me some example of it.. plz.. i have no idea.. tnx!...
    See more | Go to post

    Leave a comment:


  • ehcy
    started a topic how to seperate the numbers in $_POST["num"] textbox
    in PHP

    how to seperate the numbers in $_POST["num"] textbox

    i want to seperate the numbers i will input in textbox to declare it each number but i don't know how.. plz help me..

    example..

    i will input..

    5 3 6 4 8 9

    and i will declare each number as..

    5 is higher than 3, 3 is lower than 5

    tnx!!!
    See more | Go to post

  • ehcy
    replied to bubble sort
    in PHP
    thank you.. it's worked but i need it manually.. the code you gave to me is automatically sorted.. how can i separate the 5 numbers i will input in textbox?..

    example.. i'll input in textbox..

    5 2 3 54 4

    the output will be..
    -----------------------
    5 2 3 54 4
    2 is lower than 5
    -----------------------

    and the number of 2 will move at the left side of 5..
    ...
    See more | Go to post

    Leave a comment:


  • ehcy
    replied to bubble sort
    in PHP
    but.. i have a textbox and i need to input the 5 numbers in textbox.. not in program.. so it depend on me what numbers i will input.. i used $_POST["num"] as a name of textbox.. thank you!
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...