Thank u Chechi :)
Type: Posts; User: vineesh
Thank u Chechi :)
Thank u :)
Set Cookie: http://php.flashwebhost.com/vineesh/day10/day_10_ex_7_set_cookie.php
<?php
if (isset($_COOKIE['usersName'])) {
echo '<h2 style="color:#EF1725"> You are Mr.' ....
I do understand that it is the syntax of cookie. Hope I am right.
http://php.flashwebhost.com/vineesh/day10/day_10_ex_4_set_cookie.php
<?
if(isset($_COOKIE['userName'])) {
echo '<h2...
Can somebody explain this portion of the script ?
setcookie('phpExpertName', $_POST['phpExpertName'], time()+3600);
Why phpExpertName and $_POST['phpExpertName'] mentioned together ?
Come on, play and win this game :wink:
http://php.flashwebhost.com/vineesh/day9/day_9_ex_3.php
<html>
<body style="background-color:#DADADA">
<h1 style="color:#E237C8"><u>Number Guessing...
http://php.flashwebhost.com/vineesh/day8/day_8_ex_5.php
<html>
<body>
<h1 style="color:blue">HI..LETS PLAY A NUMBER GUESSING GAME<h1>
<?php
http://php.flashwebhost.com/vineesh/day7/day_7_ex_4.php
<?php
if (isset($_GET['name'])) {
echo ucwords('<font color="red"><b>Hello ' . $_GET[name] . '. </b></font>' . '<font...
http://php.flashwebhost.com/vineesh/day7/day_7_ex_1.html
<html>
<body>
<h1>Welcome to Govt. V.V.H.S.S, Kodamthuruth</h1>
<form method="GET" action="student.php">
http://php.flashwebhost.com/vineesh/day6/day_6_array_2.php
<?php
$timeTables = array();
$timeTable1 = array();
http://php.flashwebhost.com/vineesh/day6/day_6_array_1.php
<?php
$domainName = array();
$domainName[extension] = '.com';
$domainName[registry] = 'public domain registry';
http://php.flashwebhost.com/vineesh/day5/day_5_1.php
<?php
$movieNames = array('<h3> <font color="red">', 'kilukam', 'kalapani', 'minnaram', 'yoddha', 'spirit', 'drishyam', 'grand master',...
http://php.flashwebhost.com/vineesh/day5/array_1.php
<?php
$class = array('lkg', 'ukg', 'i a', 'ii b', 'iii c', 'iv d', 'v a', 'vi c', 'vii d');
echo strtoupper($class [0]);
echo '<br>';
http://php.flashwebhost.com/vineesh/day4/decision_making_5.php
<?php
$rain = 'eeeee';
if ($rain == 'yes') {
http://php.flashwebhost.com/vineesh/day4/decision_making_3.php
and my code is as follows:
<?php
$passMark = 35;
$student1Name = 'Manu';
http://php.flashwebhost.com/vineesh/day4/decision_making_1.php
<?php
$ticket = 'no';
if ($ticket == 'yes') {
Present on May 14, 2014 :encouragement:
Convert First Letter of Words to Upper Case
http://php.flashwebhost.com/vineesh/day3/ucwords.php
code
<?php
$color = 'my favourite color is white';
Convert Text to Upper Case.
http://php.flashwebhost.com/vineesh/day3/strtoupper.php
Code
<?php
$name = 'Vineesh Mohan';
$place = 'Kodamthuruth';
DAY 3 - strlen()
http://php.flashwebhost.com/vineesh/day3/strlen.php
Code
<?php
$sentenceOne = 'Hello, I am Vineesh Mohan';
DAY 2 PROGRAMMING .
http://php.flashwebhost.com/vineesh/day_2_variables_7.php
Code
<?php
$costOfApple = 100;
DAY 2 PROGRAMMING:
http://php.flashwebhost.com/vineesh/day_2_variables_6.php
Seems it worked :). My code is:
<?php
DAY 2 PROGRAMMING. EXAMPLE 5
http://php.flashwebhost.com/vineesh/day_2_variables_5.php
MY CODE IS:
<?php
DAY 2 VARIABLES EXAMPLE 4
http://php.flashwebhost.com/vineesh/day_2_variables_4.php
My code is
<?php
$numActors = 15;
DAY 2 PROGRAMMING
http://php.flashwebhost.com/vineesh/day_2_variables_3.php
My Code is as follows:
<?php
$actorName1 = '<b>Mohanlal</b>';