onlinephpguide.blogspot.com
Online PHP Guide | PHP errors | PHP Query | PHP function | PHP Scripts | PHP Variables: 05/04/09
http://onlinephpguide.blogspot.com/2009_05_04_archive.html
PHP MySQL JAVASCRIPT AJAX HTML Interview Questions and Answers Part 2. Posted By Samik Chakraborty. PHP interview questions,mysql interview questions,java interview questions, html interview questions, XHTML. What is the difference between GET and POST method. 2 There is restriction of sending data over GET method (MAX 255 CHAR) because URL length is restricted . What is web 2.0? Web 20 is the term given to describe a second generation of the World Wide Web. Web pages to a more dynamic Web that is more o...
onlinephpguide.blogspot.com
Online PHP Guide | PHP errors | PHP Query | PHP function | PHP Scripts | PHP Variables: 08/28/09
http://onlinephpguide.blogspot.com/2009_08_28_archive.html
PHP interview questions and answers. Posted By Samik Chakraborty. PHP,PHP questions, answer,Technical PHP interview questions,PHP interview, PHP job questions. 1 How can we extract string 'abc.com ' from a string 'http:/ info@a.' using regular expression of php? Ans : We can use the preg match() function with "/.*@(.*)$/" as the regular expression pattern. For example: preg match("/.*@(.*)$/","http:/ info@abc.com",$data); echo $data[1];. 2 What are the different tables present in mysql? For some systems,...
onlinephpguide.blogspot.com
Online PHP Guide | PHP errors | PHP Query | PHP function | PHP Scripts | PHP Variables: 08/20/07
http://onlinephpguide.blogspot.com/2007_08_20_archive.html
Posted By Samik Chakraborty. Started life and is still primarily used as a server-side HTML-embedded scripting language. The source code for PHP/FI for everybody to see, so that anybody can use it, as well as fix bugs in it and improve the code. PHP/FI 2.0 was officially released only in November 1997, after spending most of its life in beta releases. It was shortly afterwards succeeded by the first alphas of PHP 3.0. The whole new language was released under a new name, that removed the implication of l...
onlinephpguide.blogspot.com
Online PHP Guide | PHP errors | PHP Query | PHP function | PHP Scripts | PHP Variables: 09/08/09
http://onlinephpguide.blogspot.com/2009_09_08_archive.html
PHP File Related Functions. Posted By Samik Chakraborty. 1 How to determine the extension of file? We can easily determine the extension of file using any of these simple Function. Argument : file name ($ FILE[name of file][name]). Return extention including - (.ext). Pos=strrpos($basename,".");. Return substr($basename,$pos);. Return extention - (ext). Filename = strtolower($basename) ;. Exts = split("[/ .]", $basename) ;. N = count($exts)-1;. Exts = $exts[$n];. Return extention - (ext). Funcionando con...
onlinephpguide.blogspot.com
Online PHP Guide | PHP errors | PHP Query | PHP function | PHP Scripts | PHP Variables: 03/11/09
http://onlinephpguide.blogspot.com/2009_03_11_archive.html
PHP image resize code. Posted By Samik Chakraborty. The path you want to save. File width you want to set (px). File height you want to set (px). Function resize($fname1,$orgname,$max width,$max height,$type){. Width ratio = ($width / $max width);. Height ratio = ($height / $max height);. If($width ratio =$height ratio). Ratio = $width ratio;. Ratio = $height ratio;. New width = ($width / $ratio);. New height = ($height / $ratio);. N width=$new width; $n height=$new height;. View my complete profile.
onlinephpguide.blogspot.com
Online PHP Guide | PHP errors | PHP Query | PHP function | PHP Scripts | PHP Variables: 04/02/08
http://onlinephpguide.blogspot.com/2008_04_02_archive.html
Php vs other script language. Posted By Samik Chakraborty. Perl is not only a Web-scripting language, and looking at is as such only shows a microcosm of its true nature. Perl is, at its most basic level, a text-manipulation language. It provides powerful features that allow the user to easily do some operations that are very complex in C, and also complicates some other things that are easy in C! Perl, in conjunction with CPAN. View my complete profile. Enter your email address:.
onlinephpguide.blogspot.com
Online PHP Guide | PHP errors | PHP Query | PHP function | PHP Scripts | PHP Variables: PHP File Related Functions
http://onlinephpguide.blogspot.com/2009/09/php-file-related-functions.html
PHP File Related Functions. Posted By Samik Chakraborty. 1 How to determine the extension of file? We can easily determine the extension of file using any of these simple Function. Argument : file name ($ FILE[name of file][name]). Return extention including - (.ext). Pos=strrpos($basename,".");. Return substr($basename,$pos);. Return extention - (ext). Filename = strtolower($basename) ;. Exts = split("[/ .]", $basename) ;. N = count($exts)-1;. Exts = $exts[$n];. Return extention - (ext). Funcionando con...
onlinephpguide.blogspot.com
Online PHP Guide | PHP errors | PHP Query | PHP function | PHP Scripts | PHP Variables: 04/27/09
http://onlinephpguide.blogspot.com/2009_04_27_archive.html
PHP MySQL JAVASCRIPT AJAX HTML Interview Questions and Answers. Posted By Samik Chakraborty. PHP,Online PHP, PHP Guide, What is PHP, What is My sql, What is Java scripts,What is Ajax, Defination,Advantage Disadvantage Ajax. PHP offers excellent connectivity to many databases including MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, and Generic ODBC. The popular PHP-MySQL combination (both are open-source products) is available on almost every UNIX host. Being web-oriented, PHP also contains a...MySQL...
onlinephpguide.blogspot.com
Online PHP Guide | PHP errors | PHP Query | PHP function | PHP Scripts | PHP Variables: 06/24/09
http://onlinephpguide.blogspot.com/2009_06_24_archive.html
PHP Technical Interview Questions. Posted By Samik Chakraborty. PHP,PHP questions, answer,Technical PHP interview questions,PHP interview,PHP job questions. What does a special set of tags(? The output is displayed directly to the browser. What’s the difference between include and require? I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem? PHP Interpreter treats numbers beginning with 0 as octal. How do you define a constant? Explain th...
SOCIAL ENGAGEMENT