Search found 16 matches

by dev2761
Sun Dec 14, 2003 7:36 am
Forum: PHP - Code
Topic: Redirect to other website
Replies: 3
Views: 887

you have an adaware thing(virus ?......)
go here for news:
http://www.netrn.net/archives/000164.html
by dev2761
Sat Dec 13, 2003 8:16 am
Forum: PHP - Code
Topic: image upload 2 form send prob
Replies: 5
Views: 611

infolock, thank you for the reply, as for that code it doesn't need editing as it works perfectly.The problem comes afterwards, when I need to incorporate the image (name, tmp_name....?) into the mail. And where the code sez $max_size bytes it just reads out how many bytes are allowed, see pic http:...
by dev2761
Fri Dec 12, 2003 11:29 pm
Forum: PHP - Code
Topic: image upload 2 form send prob
Replies: 5
Views: 611

I know that, buuuut because that wasn't "my thread/post" nobody replied and the answer isn't in there. I realise that the answer is something along the lines of $_POST['filename']; or something like that its just that I cannot seem to find it. I've tried 'name', 'tmp_name', 'temp_name', ev...
by dev2761
Fri Dec 12, 2003 8:59 pm
Forum: PHP - Code
Topic: image upload 2 form send prob
Replies: 5
Views: 611

image upload 2 form send prob

I am posting again as I got told off for "Hijacking a thread". I have a real problem with this! The first part of the script works perfectly, (it might not be brilliant code but it does what I want) which is to upload an image, show it and then post a form which asks for the usual, who to ...
by dev2761
Fri Dec 12, 2003 8:40 pm
Forum: PHP - Code
Topic: problem with form mailling script
Replies: 3
Views: 860

thats because theres a dot at the end
by dev2761
Thu Dec 11, 2003 11:24 am
Forum: PHP - Code
Topic: adding attachment to...
Replies: 21
Views: 1702

No it is in the link, a couple of messages back, if you want I'll put all the code up for you to have a look or send it in a pm, whatever you want
by dev2761
Thu Dec 11, 2003 10:47 am
Forum: PHP - Code
Topic: adding attachment to...
Replies: 21
Views: 1702

its here in the upload form:

Code: Select all

<input type='file' name='filename' accept='image/jpg'>
and please excuse me for "hijacking" but I have posted this elsewhere and it is some sort of follow up to the proposed problem.
Once again I'm sorry, please excuse me.
by dev2761
Thu Dec 11, 2003 10:28 am
Forum: PHP - Code
Topic: [SOLVED] OO: tree programming
Replies: 5
Views: 907

care to elaborate please?
by dev2761
Thu Dec 11, 2003 9:24 am
Forum: PHP - Code
Topic: adding attachment to...
Replies: 21
Views: 1702

Mr Bech, I implemented your wonderful code with my form and still got no results. Maybe you can tell me where I'm going wrong? okay, here goes: //Read POST request params into global vars $to = $_POST['email_t']; $from = $_POST['email_f']; $subject = $_POST['subject']; $message = $_POST['message']; ...
by dev2761
Wed Nov 19, 2003 10:09 am
Forum: PHP - Code
Topic: PHP in a image file
Replies: 22
Views: 3387

one more quetion, would this work with perhaps a text file for say random signatures?
by dev2761
Wed Nov 19, 2003 9:12 am
Forum: PHP - Code
Topic: Sending emails from my computer
Replies: 3
Views: 556

Nay is absolutely right:

find the php.ini file depending on the version of windows you use.
goto in and around line n°: 595

[mail function]
; For Win32 only.
SMTP = smtp.your_isp.domain

; For Win32 only.
sendmail_from = your_address@your_isp.domain
by dev2761
Wed Nov 19, 2003 9:03 am
Forum: PHP - Code
Topic: PHP in a image file
Replies: 22
Views: 3387

I don't quite understand what is the problem. You wouldn't be able to upload a .htaccess to a board , could you ? So the interpreter would just try and treat your script file like a normal image, wouldn't it. ahhh, I understand now. Am too used to vbb and not phpbb, vbb uploads most of the images (a...
by dev2761
Fri Oct 17, 2003 8:53 am
Forum: PHP - Code
Topic: using images
Replies: 6
Views: 844

Thanks peeps for the good work, and like I said its most probably my real bad syntax and it was!!!
by dev2761
Fri Oct 17, 2003 8:29 am
Forum: PHP - Code
Topic: using images
Replies: 6
Views: 844

Once again thank you for your help and I hope that you can still help me out..... Now : <?php print"<img src="images/{$number}star.gif">"; ?> works for an image on the page but how would I use that in a table as the background image ??? I have used both print and echo and they di...
by dev2761
Thu Oct 16, 2003 2:15 pm
Forum: PHP - Code
Topic: using images
Replies: 6
Views: 844

liljester u're the tops thank you very much!!!
I'm not much of a php programmer but what I'm trying to do is create a little form so that my son can add all his Yu-Gi-Oh cards and display them and as you know they have stars to denote how high they are!!!
Anyway thanks again