Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
24% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
18
Posts with Downvotes
6
Downvoting Members
8
1 Commented Post
0 Endorsements
~6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

17 Posted Topics

Member Avatar for happygeek
Member Avatar for jchimz

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.**

Member Avatar for drjohn
0
317
Member Avatar for andreasbb
Member Avatar for safeer008
0
263
Member Avatar for richardham31

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.

Member Avatar for jenniferjudy2
0
338
Member Avatar for safeer008

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 …

Member Avatar for mattster
0
238
Member Avatar for safeer008
Member Avatar for amritmishra
-1
223
Member Avatar for safeer008

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 …

Member Avatar for mattster
0
1K
Member Avatar for chubbyy.putto
Member Avatar for ajharul
Member Avatar for james.baird.5249
Member Avatar for safeer008

I am trying to insert a circle but don't want an image to use. Can I draw a circle using css. Thanks.

Member Avatar for travis.holt.921_2
0
171
Member Avatar for Mohamed_26

If you want to move in the rows of table than why not use for or foreach loop.

Member Avatar for Mohamed_26
0
176
Member Avatar for safeer008

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.

Member Avatar for pixelsoul
0
118
Member Avatar for safeer008

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.

Member Avatar for M.Waqas Aslam
0
116
Member Avatar for abhishek2409

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.

Member Avatar for pzuurveen
0
120
Member Avatar for abhijit_2
Member Avatar for melhanz

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>

Member Avatar for minitauros
0
322

The End.