Search found 16 matches

by Jeefo
Tue Sep 13, 2005 7:33 pm
Forum: General Discussion
Topic: Any way to check if an email address is active?
Replies: 3
Views: 510

Any way to check if an email address is active?

Is there a website or a script I can use to check if an email address is active? It would be much easier than emailing a lot of people and see if I get it returned by "mailer demon" (or whatever) back to me. Any help is appreciated. Thanks.
by Jeefo
Thu Aug 25, 2005 5:12 pm
Forum: PHP - Code
Topic: mysql_fetch_array() error?
Replies: 1
Views: 187

mysql_fetch_array() error?

I have this script but every time it gives me this: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /drive2/fpgshttpd/jeefo/comments.php on line 39 Line 39 in the script is: $html[] = 'Posted by: ' . $a['author'] . ' on ' . date('M j, Y :: h:ia', $a['time']) ....
by Jeefo
Tue Aug 23, 2005 1:22 am
Forum: PHP - Code
Topic: [Solved] Simple PHP/MySQL sign up and login script?
Replies: 2
Views: 308

[Solved] Simple PHP/MySQL sign up and login script?

(Please read whole post.) Well I've been searching the internet the whole day for some PHP/MySQL signup and login scripts. There is no luck whatsoever. Can someone point me in the direction (or make me one ^_^) of a simple signup and login script? OR...I did find this tutorial on how to make one and...
by Jeefo
Sat Aug 20, 2005 1:19 am
Forum: PHP - Code
Topic: Need PHP mail form! Please :(
Replies: 3
Views: 655

Need PHP mail form! Please :(

I desperatly need a PHP mail form script. It NEEDS to make sure that the person entering in their email address is infact, a real email address. Also, it needs to have their IP address sent to me. If you make one, or point me in the direction of one, I will be most greatful. I need this because some...
by Jeefo
Thu Jun 30, 2005 11:06 am
Forum: PHP - Code
Topic: Image rotation on refresh.
Replies: 4
Views: 583

d11wtq wrote:Something like:
Thanks, but even though I specified the directory of the images, they don't show up at all. Also, I need the images to be clickable.
by Jeefo
Wed Jun 29, 2005 10:40 pm
Forum: PHP - Code
Topic: Image rotation on refresh.
Replies: 4
Views: 583

They'll be stored in a folder, but does it matter when the images and the script are in the same directory? Chosen randomly is fine.
by Jeefo
Wed Jun 29, 2005 10:34 pm
Forum: PHP - Code
Topic: Image rotation on refresh.
Replies: 4
Views: 583

Image rotation on refresh.

Are there any PHP scripts that will change an image when the page is refreshed (or the page is loaded again)? Nothing fancy, I just need a simple PHP code. Thanks for your help.
by Jeefo
Mon Jun 20, 2005 4:09 am
Forum: PHP - Code
Topic: [Solved] Webpage URLs that end in ".php?blah=5"
Replies: 6
Views: 403

Re: make a form

So which thing are you trying to do? Let's say my website has a shop. My URL is http://www.mydomain.com. So I click on the shop link, which goes to http://www.mydomain.com/items.php. But my shop is divided into different genres of items. I click one genre, and it goes to http://www.mydomain.com/ite...
by Jeefo
Mon Jun 20, 2005 12:10 am
Forum: PHP - Code
Topic: [Solved] Webpage URLs that end in ".php?blah=5"
Replies: 6
Views: 403

[Solved] Webpage URLs that end in ".php?blah=5"

Of course that URL was an example, but I was wondering if someone can explain to me how to make webpages that end like that. (And also how to create links to those kind of pages.)

Thank you!
by Jeefo
Sun Jun 19, 2005 11:05 pm
Forum: PHP - Code
Topic: [Solved] Any way to delete a file after inactivity?
Replies: 5
Views: 424

Skara wrote:Run a daily cron job that reads the files. If the timestamp is older than 30 days, get rid of it.
Thanks for your help, but I am *very* new to PHP. Could you tell me (or supply a webpage) about cron jobs and timestamps?
by Jeefo
Sun Jun 19, 2005 10:27 pm
Forum: PHP - Code
Topic: [Solved] Any way to delete a file after inactivity?
Replies: 5
Views: 424

Or do you mean if the file is not accessed for 30 days? Something like that...this is taken from the FAQ: "Q: Will my files ever be deleted? A: They will be deleted 30 days after you upload. To keep the file before the 30 days is up, just upload the same one(s) again and check "Overwrite&...
by Jeefo
Sun Jun 19, 2005 10:22 pm
Forum: PHP - Code
Topic: [Solved] Any way to delete a file after inactivity?
Replies: 5
Views: 424

[Solved] Any way to delete a file after inactivity?

Well, let me make this more clear. I have a website where people can upload their files. In the FAQ it explains that files are deleted after 30 days of inactivity (unless they re-upload the file). Well is there a script I can use to delete the file automatically? Thanks in advance.
by Jeefo
Thu Jun 16, 2005 9:05 pm
Forum: PHP - Code
Topic: [Solved] Please help me make this not password protected!
Replies: 6
Views: 503

Revan, it did work. Thank you so much!
by Jeefo
Thu Jun 16, 2005 8:46 pm
Forum: PHP - Code
Topic: [Solved] Please help me make this not password protected!
Replies: 6
Views: 503

Eh....I don't get it. I'm sorry for being a complete noob about this but I really need help.
by Jeefo
Thu Jun 16, 2005 3:57 pm
Forum: PHP - Code
Topic: [Solved] Please help me make this not password protected!
Replies: 6
Views: 503

timvw wrote:This is why you recieve the authentication required dialog...
Thanks, I removed that but now when I go to it it says "Parse error: parse error, unexpected T_ELSE in /drive2/fpgshttpd/jeefo/upload/index.php on line 45".