- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
16 Posted Topics
excuse me, do you know how to put a calendar in the form? I try to put this code in my form but it has an error on line 2. Anybody know? Please help me. Thank you This is the calendar code :- <?php $myCalendar = new tc_calendar("date5", true, false); …
how to display last login date? for an example, we log in to the system on 11 april 2014. then, log out. when we log in back the system on other day, for an example 26 april 2014, it will display back where the last date that we were log …
excuse me. can I know why we have to make it twice? thank you.
example :- <?php $subject = "You got a Project Invitation from ". $_SESSION['user_name']; echo $subject; ?>
27.$submit = $_POST[' ']; 28.$comment = $_POST[' ']; 29.$email = $_POST[' ']; what is you trying to post?
Please help me :) how to do this? Student post an assignment to the supervisor. Supervisor will receive that assignment and approve it whether click button YES or NO. The question here is, how to show YES or NO statement at the student page after supervisor has approved their assignment? …
example :- CREATE DATABASE Tour; USE Tour; CREATE TABLE Tour2 (Region VARCHAR(50) NOT NULL, Locations VARCHAR(100), PRIMARY KEY (Region)); INSERT INTO Tour2 (Region, Locations) VALUES('Greater Accra', 'Labone,East Legon,Airport'); INSERT INTO Tour2 VALUES('Ashanti Region', 'Kumasi,Amakom,Bantama');
example : INSERT into tbl_inquiry (name,phone,email,subject,message) VALUES ('apoorva', '000012345', '[email protected]', 'subject', "hi what's up")
<?php #Database properties $DB_HOST="localhost"; $DB_NAME="db_name"; $DB_USER="root"; $DB_PASSWORD=""; $default_dbname='db_name'; // instantiate db connection $dbconn = mysql_connect($DB_HOST,$DB_USER,$DB_PASSWORD) or die ("Could not connect to database"); mysql_select_db($DB_NAME) or die ("could not open database"); ?>
$sql="INSERT INTO # $tablename # (first_name, last_name, sex, email,phone, address1, address2,country, city,zip, respond_date, contact_via,interest) values('$fname','$lname', $sex,'$mail',$email, $phone,$address1, $address2, $country, $city, $state, $date, $contactme, $interest)"; What is your # tablename # ?
Hello guys! What should we need to create notice area in Dreamweaver CS5.5? Is it suitable if we use table as a notice area? Or maybe we need to use another else besides table? Thank you.
The End.