No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hi guys, i am going on with a vigorous practice with PHP and MYsQL. currently i am doing a simple project which has a form, input box which takes the users name, then selects a random image and place it on the image with a random selection of fonts, with … | |
Hi bro, this is my frame work of the simple login script. now i want a send the id input to the display.php, without changing this frame work coz i only know this way of making a simple login. [CODE] <?php if (isset($_SESSION['basic_is_logged_in'])) { unset($_SESSION['basic_is_logged_in']); } session_start(); $errorMessage = ''; … | |
guys i have a serious problem my cmd is not under my control as a virus has taken the power. now i want to format my entire drives completely with some .bat file. i am unable to do it with windows disk coz the virus is very talented to come … | |
hi guys, i wanted a table to get created with the table name submitted from the form. how shall i go about this, i have tried it with my basic knowledge its here bellow but it dint work well, please help me anyone. [CODE] <?php if (isset($_POST['update'])) { mysql_connect('localhost', 'root', … | |
hi, guys i have a problem here. i have a form which creates a new table for each new user and that user will have a monthly update of his salary now im confused how to go about this. do i need to create a new table or how to … | |
hi guys, i am a newbie to javascript. i was working with a form which has two combo box linked to display text. First box contains names of cars, second box contains luxury type options(ac or nonac), the last one is a input box which is only readable and displays … | |
Re: <?php $to = "vinay.lk99@gmail.com"; $subject = $_POST['PNR']; $ticket_number = $_POST['tcktnum']; $PNR = $_POST['PNR']; $trip_code = $_POST['tcode']; $date_of_booking = $_POST['dob']; $date_of_journey = $_POST['doj']; $place_of_boarding = $_POST['board']; $boarding_time = $_POST['boarding time']; $departure_date = $_POST['depdte']; $departure_time = $_POST['boarding time2']; $class_of_travel = $_POST['class']; $arrival_date = $_POST['arvldte']; $arival_time = $_POST['arival time']; $tour_program = $_POST['tourprog']; $amount_advance … |
The End.