Hello, Welcome to the PHP Objects mailing list. This list is mainly for discussing PHP related topics between users of the PHPClasses site. JavaScript related...
10363
vijaya lakshmi Vulli
vijayalakshm...
Feb 16, 2012 12:50 pm
Hi Friends, I am new to shell scripting in php.I have got one task like Taking screenshots of websites in PHP.I have found solutions in windows based but...
10364
anas. muhammed
imasonline
Feb 17, 2012 5:43 am
hi lekshmi You can use php's wget function to snap shot of website. If u wanna snapshot web pages in the backend, u can use curl of php and making a crone to...
10365
vijaya lakshmi Vulli
vijayalakshm...
Feb 17, 2012 6:56 am
Hi Anas, Thanks for your response.Can you please provide code for that in Linux. thanks in advance ________________________________ From: anas. muhammed...
10366
php-objects@yahoogrou...
Feb 19, 2012 10:39 am
Hello, Welcome to the PHP Objects mailing list. This list is mainly for discussing PHP related topics between users of the PHPClasses site. JavaScript related...
10367
php-objects@yahoogrou...
Mar 4, 2012 10:38 am
Hello, Welcome to the PHP Objects mailing list. This list is mainly for discussing PHP related topics between users of the PHPClasses site. JavaScript related...
10368
royyan azizi via Link...
anxh257
Mar 5, 2012 3:57 am
LinkedIn ... suhasini, I'd like to add you to my professional network on LinkedIn. - royyan Accept invitation from royyan azizi ...
10369
Nery benitez via Link...
nerybenitez
Mar 5, 2012 10:07 am
LinkedIn ... I'd like to add you to my professional network on LinkedIn. Accept invitation from Nery benitez ...
10370
imran.javed1@...
imran.javed1...
Mar 6, 2012 1:38 pm
I need your help to find php.ini on my linux based hosting web server. i need to increase php memory. Regards, Imran Javed...
10371
Neeraj jain
neerajjain_80
Mar 6, 2012 1:41 pm
set this variable (in seconds) depending on your requirement max_execution_time = 1800 ; (in seconds) On Tue, Mar 6, 2012 at 3:15 PM,...
10372
Roger Head
headrog
Mar 6, 2012 1:55 pm
Do anyone have a quick and easy way to create sessions? So a user has to log into a selection of a site. Roger Head www.nlscoreboard.com ...
10373
amit patel
amitpatel1849
Mar 6, 2012 3:21 pm
hi Roger, yes session_start(); this is for we can store value in session, but you can use cookie for it. I am not getting your sentence " So a user has to log...
10374
Pete
computergeni...
Mar 6, 2012 4:01 pm
In message <1331042118.5571.YahooMailNeo@...>, Roger Head <headrog@...> writes ... I *think* that you mean, that a session...
10375
Laban Johnson via Lin...
laban_johnson
Mar 6, 2012 5:03 pm
LinkedIn ... suhasini, I'd like to add you to my professional network on LinkedIn. - Laban Accept invitation from Laban Johnson ...
10376
charles thomas
charlesavt
Mar 7, 2012 12:25 am
Roger http://www.tizag.com/phpT/phpsessions.php Don't forget to prefix with... session_start(); On all pages not just the 1st time you use it.. Charles ...
10377
shadow
shadow3dcaster
Mar 10, 2012 8:51 pm
Hello Imran. On some servers you don't need to edit the actual php.ini file yourself. All you need to do is create your own php.ini file and upload it to your...
10378
Asim Ishaq
asim699
Mar 11, 2012 10:33 am
There is no need to change php.ini Just use the following statement at the start of the script and it will change the memory limit at runtime. ...
10379
php-objects@yahoogrou...
Mar 18, 2012 9:45 am
Hello, Welcome to the PHP Objects mailing list. This list is mainly for discussing PHP related topics between users of the PHPClasses site. JavaScript related...
10380
php-objects@yahoogrou...
Mar 18, 2012 9:45 am
Hello, Welcome to the PHP Objects mailing list. This list is mainly for discussing PHP related topics between users of the PHPClasses site. JavaScript related...
10381
Roger Head
headrog
Mar 18, 2012 8:04 pm
Do any one have code that edables the user to upload a pdf to a php site Roger Head ________________________________ (709)726-4323(home) (709)690-9006(cell),...
10382
amit patel
amitpatel1849
Mar 19, 2012 3:18 pm
Hi Roger, You can user move_uploaded_file php function for upload file I have show below code which is basic <?php $uploads_dir= '/uploads39;; ...
10383
Christian Dominguez
rowrankredem...
Mar 20, 2012 7:57 pm
dude .. that's easy. ... -- *Christian Dominguez Custom Web Application Development for Serious Businesses email : **christian@r...
10384
vijaya lakshmi
vijayalakshm...
Mar 23, 2012 12:59 pm
hi, Please guide me on how to code to search elements from database in alphabetical order. If we click on A all items starting from A get displayed. -- Thanks...
10385
Chris Cupas
chriscupas
Mar 23, 2012 11:52 pm
If you are using MySql you can try ORDER by Statment. e,g. Select Fieldname from Tablename ORDER by fieldname - by default the Order by is set to "ASC" or...
10386
Chris ODonnell
ChrisOD_57
Mar 24, 2012 12:39 am
You want to use “LIKE A%” will show everything that starts with A I use it like this: SELECT * FROM `database` WHERE `database field` LIKE '$start_here%' ...
10387
Gordon Leonard
gordon.leona...
Mar 24, 2012 1:12 am
The guy really should try google For this kind of question Sent from my iPhone ... [Non-text portions of this message have been removed]...
10388
Brian Brodsky
brianbrodsky...
Mar 24, 2012 3:53 am
Use LIKE in your WHERE clause of your SELECT statement. In your example: SELECT * FROM table_name WHERE column_name LIKE 'A%' ORDER BY column_name ... ...
10389
quantro
anxh257
Mar 28, 2012 12:18 pm
Hey, I have created a Netlog profile with my pictures, videos, blogs and events and I want to add you as a friend so you can see it. You first need to register...
10390
Badoo
arslanali786
Mar 31, 2012 5:21 pm
Arslan left a message for you... Its sender and content will be shown only to you and you can delete it at any time. You can instantly reply to it, using the...
10391
php-objects@yahoogrou...
Apr 1, 2012 9:55 am
Hello, Welcome to the PHP Objects mailing list. This list is mainly for discussing PHP related topics between users of the PHPClasses site. JavaScript related...