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.

~2K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for kyupa.suria

.............................. <form action="introducere.php" method="POST" enctype="multipart/form-data"> .............................. <td>Picture 1:<input id="picture1" name="picture1" type="file"><br> Picture 2:<input id="picture2" name="picture2" type="file"><br> Picture 3:<input id="picture3" name="picture3" type="file"> </form> .............................. **introducere.php** ............................ if(isset($_FILES['picture1'])){ $file = $_FILES['picture1']; $file_name = $file['name']; echo $file['name']; $picture1 = $file['name']; if(!$picture1){//if no picture browsed $picture1="NULL"; } } if(isset($_FILES['picture2'])){ $file2 = $_FILES['picture2']; $file_name2 = …

Member Avatar for pritaeas
0
325
Member Avatar for kyupa.suria

#include<conio.h> #include<stdio.h> #include<string.h> int mistakes_ctr=0; int x=52, y=22, i; void printM(){ gotoxy(20,20); cprintf("m"); } void printP(){ gotoxy(22,20); cprintf("p"); } void printL(){ gotoxy(24,20); cprintf("l"); gotoxy(34,20); cprintf("l"); } void printA(){ gotoxy(26,20); cprintf("a"); } void printN(){ gotoxy(28,20); cprintf("n"); } void printT(){ gotoxy(30,20); cprintf("t"); } void printO(){ gotoxy(32,20); cprintf("o"); gotoxy(36,20); cprintf("o"); } void printG(){ …

Member Avatar for kyupa.suria
0
209
Member Avatar for T4gal
Member Avatar for T4gal
0
141
Member Avatar for jonathan.gardner.58

http://www.w3schools.com/html/default.asp http://www.tizag.com/htmlT/ And, of course, many of us <3 "thenewboston" (youtube)

Member Avatar for diafol
1
142
Member Avatar for UNDER-18 FG

`y02 = taxes.printOutput();` from main: printOutput must return something and it's not. y01 is a double in main so the printOutput must return a number. Also y02 is visible just in main, not in printOutput from payRoll class. Seems you need it in both Payroll and PayrollDemo. Make it visible …

Member Avatar for subramanya.vl
0
678
Member Avatar for Fannyyyyyyyyyyyyyyyyy

Map: http://www.w3schools.com/tags/tag_map.asp How to find coordinates(in Photoshop): http://www.youtube.com/watch?v=YkdWRBL2BsM http://www.youtube.com/watch?v=vDwDtp4fCkU

Member Avatar for jspence29
0
135
Member Avatar for GraficRegret

I think instead of <input type="text" name="refID" value=<?php echo $ref ?> /> you should cut "echo" away. And $ref I think is your id. then do a `$ref=$row['id'];`

Member Avatar for GraficRegret
0
455

The End.