Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #4K
~7K People Reached
Favorite Forums

16 Posted Topics

Member Avatar for chocolatte.lavista_1

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); …

Member Avatar for Member #120589
0
484
Member Avatar for chocolatte.lavista_1

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 …

Member Avatar for GliderPilot
0
228
Member Avatar for nurul_1
Member Avatar for chocolatte.lavista_1
0
163
Member Avatar for davy_yg
Member Avatar for chaitu11

example :- <?php $subject = "You got a Project Invitation from ". $_SESSION['user_name']; echo $subject; ?>

Member Avatar for Ajay Gokhale
0
248
Member Avatar for vexer007

27.$submit = $_POST[' ']; 28.$comment = $_POST[' ']; 29.$email = $_POST[' ']; what is you trying to post?

Member Avatar for chocolatte.lavista_1
0
416
Member Avatar for chocolatte.lavista_1

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? …

Member Avatar for chocolatte.lavista_1
0
196
Member Avatar for Phesheya
Member Avatar for mike julius
Member Avatar for Benjamin_4

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');

Member Avatar for Member #120589
-1
170
Member Avatar for apoorvashah28

example : INSERT into tbl_inquiry (name,phone,email,subject,message) VALUES ('apoorva', '000012345', '[email protected]', 'subject', "hi what's up")

Member Avatar for chocolatte.lavista_1
0
176
Member Avatar for jainasamiento

<?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"); ?>

Member Avatar for chocolatte.lavista_1
0
132
Member Avatar for rosalyn cruz

example : CREATE TABLE table_name (column_name1 data_type(size), column_name2 data_type(size), column_name3 data_type(size), ...);

Member Avatar for chocolatte.lavista_1
0
104
Member Avatar for rosalyn cruz

example : SELECT * FROM Customer WHERE Country LIKE '%M';

Member Avatar for chocolatte.lavista_1
0
118
Member Avatar for Sujan Shrestha

$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 # ?

Member Avatar for Sujan Shrestha
0
3K
Member Avatar for chocolatte.lavista_1

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.

Member Avatar for Member #120589
0
126

The End.