- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 2
- Upvoting Members
- 3
- Downvotes Received
- 18
- Posts with Downvotes
- 6
- Downvoting Members
- 8
17 Posted Topics
Very Nice I really got some very interusting information. Thanks
It is imposible to run PHP in a .html file. But as we are students of [how to code](http://www.howtocode.pk) we can try different ways. **You should use iframe to include the php within the html page.**
Yes without looking at the HTML no body will be able to answer it properly.
Yes, I suggest you to learn Html then CSS and after that go for a server side language like PHP or ASP etc. Here is a [basic HTML tutorial site](http://www.ilmiweb.com) for you.
Hi, I want to know that is there any kind of copyright issue when you use child theme? As you know that you can modify child themes as you want. As the child theme is property of any other person can that person raise the copyright issue? Help me in …
I want to know about the google bombing. Anybody knows about it?
Can anybody tell me that how we can handle the tables in a responsive website design. If you try to decrease the font size it will be harder for the mobile users. If you don't decrease the font size then the data will be mixed and so on. Give me …
[HTML and CSS Tutorials](http://www.ilmiweb.com)
I am trying to insert a circle but don't want an image to use. Can I draw a circle using css. Thanks.
If you want to move in the rows of table than why not use for or foreach loop.
Hi I want my link to blink. I am using this code <a href="#" style=" text-decoration:blink;">Click Here</a> but it is not working.
Hi Can I use the ajax to update a form feild by get a value of another feild on the same page(without submiting the page). This process involves the mysql as well.
Looking at this code I can't find any thing wronge. May be a browser cache problem. Clear the cache or change the browser. Good luck.
You can use the $_GET variable to get data on the same page and us it.
Use the "selected" key word as <select name='brgylist' id='list'> <?php require_once "connection.php"; $result = mysql_query("SELECT `BrgyCode`,`Barangay` FROM `ref Barangay`"); while($rec = mysql_fetch_array($result)) { echo '<option value="'.$rec['BrgyCode'].'" selected="selected">'.$rec['Barangay'].'</option>'; } ?> </select>
The End.
safeer008