Search:
Type: Posts; User: knightman
Search :
Search took 0.01 seconds.
Thanks,... about the spoofing, now i understand.
I had no idea how EZ it is.
but about:
I do! ;)
I have all the necesary info of the users for that API you guys mentioned. ...
I don't think it's possible (as far as i know) because the links are posted in the same way we post our replies here... using bb codes. Remember that remotesite.com is a forum.
To be honest, i...
On mysite.com, i have a page that allow links from remotesite.com only. where i want to display a "welcome *username*" msg to visitors of remotesite.com, that is a forum. Only registered members are...
Thanks, but i think that's not what i looking for, (not sure) So my complete scenario here is:
Step 1: Upload and save an image to a temp folder called "uploads".
Step 2: Then place a...
Hello
about this part:
$width = 200;
$height = 200;
yamaharuss:
i tried this:
If NOT EXISTS (Select imagename from todaypics where imagename = 'somepicturename.jpg') INSERT INTO todaypics (picnum, imagename, todayhits) VALUES('72',...
Thanks yamaharuss...
i'll try it tonight and will let you know.
Hello.
** i postet this on the php forum, but i think it should be here on SQL **
let's say i want to add a row to a table called "todaypics" with this 3 columns:
| picnum | imagename |...
other situation i have:
on the other table named "pics", i have hundreds of rows.
the columns are:
| picnum | imagename | hits |
if i want to display the 1st 50 images sort by hits i do this:
Hello.
let's say i want to add a row to a table called "todaypics" with this 3 columns:
| picnum | imagename | todayhits |
and i do this:
mysql_query("INSERT INTO todaypics (picnum,...
i got it working!
// define a function
function increment($pid)
Thanks NogDog, i'll take note of this, and i'll try it tomorow.
thanks again... and good night y'all!
And i'll keep you posted of course!
I think i do, with this:
function increment($pid)
Is there something else missing on the codeor have to cut the "$pid" from this line?
:confused:
:confused:
I'm not sure abut this but, may the error just be on the code used to create the table? Didn't get any error and the code ran ok!
Hey y'all
This is my first time that i try something with mysql and/or db's btw.
I created a table called images with only 3 colums named "pid", "filename" and "views" with this:
<?php
what i meant to say is, make the processor
save in a txt file, (on server) the full file path
(on the user's machine), when uploading the file(s).
i think is something to do with reading
the...
Hi
is it possible to save in a log file, the full path
and the original file name on the computer
uploading the images?
eg: C:\My Documents\My Pictures\picturename.jpg
:confused:
what if the images i want to upload are in a .zip?
is it possible to upload a zip and make the script
extract and work images?
i remember someone posted a question about that
but didn't find...
oh, i got it working! thanks again!!!
Is there a way or a code i can use with the script to watermark the images as they are uploaded?
i have a .gif file with transparency i wish to pun on my images.
i know about a script that...
[QUOTE=mirefoot;1010777]No reply needed fixed it with a str_replace.
QUOTE]
on the thread "how to upload images using php" you can upload images and create thumbnails at the same time.
here's the link:
http://www.webdeveloper.com/forum/showthread.php?t=96532
with this script i have no complaints at all, but does it have
a limit on the total of images i wish to upload?
it works fine when i try to upload up to 40 images or less,
but i get upload error...
is "server.com" your own webspace, or a domain other than yours?
the script and the files to be downloaded must be on ur own hosting.
yoursite.com/download.php?file=programs/abc.exe
WILL...