[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...
User Profile
Collapse
-
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... -
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...Leave a comment:
-
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.....Leave a comment:
-
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...Leave a comment:
-
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... -
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.. -
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";... -
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));... -
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... -
hellow guys.. another question.. how can i put an table of that program?... thanks!Leave a comment:
-
-
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
Leave a comment:
-
opening text file with <DIR> 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...Leave a comment:
-
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>
-
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 strposLeave a comment:
-
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!...Leave a comment:
-
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!!! -
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..
...Leave a comment:
-
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!Leave a comment:
No activity results to display
Show More
Leave a comment: