RE: [PHP] PHP Web Base Email

2001-09-09 Thread Brad R. C.
www.hotscripts.com www.sourceforge.net both of them have some.. Squirrell is one I can think of in particular. Brad C. -Original Message- From: Sall Him [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 09, 2001 11:18 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP Web Base Email Hi Al

RE: [PHP] Re: Pulling a random image

2001-09-03 Thread Brad R. C.
;Brad R. C." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > But what my goal was is to make it where it goes through all the images > before showing a random twice. ... if you actually want to do this, you will have to keep track of wh

[PHP] Pulling a random image

2001-09-03 Thread Brad R. C.
Hello everyone... I have been working on this random function for awhile now.. and it is close to being complete. It works as for a random function. But what my goal was is to make it where it goes through all the images before showing a random twice. Kind of like you put all the images in a bucke

[PHP] Utilizing info from 2 tables in the database

2001-07-26 Thread Brad R. C.
Lets say I have created 2 tables : create table comments {contents} userid username comment datetime user ip primary key key table users {contents} userid username and many more.. :) -- if I want to get that to work togther to add comments to users would I have something like this

[PHP] Image Submission into a Database & Updating

2001-07-19 Thread Brad R. C.
Ok.. I have created a submission form that works great just like what I want.. but there is one minor detail if possible to figure out. When I let users upload a photo to my site, the image will be stored on the server hdd and the name of the image will be stored in the database. Works great!..