... From: "Muhammad Sohail Khan" <> To: <php-objects@yahoogroups.com> Sent: Thursday, June 02, 2005 6:28 AM Subject: [php-objects] How to store and retereive...
Mark Groen
markgroen@...
Jun 2, 2005 1:44 pm
2265
In your Mysql database you can insert only the name of your image files as you know which directory are your images. You will use this name in your webpage. ...
... From: "Eric Kandja" <> To: <php-objects@yahoogroups.com> Sent: Thursday, June 02, 2005 2:15 PM Subject: Re: [php-objects] How to store and retereive image...
Mark Groen
markgroen@...
Jun 2, 2005 2:49 pm
2267
hi, I'm not good in this, but for me is not a good idea to retrive image from database. azan...
AOA Do you really need to store Images in database? One easy approach is just to save the paths for images in table, then use these paths for retrieving and...
Hi Mark, Why don't just store the references (i.e. locations) to your images in mysql,..... As far as I know it is not very practical to really store the ...
here's a good book you can browse: it will tell you all about storing images. Build Your Own Database-Driven Website Using PHP & MySQLby Kevin Yank SitePoint...
So out of curiosity, when would any of you suggest storing image data in the database as opposed to image links? -jmb...
Jeff Bennett
JBennett@...
Jun 2, 2005 4:28 pm
2273
... From: "Max van de Wiel" <> To: <php-objects@yahoogroups.com> Sent: Thursday, June 02, 2005 3:02 PM Subject: RE: [php-objects] How to store and retereive...
Mark Groen
markgroen@...
Jun 2, 2005 10:10 pm
2274
Dear Shahid. If i want to store the path of image. then how it will be. can u send me the example of this. and then how to retrieve , need clear example ...
Hi Friends, I wanted to run a program made in php. The problem is that the program may require more than an hour to execute. So i wanted to execute the time...
Hi (1) how can i implement directory traversing that is avoiding ...index.php?id=12BC (2) how can i hide PHP extentions? instead of ...index.php i would like...
... From: "Juma Lungo" <> To: <php-objects@yahoogroups.com> Sent: Saturday, June 04, 2005 8:44 AM Subject: [php-objects] Directory Traversing ... like to have...
Mark Groen
markgroen@...
Jun 4, 2005 3:06 pm
2280
Juma, Assuming you are using Apache (which is appropriate for php even under windows) you will find a file called confg.ini under the apache directory...
... Heavy stuff. Depending on what you exactly need, maybe a .htaccess entry is sufficient: <Files index.tzp> ForceType application/x-httpd-php </Files> or ...
... Check this site: http://www.evolt.org/article/Making_clean_URLs_with_Apache_and_PHP/18/22880/ ... in an .htaccess file in the same folder or site root, you...
No it has nothing to do with access control. A script with an extension of .tzp will either execute an application when pointed at or be sent to the browser...
hi , Thanks a lot and I would try to go throgh the file. Sorry for this delay but I was a busy with ISO certification process and then went for a weeks...
Hello, This is just a reminder messages to let you know as subscriber of the php-objects mailing list you may be interested about the new site where you may...
php-objects@yahoogrou...
Jun 5, 2005 2:46 pm
2290
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
Jun 5, 2005 2:46 pm
2291
It would be good to remember that the set_time_limit(seconds) function also resets the timer to zero. So if you put it in a loop you keep the task alive as...
Hi Everybody! I have class(say Z) that have different function. The functions are different in just there parameter list or you can say type(though i know php...