User Profile

Collapse

Profile Sidebar

Collapse
paulnevinthomas
paulnevinthomas
Last Activity: Jun 20 '16, 05:42 AM
Joined: Feb 17 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dynamic rows insert into database using php

    Step1 : Determining the correct SQL Insert command
    When you have it write data to a database , if it's used sql statemant , specially the insert command.
    i)Login into your cpanel and it's phpmyadmin icon.
    ii)You choose then left menu bar , first to click database name and then click the table work.
    iii)Top menu to insert data...
    See more | Go to post

    Leave a comment:


  • jquery radio button issue doesn't show text input

    Just trigger the click event when you set the checked attribute.
    $("#fpago2").at tr('checked', true).trigger(' click');
    Changing an attribute on the element doesn't fire a changed event... Neither by the native setAttribute or using jQuery's attr.
    See more | Go to post

    Leave a comment:


  • creating a blog structure with html

    Now, let’s transform the visual concept into a working HTML/CSS prototype web page before finishing everything up as a complete theme next week. We’ll build the page structure with clean HTML, then style up as much as possible using CSS styling to create a lean website design that still replicates the original concept.

    Code:
    <div class="post">
    	<h2><a href="#">Captain
    ...
    See more | Go to post
    Last edited by gits; Feb 18 '16, 12:45 PM. Reason: added code tags

    Leave a comment:

No activity results to display
Show More
Working...