Forum: PHP Aug 14th, 2009 |
| Replies: 3 Views: 477 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 i did too.. that was way back then.. :) |
Forum: PHP Jun 15th, 2009 |
| Replies: 19 Views: 5,363 thank. glad to help. :) - enim213 |
Forum: PHP Jan 9th, 2009 |
| Replies: 12 Views: 3,445 .. 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 yeah! you got it. that's really what i did.,
thank you so much!.
enim :) |
Forum: PHP Jan 8th, 2009 |
| Replies: 5 Views: 729 hey thank you for the repply.. i have explained it from my second post ;) |
Forum: PHP Jan 8th, 2009 |
| Replies: 5 Views: 729 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 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 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 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 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 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 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 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 you can use this code for your dropdown...
<?php //month
$month_names =... |
Forum: PHP Aug 20th, 2008 |
| Replies: 6 Views: 1,997 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 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 ei, it works! 2 records in each page.. hehehhe :)
enim |
Forum: PHP Aug 20th, 2008 |
| Replies: 5 Views: 566 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 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 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 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 you're welcome.! i hope i could solve my prob. too.. hehehehe:) |
Forum: PHP Aug 16th, 2008 |
| Replies: 2 Views: 1,608 <?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 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 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 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 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 ow thank you for the reply.. i'll try this one today.. :) |
Forum: PHP Jun 28th, 2008 |
| Replies: 6 Views: 800 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... |