Login | Register 
Search PHP Solutions
   
45 Solution(s) found
PHP
0 ratings
Views 25
php bitwise operators
what is the output of 2^2 in PHP?

PHP
0 ratings
Views 141
Creating a simple feedback form using PHP
Creating a simple feedback form using PHP is very easy, thanks to PHP’s prebuilt mail() function. In this tutorial I’ll show you a complete, working example.

PHP
7 ratings
Views 51
accessing a class method in php
What’s the difference between accessing a class method via -> and via ::?

PHP
0 ratings
Views 36
connect to the database with php.
How do i connectand fetch data from database using php?

PHP
0 ratings
Views 83
Pass by value and pass by reference dilema in PHP
PHP deals with variables in very strange manner.In case of a variable which is assigned some value through pass by reference mechanism,any chnge in this newly assigned varriable will reflect in all previous assignments and create serious problems.

PHP
0 ratings
Views 89
Image Upload Made Easy
Image/File uploading makes some trble for beginners in PHP. How to use a simple object oriented approach for file uploading

PHP
0 ratings
Views 71
Encrypting data passed through internet in php.
How to encrypt secured and sensitive information transferd over internet to protect it?

PHP
0 ratings
Views 96
Export the Resultset Data to Excel, HTML, CSV, DOC, text
Export the Resultset Data to Excel, HTML, CSV, DOC, text. Export the table resultset data to Excel, HTML, CSV, DOC, text

PHP
0 ratings
Views 83
Mail send problem in PHP script(Tricky!!!)
How can i send email using php, if the server wouldnt support mailing?

PHP
0 ratings
Views 149
Shortest way for e-mail validation
What is the shortest method in PHP to validate an e-mail id?

Best sql server book