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...
9223
php-objects@yahoogrou...
Nov 1, 2009 9:35 am
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...
9224
jitendra upraity
jit_upmca
Nov 3, 2009 3:05 pm
Hi, Please find my resume as attached doc. I have more than 5+ yrs. exp. in web technology (php, mysql, ajax, javascript, google api, payment gateway, cms...
9225
Imran
imran_mit4
Nov 4, 2009 1:06 am
Dear All, I want to have a php website, BUT I do not want to develop/make it. So, I need some wesbsite builder that may build a website with the following ...
9226
Jerry
daddyleeschr...
Nov 4, 2009 2:29 am
Magento...
9227
cheyne_hill
Nov 4, 2009 5:36 pm
I recommend me - I build websites like this. Seriously, if you need a site building, we use proprietary software (all MVC, but no Joomla, etc.) to build sites...
9228
Muhammed Anees
anees_muhd
Nov 9, 2009 5:04 am
Dear Phpgroup2,I strongly recommend this website www.justdial.com. It's a world class local search service & I've always found anything I've ever wanted.You...
9229
abhishek jain
ejaincom
Nov 9, 2009 5:52 am
Hi friends, I need to have a checkbox like 'Remember me' in my site. Currently i have a login page which allows one to login but when someone closes and open...
9230
Adrian Lee
l33_adrian
Nov 9, 2009 8:28 am
use cookie ... From: abhishek jain <ejaincom@...> Subject: [php-objects] PHP session - Remember me problem To: "php mailing list"...
9231
Saidur Rahman
rana_0036
Nov 9, 2009 8:48 am
Hi Abhishek jain You may use cookie and save login value at certain moment. Thanks and regardsS.M. Saidur RahmanSenior Consultant Epsilon Consulting &...
9232
Chris C
chriscupas
Nov 9, 2009 1:49 pm
... you have to set some cookie for it..... then under your log-in fields it should be cookie so that everything you set in the cookie should stay under your...
9233
pradip jadhav
jadhav_pradip
Nov 10, 2009 5:31 am
Abhishek, Please try it using cookies. Either you can use normal cookies or use persistent cookies. Regards, Pradip Jadhav ... From: abhishek jain...
9234
abhishek jain
ejaincom
Nov 10, 2009 7:35 am
Hi, Can you please share a piece of code for this, I am using session_start() at the top of page, do i need to add the code you give to only login page or to...
9235
Saidur Rahman
rana_0036
Nov 10, 2009 9:38 am
Hi I have attached a very simple code i think it will be helpful for you. If any query please inform me. Thanks and RegardsS.M. Saidur RahmanSenior Consultant ...
9236
Vijayabhaskar Reddy
vijayabhaska...
Nov 12, 2009 4:36 am
hi , You need to add session_start(); to all the pages in which you are accesing the session variable. ________________________________ From: abhishek jain...
Hi All, I need drupal concepts.I need to add friendlist by using drupal.Can you please how to do it in drupal and how to add that module in the user side ...
9240
php-objects@yahoogrou...
Nov 15, 2009 10:47 am
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...
9241
php-objects@yahoogrou...
Nov 15, 2009 10:47 am
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...
9242
gopi gopi
gopisamg
Nov 15, 2009 7:10 pm
Hi Abhishek jain, Â Â Â Â It's nothing. Don't worry about this.. this line include to common file at the top of the page (or) If you ll need(session) some...
9243
hno
hno2005@...
Nov 16, 2009 6:03 pm
HI I have a site that is full of images and so many of them have large size and it makes the loading of site take some second. What I want to do is that when...
9244
Joe Forsythe
jforsythe@...
Nov 16, 2009 6:05 pm
http://www.google.com/search?q=php+image+resize -- Joe ... [Non-text portions of this message have been removed]...
9245
Brian H
bh_781
Nov 16, 2009 6:08 pm
Why don't you reduce the size of them in a batch using something like Infranview and then upload the smaller version, rather than trying to make the server...
9246
Anees ul haq
anees_a2001
Nov 16, 2009 6:09 pm
find the solution here http://www.sagefix.com/threads-simplified-image-resizing-with-php--t-20205.htm  ________________________________ From: Joe Forsythe...
9247
hno
hno2005@...
Nov 16, 2009 6:17 pm
I want to reduce them when showing them image002 HNO From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On Behalf Of Joe Forsythe Sent:...
9248
Brian H
bh_781
Nov 16, 2009 6:35 pm
You can reduce them when showing them, but that is not very efficient. It would be much better to reduce them all and serve up the smaller copy. ... [Non-text...
9249
Tony Jones
tjones10707
Nov 16, 2009 7:48 pm
I recommend using ImageMagick if it's installed on your computer. We run a php script that creates both a preview and thumbnail image of the original uploaded...
9250
bazare-iran
info.bazareiran@...
Nov 16, 2009 8:28 pm
Because I show the images later so I need a high quality of them available. Does It makes diffreance? ... From: php-objects@yahoogroups.com...
9251
Adrian Lee
l33_adrian
Nov 17, 2009 2:29 am
try this script. http://phpthumb.gxdlabs.com/ it has the ability to * Ability to set quality of images (0-100%) * Works with gif,jpg, and png images * resize...