Search found 3 matches

by jimmyp3016
Fri Mar 21, 2008 3:32 pm
Forum: PHP - Code
Topic: Email Not Sending (Quick Problem )
Replies: 1
Views: 87

Email Not Sending (Quick Problem )

Hey Guys, My script runs perfect and inserts my form data into the database but it does not email the user. Can you look at the top part of my script and tell me why? Is it because its not grabbing the persons address? I think there is a problem with $to_address = $_GET['email']; email is the value ...
by jimmyp3016
Sun Jan 21, 2007 8:20 pm
Forum: Databases
Topic: Breaking up a nested query
Replies: 2
Views: 348

Breaking up a nested query

Hey Guys, I am running an older verison of sql on my webhost and it does not support nested querys which was enabled in 4.1 i think. How can I break up this statement so my code will run on my server? $sql = "SELECT *, COUNT(id) AS referrals FROM user WHERE id IN ("; $sql .= " SELECT ...
by jimmyp3016
Tue Jan 09, 2007 1:37 pm
Forum: PHP - Code
Topic: Quick Question
Replies: 2
Views: 281

Quick Question

Hey Guys, Im looking for a script that can do the following things. If one pops off the top of your head let me know. Its an image upload script that can: 1. Upload an image to a directory 2. Check if the image name exsits and if it does then rewrite it with a random name. 3. Copy the file name up t...