Search Results

Showing results 1 to 30 of 30
Search took 0.01 seconds.
Search: Posts Made By: enim213 ; Forum: PHP and child forums
Forum: PHP Aug 14th, 2009
Replies: 3
Views: 477
Posted By enim213
hi phpnewbie! did kireol's code work? it should..
you just have to fetch the data from the table then loop it inside the select tag. :)


-enim
Forum: PHP Aug 1st, 2009
Replies: 19
Views: 5,363
Posted By enim213
i did too.. that was way back then.. :)
Forum: PHP Jun 15th, 2009
Replies: 19
Views: 5,363
Posted By enim213
Forum: PHP Jan 9th, 2009
Replies: 12
Views: 3,445
Posted By enim213
.. hey phpNewbie.. umm the sites i gave was a great help.. i am also a self taught coder.. i only search , read forums.. and it gave so much more than i think of..

it's easy to paste the code...
Forum: PHP Jan 9th, 2009
Replies: 5
Views: 729
Posted By enim213
yeah! you got it. that's really what i did.,

thank you so much!.

enim :)
Forum: PHP Jan 8th, 2009
Replies: 5
Views: 729
Posted By enim213
hey thank you for the repply.. i have explained it from my second post ;)
Forum: PHP Jan 8th, 2009
Replies: 5
Views: 729
Posted By enim213
hi guys..

i posted my thread without any further explanation or illustrations..

my problem is i have a query that fetch (like for example) 5 rows and i want a column with different data.
...
Forum: PHP Jan 8th, 2009
Replies: 12
Views: 3,445
Posted By enim213
with that... try to search tutorials on google.. try website like w3schools.com, tizag.com.. there are many examples there.. including php and mysql for your data fetching.. when your done, post it...
Forum: PHP Jan 7th, 2009
Replies: 5
Views: 729
Posted By enim213
hi All,

I want to ask if is there any possibility to separate column data in different columns using php code.. really dont know if i have solution in php or here in mysql..

any idea would be...
Forum: PHP Jan 7th, 2009
Replies: 12
Views: 3,445
Posted By enim213
Hi, you can have php code <?php echo $_SERVER['PHP_SELF'];?> on your form action to return the results in the same page.

and in the top of your page(the same page with the form), add conditional...
Forum: PHP Nov 19th, 2008
Replies: 0
Views: 481
Posted By enim213
sorry to post it here.. i really need your attention..
thanx

hi guys! i am enim, i usually post thread in PHP and i guess its my first time here in mysql..

i have problem regarding the total...
Forum: PHP Oct 15th, 2008
Replies: 7
Views: 2,210
Posted By enim213
can you post your code for us to know what you want it would be?

im a newbie too .. perhaps i could help too:)

enim
Forum: PHP Oct 15th, 2008
Replies: 1
Views: 1,155
Posted By enim213
guys.. this is what i want to work on.. but i dont know what to do with the javascript..
Check_ctr will be the control for the two hidden checkbox..

really needed ur help. thanx



<?php...
Forum: PHP Oct 15th, 2008
Replies: 1
Views: 1,155
Posted By enim213
guys really need your help here.! im working on multiple update using checkbox. since i was using only 1 checkbox before it works fine. but i need 2 values (from checkbox, because if not, array wont...
Forum: PHP Sep 9th, 2008
Replies: 5
Views: 1,293
Posted By enim213
you can use this code for your dropdown...

<?php //month
$month_names =...
Forum: PHP Aug 20th, 2008
Replies: 6
Views: 1,997
Posted By enim213
like:

<?php
//index.php
<form action="otherPage.php" method="post"><form>
?>

<?php
//otherPage.php
if($result)
Forum: PHP Aug 20th, 2008
Replies: 5
Views: 566
Posted By enim213
try this..


<?php
include('connect.php');

$tbl_name="table_name";
$adjacents = 2;

$query = "SELECT COUNT(*) AS NUM...";
Forum: PHP Aug 20th, 2008
Replies: 5
Views: 566
Posted By enim213
ei, it works! 2 records in each page.. hehehhe :)

enim
Forum: PHP Aug 20th, 2008
Replies: 5
Views: 566
Posted By enim213
you mean paging with 2 records in each page?
i also workd on paging, and it worked for me.. but i didn't try 2 records yet in each page..
umm at least 10..

i'll post the code if that's might...
Forum: PHP Aug 19th, 2008
Replies: 6
Views: 1,997
Posted By enim213
ei.. if you want you're result on the same page use:


<form method="post" action="<?php echo $_SERVER['PHP_SELF'];"></form>


then you're php code for the result on the top of you're html.. ...
Forum: PHP Aug 19th, 2008
Replies: 6
Views: 446
Posted By enim213
sample query: uses dropdown selection on dates

SELECT rooms.*
FROM rooms LEFT JOIN reservations
ON reservations.id_room = rooms.id
where calldate between...
Forum: PHP Aug 19th, 2008
Replies: 6
Views: 446
Posted By enim213
hi, ummm.. you want to find free rooms from selected date..
if you're using dropdown to find date.. use mysql between.

if you have further questions.. let us know.

enim :D
Forum: PHP Aug 19th, 2008
Replies: 19
Views: 5,363
Posted By enim213
you're welcome.! i hope i could solve my prob. too.. hehehehe:)
Forum: PHP Aug 16th, 2008
Replies: 2
Views: 1,608
Posted By enim213
<?php // i have two tables, buyingrate and sellingrate. this code for viewing buyingrate records. this is where i have to select records to update using checkbox.
?>
<?php include "dbconn.php";?>...
Forum: PHP Aug 14th, 2008
Replies: 2
Views: 1,608
Posted By enim213
can anyone give me a hand.. any idea how to do the following requirements.. i can't start please help..
i have two tables to compare.. it has so called rates.. its buying rate and selling rate(diff...
Forum: PHP Aug 14th, 2008
Replies: 19
Views: 5,363
Posted By enim213
hi.. i am a also a newbie.. try this one.. this worked for me. :)

<html>
<head>

</head>
<body>
<?php
//mysql connection
$dbconn = mysql_connect("","","") or die();
Forum: PHP Jul 6th, 2008
Replies: 6
Views: 800
Posted By enim213
hey r0bb0b, good evening! thanks for the reply.. i finally got it worked! sorry for the late reply.. i got others things to do, that why i left the pagination.. but now it wroks fine.. thank you so...
Forum: PHP Jul 1st, 2008
Replies: 6
Views: 800
Posted By enim213
ow. thank you so much R0bbob, though i have difficulties in fixing it bcoz no tags, but still i can follow.,
Forum: PHP Jun 29th, 2008
Replies: 6
Views: 800
Posted By enim213
ow thank you for the reply.. i'll try this one today.. :)
Forum: PHP Jun 28th, 2008
Replies: 6
Views: 800
Posted By enim213
here's what i already have, whenever i click a specified letter like for example 'A' it must print out and count how many countries starting with that letter. The problem is whenever the count is...
Showing results 1 to 30 of 30

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC