TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: planepixel
Forum: Advanced PHP Programming 12-21-2009, 03:48 AM
Replies: 0
Views: 757
Posted By planepixel
debugging and profiling using xdebug

Hi
i am working on a simple application and wanted to learn debugging by using zend debugger or xdebug.

i installed xdebug because zend debugger dll was not compatible with my php version.

i was...
Forum: Absolute Beginners 07-15-2009, 12:11 AM
Replies: 3
Views: 820
Posted By planepixel
what is php serialization

Hi
i came across php serialization but could not figure out what it is?i read php manual but did not get the point.

if somebody could throw some light about why and when we need to do serialization...
Forum: General 07-14-2009, 01:31 PM
Replies: 3
Views: 898
Posted By planepixel
Thanks. it worked. a single dot is very powerful...

Thanks. it worked. a single dot is very powerful when we miss it at wrong place.
Forum: General 07-14-2009, 12:59 PM
Replies: 3
Views: 898
Posted By planepixel
php define usage

Hi i am using define as in example below but it is giving me error about path which is i am replacing. when i do not use define and type path directly in code i.e. "uploads/" everything works fine...
Forum: Absolute Beginners 07-03-2009, 06:55 AM
Replies: 1
Views: 1,757
Posted By planepixel
PEAR html quick form styling using css

Hi i recently discovered PEAR HTMLQuick_Form and wondering how i can style it using CSS?
do i have to use javascript or there is better way?

please help
thanks
Forum: Absolute Beginners 06-26-2009, 05:38 AM
Replies: 7
Views: 914
Posted By planepixel
Thanks for reply tutorial warned about...

Thanks for reply

tutorial warned about register_globals and magic_quotes.

i came across html purifier and it solved the purpose for the time being and another thing i tested is PEAR html quick...
Forum: Absolute Beginners 06-25-2009, 05:31 AM
Replies: 7
Views: 914
Posted By planepixel
how to do form handling(validation and security) in php

Hi

form handling is little bit confusing. what is the best way to handle form data and make sure it is valid.
i read couple of tutorial which state that some method break if hosting company does not...
Forum: The Lounge 06-04-2009, 08:13 AM
Replies: 10
Views: 698
Posted By planepixel
talkphp favicon file

Hi
i just started using keepass and when i was adding my talkphp account i wanted the account icon to be of talkphp favicon but when i tried to look for in source file i could not find any ico...
Forum: General 02-26-2009, 04:49 PM
Replies: 3
Views: 649
Posted By planepixel
no it is not there.only option i found is to...

no it is not there.only option i found is to right click in window then source->clean up document. there i can change to lowercase selectors.
Forum: General 02-26-2009, 03:54 PM
Replies: 3
Views: 649
Posted By planepixel
CSS selector capitalisation problem in Zend Studio

Hi
i am using Zend Studio 6.1.It capitalizes css selectors(HTML tags only) automatically.how i can turn it off. i want code completion but i want all in lowercase. other thing is it does not close...
Forum: General 02-07-2009, 02:27 AM
Replies: 5
Views: 543
Posted By planepixel
Here i found one link regarding frameworks...

Here i found one link regarding frameworks comparison
http://www.avnetlabs.com/php/php-frameworks-revisited-codeigniter-vs-zend-framework

hope it helps.
Forum: General 02-06-2009, 11:55 PM
Replies: 5
Views: 543
Posted By planepixel
I am also new to php but after going through...

I am also new to php but after going through couple of tutorial on internet i decided to try a framework. i first tried my hands at cakephp but now i am learning Zend Framework. if you are...
Forum: General 02-06-2009, 07:32 PM
Replies: 0
Views: 530
Posted By planepixel
setup subversion at webhost

Hi I am new to subversion so do not whether i can setup subversion at my webhost or not.i think it is better compared to ftp.am i right?
if it is feasible then what are the requirements to setup it?i...
Forum: General 02-06-2009, 02:11 AM
Replies: 2
Views: 548
Posted By planepixel
Thanks. in the mean time i was also searching for...

Thanks. in the mean time i was also searching for help on internet and found this link.
Name Based Virtual Host Guide (http://httpd.apache.org/docs/2.0/vhosts/name-based.html)

i was not using...
Forum: General 02-06-2009, 12:43 AM
Replies: 2
Views: 548
Posted By planepixel
apache virtual host

Hi i need to setup a virtual host on my system. i am running xampp and saved following code in httpd.conf ,
added "127.0.0.1 zendblog.localhost"
and restarted apache but it is not...
Forum: General 02-05-2009, 05:23 PM
Replies: 8
Views: 2,163
Posted By planepixel
I just downloaded 'Zend Studio for Eclipse' trial...

I just downloaded 'Zend Studio for Eclipse' trial and found that it has same interface as eclipse PDT but has many more features. it is 30 days trial so i will be able to check many features which...
Forum: General 02-05-2009, 03:51 PM
Replies: 8
Views: 2,163
Posted By planepixel
i checked its features and it has pretty...

i checked its features and it has pretty impressive list of features as compared to eclipse PDT.
but it is very expensive.may be i would be able to afford it in near future.
Forum: General 02-05-2009, 07:53 AM
Replies: 8
Views: 2,163
Posted By planepixel
php ide suggestion please

Hi
i was using notepad++ for my coding needs and was happy with that.
As i am practicing my php skills i found that notepad++ is not that powerful. i downloaded komodo edit and used it. it is very...
Forum: Absolute Beginners 02-04-2009, 05:56 AM
Replies: 1
Views: 1,184
Posted By planepixel
object declaration as class; or class();

Hi.i was reading a tutorial on PHP OOP and came across

two object declaration for same class as follows


$obj1 = new className;
$obj2 = new className(); //i always used this type


what is the...
Forum: Absolute Beginners 02-04-2009, 05:48 AM
Replies: 5
Views: 1,350
Posted By planepixel
Thanks. no confusion now.

Thanks. no confusion now.
Forum: Absolute Beginners 02-03-2009, 03:29 AM
Replies: 5
Views: 1,350
Posted By planepixel
single quotes or double quotes in php

Hi

i am confused about which quotes to use.

$firstName = "first name";
$secondName = 'second name';

echo 'first name is ' . $firstName . '. it is good name ';
echo "second name is...
Forum: Absolute Beginners 02-03-2009, 02:12 AM
Replies: 12
Views: 924
Posted By planepixel
CoryMathews xenon because of above messages...

CoryMathews



xenon


because of above messages i thought that i made mistake of including <?php and ?> tags in the post.
Forum: Absolute Beginners 02-03-2009, 12:28 AM
Replies: 12
Views: 924
Posted By planepixel
by php tags i mean '<?php and ?>'.I am new so...

by php tags i mean '<?php and ?>'.I am new so copy pasted above code from php.net because i did not knew what the code was doing so instead of modifying i just pasted as it is.
Forum: Absolute Beginners 02-02-2009, 06:51 PM
Replies: 11
Views: 2,743
Posted By planepixel
I have been using both XAMPP...

I have been using both XAMPP (http://www.apachefriends.org/en/xampp-windows.html) and WAMP (http://www.wampserver.com/en/) for 5-6 months and never faced a problem.before that i had IIS also on my...
Forum: Absolute Beginners 02-02-2009, 06:34 PM
Replies: 12
Views: 924
Posted By planepixel
i will keep it in my mind from now on.by the way...

i will keep it in my mind from now on.by the way is it just php tags or something else also?
Showing results 1 to 25 of 28

 

All times are GMT. The time now is 09:35 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design