- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
Re: 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,.. | |
Re: 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"]; … | |
Re: 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 … | |
![]() | Re: 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,.. … ![]() |
Re: 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 | |
Re: 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.. | |
Re: 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/. |
The End.