Forum: PHP Aug 14th, 2009 |
| Replies: 3 Views: 453 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: 16 Views: 4,965 i did too.. that was way back then.. :) |
Forum: PHP Jun 15th, 2009 |
| Replies: 16 Views: 4,965 thank. glad to help. :) - enim213 |
Forum: PHP Jan 9th, 2009 |
| Replies: 12 Views: 3,171 .. 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: 695 yeah! you got it. that's really what i did.,
thank you so much!.
enim :) |
Forum: MySQL Jan 8th, 2009 |
| Replies: 3 Views: 644 thank you for the reply.. i really apprecited it.,
the problem was
column 1
-----------
data1
data2
data3 |
Forum: PHP Jan 8th, 2009 |
| Replies: 5 Views: 695 hey thank you for the repply.. i have explained it from my second post ;) |
Forum: PHP Jan 8th, 2009 |
| Replies: 5 Views: 695 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,171 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: 695 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: MySQL Jan 7th, 2009 |
| Replies: 3 Views: 644 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,171 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: HTML and CSS Nov 27th, 2008 |
| Replies: 2 Views: 823 aw, thanks for the help.. |
Forum: HTML and CSS Nov 27th, 2008 |
| Replies: 2 Views: 823 hello everyone!
is there anybody knows why i can't see my hover drop down menu because it is behind the white background of div tag? I did make a background transparent but still there is a white... |
Forum: PHP Nov 19th, 2008 |
| Replies: 0 Views: 476 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: MySQL Nov 19th, 2008 |
| Replies: 0 Views: 557 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 count of the terminatecause..
i need the count of ANSWERED calls... |
Forum: JavaScript / DHTML / AJAX Oct 22nd, 2008 |
| Replies: 4 Views: 2,314 $i = 0;while($row = mysql_fetch_array($result)){
<div class="cellContainer" style="background-color: <?php echo $color;?>">
<div class="button1"><input type="checkbox" id="fld1[<?php echo $i;?>]"... |
Forum: JavaScript / DHTML / AJAX Oct 22nd, 2008 |
| Replies: 4 Views: 2,314 hey guys, i think i just dont know how to expalin my problem.. but its ok now. i have it solved myself. i will post the code just in case someboby need it.
//records from database
$i = 0;... |
Forum: JavaScript / DHTML / AJAX Oct 21st, 2008 |
| Replies: 4 Views: 2,314 this is what im talking about.. its just a single row.. i need to use it in array (for example 10 rows) but it doesn't work. i know i need some javascript add'l code but i don't know how to continue.... |
Forum: JavaScript / DHTML / AJAX Oct 20th, 2008 |
| Replies: 4 Views: 2,314 hi, im enim and its my first time to post here in javascript because im into php.
my question is:
1.) Is it possible to have two checkbox in a row (with different value), the one is hidden and... |
Forum: PHP Oct 15th, 2008 |
| Replies: 7 Views: 2,153 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,129 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,129 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,284 you can use this code for your dropdown...
<?php //month
$month_names =... |
Forum: PHP Aug 20th, 2008 |
| Replies: 6 Views: 1,851 like:
<?php
//index.php
<form action="otherPage.php" method="post"><form>
?>
<?php
//otherPage.php
if($result) |
Forum: PHP Aug 20th, 2008 |
| Replies: 5 Views: 561 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: 561 ei, it works! 2 records in each page.. hehehhe :)
enim |
Forum: PHP Aug 20th, 2008 |
| Replies: 5 Views: 561 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,851 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: 434 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: 434 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: 16 Views: 4,965 you're welcome.! i hope i could solve my prob. too.. hehehehe:) |
Forum: PHP Aug 16th, 2008 |
| Replies: 2 Views: 1,574 <?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,574 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: 16 Views: 4,965 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: 788 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: 788 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: 788 ow thank you for the reply.. i'll try this one today.. :) |
Forum: PHP Jun 28th, 2008 |
| Replies: 6 Views: 788 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... |
Forum: Community Introductions Jun 13th, 2008 |
| Replies: 3 Views: 355 Hi. This is enim, 21. Im from the Philippines and im glad being a member of this IT Community. i am an aspiring web programmer/developer who seeks support and continuous learning in order to maximize... |