Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Tags
Member Avatar for Izzah_2

ive been develop a project known as ordering system i need to delete data from db by clicking the button ive follow a tutorial from utube and to the exact same code he been used error "object reference not set to an instance of an object" ive double check my …

Member Avatar for Santanu.Das
0
822
Member Avatar for Izzah_2

Hi, Ive been follow the tutorial in the youtube . I need to upload images to my webpage but the code seem not working. It also doesnt not appear any errors from the code. Can someone please have a look at my code, please? <!-- dbase.php to connect between php …

Member Avatar for Izzah_2
0
4K
Member Avatar for Izzah_2

all the code is right..but the image for the background didnt show up. im using external css for the image. i didnt see any error please help me <!DOCTYPE html> <html> <head> <title>FSKKP</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="NewReleaseU.css"> </head> <body> text in here </body> </html> THE CSS <style> body …

Member Avatar for gentlemedia
0
117
Member Avatar for Izzah_2

#include <stdio.h> #include <conio.h> void main() { int m; int n; int multi; printf("enter value : "); scanf ("%d", &m); printf("enter value of multiply : "); scanf ("%d", &n); multi = multiply(m,n); printf("the value of multiply : %d", multi); } int multiply (int m, int n) { if (n == …

Member Avatar for Izzah_2
0
161