Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #22.6K
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for Kamboodle

i haven't implemented this, yet. however, you can use, Css border & Javascript styling property.. ,such as you can call a function onblur() in javascript,.. and in that function, you can change the border property of all the input boxes, using their id,..

Member Avatar for drjohn
0
241
Member Avatar for davy_yg

i do agree with broj1, he is correct.. from the login page itself,. the session starts,.. /"login page code"/ just assume that the $_POST["username"] contains username entered through a post form, and you are sending it to firstpage.php.. <?php if ( isset($_POST["username"]) && !empty($_POST["username"]) ) { session_start(); $u = $_POST["username"]; …

Member Avatar for Zahinize
0
184
Member Avatar for rajesh1158

first thing first, you can embed php in html, $result=mysql_query($sql); $row = mysql_fetch_row($result); $qid=$row[0]; $question=$row[1]; $answer1=$row[2]; $answer2=$row[3]; $answer3=$row[4]; $answer4=$row[5]; $rtanswer=$row[6]; ?> close, the php tags there only, and let html be displayed as html.. <html> <head>, second thing, you are using mysqli in your database, either use pdo, for database …

Member Avatar for Zahinize
0
1K
Member Avatar for geekman92

why are you putting everything under php codes, my bro,.. <?php $name_var = 62; ?> <form action="update_role.php" method="post" > <select id="dropdown" name="<?php echo $name_var ; ?> " > </select> <input type="submit" name="btn_update" id="button" value="Update" /> </form> //update_role.php file <?php $name_var = 62; $getVar = $_POST[$name_var]; ?> this will work too,.. …

Member Avatar for geekman92
0
191
Member Avatar for sidra 100

in my opinion, PHP is a better and easy way to learn web server side scripting,. rather than JAVA,.. immensely long and highly programmtical language.. for you

Member Avatar for Zahinize
0
115
Member Avatar for asif49

for a potential customer, Yes.. one who is in Professional Enviroments,. but for a Beginner,.. not that bad,. atleast, you will create somethiing based on your knowledge for the start, after that you can learn Css and create Header and Footer of the site..

Member Avatar for Zahinize
0
125
Member Avatar for rrr12345

visit [url]www.w3schools.com[/url] , i am sure you search and purpose will end there.. ONE OF THE BEST, IN WEB SCRIPTING AND DESIGNING Languages/.

Member Avatar for Zahinize
0
167

The End.