- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
13 Posted Topics
So i have created a list of all the files that are in a certain folder, and in the right hand is a checkbox. echo "<form action='checkbox-form.php' method='POST' name='MyForm'>"; and this is the part of interest $c +=1; <td > <input type='checkbox' name='formImage[]' value='$c'/> <br /> </td> So how can i … | |
I don't know but this button wont do what i tell it to do <img id="butoon" src="images/lft-button2.png" onmouseover="hover('l')" onmouseout="unhover('l')" onmousedown="clickonit('l')" onmouseup="clickup('l')" onClick="window.open('gallery.php?blu=<?PHP echo "$q"?>&subf=<?PHP echo "$subf"?>','_self')" style="cursor: pointer;" /> and in another php it worked... i don't know why it isnt working in this php.... ![]() | |
So i want to show all the files from a certain folder all in one collumn(i think i am going to use table for this) and in the second collumn i want a square, and if you click on it to put the marked thing over. Or i need to … | |
So i have to echo this onclick="dhtmlHistory.add('location1',{message: 'backbox'});countdown()" and if i echo " ...." the whole thing top it wont show because of the apostrophe | |
Hi again. This is the part of the code that doesn't work. $fileBaseName=basename($file,'.jpg'); echo("<img src='{$handle}/{$file}' alt=$fileBaseName />"); So what i want to do is at alt to show only the name without the.jpg and i dont know why if i have two or three words is stops at the first … ![]() | |
So i was wondering if it is possible to make something <a class='photo' href=<?PHP 'lala.php?blu=$q&subf=$subf&img=$imagenr' ?> target='_blank'> <span><img src=<?PHP'{$handle}/{$file}'?> /></span></a> lala.php is already made with all needed, but when i'm trying to make something with this code it doesnt show up the photo. I named class photo so i can … | |
Hi. I am starting a project and here's the basic idea: i'm trying to make a button that changes the background(not hard) but now i want to make the background image fit the size of the screen, and if possible not with css(php or javascript would be great) because it'll … | |
Hello again! I am trying to make a little game in pascal and I'm using graph. And it changes the background but when i'm trying to draw a black line it doesn't work. I don't know why. uses graph; var grDriver,grMode,ErrCode: Integer; procedure initg; begin grDriver := Detect; InitGraph(grDriver, grMode,'e:/bp/bgi'); … | |
Hello again. So lately i've been learning java, and now i want to make a program but in this program i need to do something like in pascal record(i want to make an array, and in every element of this array i have a string and an int). I heared … | |
Hello there! I'm working at a new game and i have a little problem.. [ICODE]program MousTestProgram; uses Crt, Dos, Graph; var graphicsdriver,graphicsmode,errcode:integer; procedure ResetMouse; var regs : registers; begin FillChar (regs, SizeOf(regs), 0); regs.ax := $0000; Intr ($33, regs); if regs.ax <> $FFFF then begin writeln ('hardware/driver not installed'); halt; … | |
Hy! I'm trying to make a new game and i have some problems... First it chooses how many player it'll be, then the whole deck is slit, and it gives each player aprox the same amount of cards. It works pretty well at 3,4,5,6 but it blocks at 2. I … | |
Hello! I want to make the tetris game in pascal... here it's what i've done so far... [CODE]uses crt; var x,y,i,c:byte; begin x:=5; y:=1; repeat clrscr; for i:=1 to y-1 do writeln('| |'); if y<49 then begin writeln('| a |'); writeln('| a |'); writeln('| a |'); writeln('| aaa |'); for … | |
Hello guys. I need for my homework to make a game, and i wanna do "who want to be a millionaire" but i donno much commands in pascal:| so .... i wanna be like reality>:) it's to hard? i dont think so... |
The End.