Re: [PHP-DB] Automatted Newsletter

2008-02-18 Thread Chris

Nasreen Laghari wrote:

Hi All,

Is there any way of sending an automatic email which gets data from database?


Yes.

Use cron or scheduled tasks if on windows to run a php script to do it 
for you.


--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] Uploading Image using PHP and mySQL

2008-02-18 Thread Chris

Nasreen Laghari wrote:

Hi All,

First of all A very big thank you to all of you for solving my Password() 
encryption problem.

Now I'm stuck on new problem which is image not uploading.  I'm using the following code. 


Which bit breaks exactly? Nobody's going to read through 200 lines of code..


$query = "INSERT INTO artist (name,about_u,imgdata, profile_url) 
VALUES('$aname','$aboutu','$uploadedImage','$url_provided')";


You have an sql injection problem here. Read up about that on the 
phpsec.org site:


http://phpsec.org/projects/guide/3.html#3.2

and a really good basic guide here:

http://unixwiz.net/techtips/sql-injection.html

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Uploading Image using PHP and mySQL

2008-02-18 Thread Nasreen Laghari
Hi All,
 
First of all A very big thank you to all of you for solving my Password() 
encryption problem.
 
Now I'm stuck on new problem which is image not uploading.  I'm using the 
following code. 
 
 
Regards
 
Nasreen
 
 0){
echo "Image has been inserted succesfully";
}
else {
echo "Image can not be inserted check your submission";
}
}
else {
echo "This is not a true image type";
}
}
 
}
?>

  Artist Profile Form
   
  

  
Name:



  
  
About Yourself 



  
  
 Profile export from myspace/face 
book 



  
  
Upload Photo 

  

  
  
 
  
  

  

  
  


 
 
 



Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

[PHP-DB] Automatted Newsletter

2008-02-18 Thread Nasreen Laghari
Hi All,

Is there any way of sending an automatic email which gets data from database?

Regards

Nasreen


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

[PHP-DB] Uploading Image using PHP and mySQL

2008-02-18 Thread Nasreen Laghari
Hi All,

First of all A very big thank you to all of you for solving my Password() 
encryption problem.

Now I'm stuck on new problem which is image not uploading.  I'm using the 
following code. 


Regards

Nasreen

 0){
echo "Image has been inserted succesfully";
}
else {
echo "Image can not be inserted check your submission";
}
}
else {
echo "This is not a true image type";
}
}

}
?>

  Artist Profile Form
   
  

  
Name:



  
  
About Yourself 



  
  
 Profile export from myspace/face 
book 



  
  
Upload Photo 

  

  
  
 
  
  

  

  
  



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ