Simple Regression Equation Patelwala 20:49:00 Add Comment Simple Regression Equation x<-c(10,20,30,40,50)y<-c(60,70,80,90,100)xydatasets::faithfullinear1=lm(y~x,faithful)linear1lm(formula=y~x,data...
write a note on Rule E.F. Coded for SQL Patelwala 09:50:00 Add Comment Code Rule E.F. Coded E.F. Coded was a computer scientist who invented a relational model for database management. Based on the relative model, the...
Explain in brief validating form field using JavaScript ? Patelwala 05:31:00 Add Comment Validating Form Fields Using JavaScript in FrontPage Validating a submitted user is important as it may contain inappropriate values. So the belief...
Explain in brief how pie chart can be drawn in php GD library. Patelwala 23:02:00 Add Comment Getting Fancy with Pie Charts A little boring, but they introduced you to the process of creating images—define the canvas, define the colors, and...
Combine HTML and PHP code on single page explain in brief? Patelwala 22:40:00 Add Comment Combine HTML and PHP code on single page explain in brief? PHP in HTML While creating a complex page, at times you will need to use PHP and...