Power Search  |  My Account  |  Post Yours  
 Search    in       
ScriptMenu > PHP > Tips and Tutorials > Miscellaneous
 


Lists: 1            

    The Difference Between require() and include() Refer   Rate   Details   Visit    
Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know about. There's also a slight difference with require() between new and older versions of PHP which this tutorial discusses too.
Hits:  143
Ratings:  0.00
   Date Added:  Mar-22-2006  

    CSS Style Switcher Refer   Rate   Details   Visit    
Tutorial that explains how to allow your website visitors to select different CSS style sheets (or themes)
Hits:  130
Ratings:  0.00
   Date Added:  Mar-15-2006  

    How to add dynamically generated Graphs and Charts Refer   Rate   Details   Visit    
Not so very long ago adding a graph or chart to a web page or application required a fair amount of programming knowledge and was rather time consuming for even the most experienced. However with the tools available today it is possible for almost anyone to add graphs and charts to web pages. With just a little bit of HTML, dynamically generated graphs and charts can be added to web pages and/or applications.
Hits:  139
Ratings:  0.00
   Date Added:  Dec-27-2005  

    PHPMini Custom Pages Tutorial Refer   Rate   Details   Visit    
Ever wished that you could have custom pages for different users who visit your site? Now you can with this tutorial! Customize as many pages as you would like for as many different people possible!
Hits:  164
Ratings:  0.00
   Date Added:  Dec-22-2005  

    PHPMini Simple Template System Tutorial Refer   Rate   Details   Visit    
This tutorial will teach you how to create a template that allows you to easily include any file as you wish into a template.
Hits:  160
Ratings:  0.00
   Date Added:  Dec-10-2005  

    Find a visitor's IP Address with PHP Refer   Rate   Details   Visit    
Do you want to know the IP address of a visitor? This can be useful for many reasons, such as tracking site usage or blocking access to specific people. This guide tells you how to find it using PHP.
Hits:  128
Ratings:  5.00
   Date Added:  Nov-30-2005  

    How to Find the Current URL with PHP Refer   Rate   Details   Visit    
The full URL to a page comes in three parts: The domain name, the path to the file then the filename, and the query string. For example, take the URL http://www.example.com/ex ample/page.php?name=Bob: 1. The domain name: www.example.com; 2. The path to the page: /example/page.php; 3. The query string: name=Bob So how do you find it all out in your own PHP scripts? This guide will tell you how access each of these elements by using the $_SERVER superglobal array which is available at all times within your PHP scripts.
Hits:  131
Ratings:  0.00
   Date Added:  Nov-25-2005  

    Display Users IP Address Refer   Rate   Details   Visit    
Learn how to displays a users IP address.
Hits:  275
Ratings:  5.00
   Date Added:  Aug-01-2005  

    PHP Tutorials Refer   Rate   Details   Visit    
A wide selection of great PHP tutorials with code examples. All comments are commented to make it easier to read and understand.
Hits:  368
Ratings:  1.00
   Date Added:  Jun-16-2005  

    Creating Multilingual pages Refer   Rate   Details   Visit    
Want to offer your site's content in more than one language? If yes then this tutorials is perfect for you and show exactly how its done.
Hits:  331
Ratings:  2.00
   Date Added:  Jul-09-2005  

1            

© 2005 ScriptMenu.com   -    terms of use  -  privacy policy  -  contact us