Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  PHP scripts and programs for Beginner to Master programming Blog  > 

Php Scripts And Programs For Beginner To Master Blog


programming-in-php.blogspot.com
php programs, php ready to use scripts & functions, css tutorials, html, javascripts, ajax examples for Beginner to Master
2012-01-21 12:20
PHP has nice support for Mathematical processing. And for doing rounding off we generally need functions like ceil() and floor().Lets see how to use these functions...PHP ceil() FunctionThe… Read More
2010-04-19 04:33
This is a small script which will help you find the number of rows from a mysql database for your query.First connect to your database, just create a database connection file.// Connect to t… Read More
2010-01-19 08:27
Hi,Here is a simple function which can be used to parse the URL.parse_url is a built in php function which can be used to parse url and get the type of request like whether its http or https… Read More
2009-12-18 11:27
Now you have learnt to set a cookie in php. Now the next thing is to retrieve the value stored in cookie.With the following code you can retrieve the value stored in cookie.To get the value… Read More
2009-12-17 10:13
You might be searching for how to set a raw cookie in php. So here is a simple example which shows how to set a raw cookie.To set a cookie use the function "setrawcookie"setrawcookie() is ex… Read More
2009-12-17 09:25
You might be searching for how to set a cookie in php. So here is a simple example which shows how to set a cookie.To set a cookie use the function "setcookie"Note that the value portion of… Read More
2009-11-18 06:37
Many times when you go for an interview or technical test you may find this question "What is the difference between the sort() and asort() function in php ?"Basically sort() and asort(… Read More
2009-11-18 06:09
Many times when you go for an interview or technical test you may find this question "What is the difference between the sort() and asort() function in php ?"Basically sort() and asort(… Read More
2009-11-05 08:44
Whenever it is required to get some input url from user then the first things comes is check whether that url is working and valid or it is not working.Here is a simple function which can be… Read More
2009-10-30 05:47
Have you ever came across a situation where you need to truncate the large text and show the "read more.." link to redirect user to read the full post ?I know you might be searching for a fu… Read More
2009-10-25 04:13
Many of us use windows operating system and want to know how to use php on Windows operating system ?For this there is a very simple and useful solution. Even you don't have to setup & c… Read More
2009-10-23 08:27
Hi Friends, programming-in-php.blogspot.com is a place to share experience and knowledge. You can Help us to spread the word either by forwarding this URL or putting this on your blog or web… Read More
2009-09-12 12:49
Caution: While using Javascript and an alert message is fired using a timer, then keep the timer for atleast 10 seconds, i.e. 10000. Else, the system will hang. I experienced it recently.Ple… Read More
2009-09-11 11:46
Run this program, and watch the color change accelerate.<html><head></head><body>Run this program, and watch it accelerate, slowly and slowly.</body></html&g&hell…Read More
2009-09-10 08:13
This part is for Horizontal Menu using CSS.The below one will come under the Head Tag.The below one will come under Body Tag.Link oneLink twoLink threeLink fourIn the example above, we let t… Read More

Share the post

PHP scripts and programs for Beginner to Master

×

Subscribe to Php Scripts And Programs For Beginner To Master

Get updates delivered right to your inbox!

Thank you for your subscription

×