No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
i dont have any idea how to send through email i have a sample ticket. i dont know if i'm going to convert the php file into pdf.. i have no idea exactly.. if ever its hard, how can i send the sample ticket through inputted email of a customer... | |
i dont know how to get the value in this table.. i have there a table with an image.. if a user click on one of it, and click reserve the letter of that table (ex. S) must be printed... please help... [CODE] <?php if ($_POST) { if ($_POST['submit'] == … | |
[CODE] <html> <head> <script language="JavaScript"> var bgcolorSelected = "#cc3333"; var bgcolorNotSelected = "#ffffff"; function HighLightTR_a(el){ if (document.myform.s23.checked == true) { el.bgColor=bgcolorSelected; } else { el.bgColor=bgcolorNotSelected; } } </script> </head> <body> <form name="myform" action="" method="POST"> <table border="0" cellspacing="1" cellpadding="4" bgcolor="#F2F2F2" > <tr align="center" bgcolor="#FFFFFF"> <td height="50" width="50" onClick="HighLightTR_x(this);" <?php echo $c[23];?>> … | |
i try to validate my login page.. all special characters are not accepted but when i input a backslash ( \ ), an error message appears.. error in executing query.. please help how to validate it... tnx | |
i really need help.. i want to have a realistic bus seating reservation like in some airline reservation we have today... not just like using ordinary tables with rows and columns... i dont know how and where to start.. please help.. | |
I want to have this kind of look [url]http://kleankanteen.com/faqs/faqs.html[/url] when i click the (+) button, the solution/answer will appear and when i click the (-) button, the solution/answer will disappear here is the sample that i want please help.. i dont know if this is javascrip, ajax or something... | |
please help... I have a looping textbox.. i cant get the value of the textbox when a user input a value. when a user click the submit button, i want to post in to another page and display it.. I have a code here [CODE] for($i=1; $i<=$_REQUEST['no_textbox']; $i++) { echo … ![]() | |
Can you please help me how to loop a textbox for example, I have 10 checkboxes and I check only 2 of them. If I click the submit button, the number of times I check a checkbox should be the number of textboxes to display.. so I check 2 checkboxes … | |
i have a code here where a user can search a specific trip and can choose his/her preferred seat.. my problem is when computing the total fee for the reservation being made, i can't count the number of times a user check a seat... by the way, the output for … | |
we have a thesis named online bus reservation system.. the system composes of three bus companies where passengers can reserve, cancel and reschedule a specific trip.. is it advisable for the customer to have a log in ??? how can we add a new bus company?? the added bus company … | |
I'm totally newbie in this forum.. as you can see... hope if i need help anything about programming.. you're all here to help.. tnx.. |
The End.