No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
.............................. <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 = … | |
#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(){ … | |
![]() | Re: [CSS compatibilities](http://www.quirksmode.org/css/contents.html) ![]() |
Re: http://www.w3schools.com/html/default.asp http://www.tizag.com/htmlT/ And, of course, many of us <3 "thenewboston" (youtube) ![]() | |
Re: `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 … | |
Re: 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 | |
Re: 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'];` |
The End.