Search
Search Keyword variable
Total 20 results found. Search for [ variable ] with Google

Results 1 - 20 of 20
1. What is PHP (Hypertext Preprocessor)
(Development/PHP & MySQL)
...was named PHP version 2 and already had the basic functionality that PHP has today. This included Perl-like variables, form handling, and the ability to embed into HTML. The code syntax was similar to...
Monday, 18 May 2009

...rticles/content. If you want to enable that feature please read this Change Log: 1.0 - small bug with variable name syntax is now fixed. 1.0 - NoFollow mambot released.   ...
Thursday, 17 January 2008

3. JavaScript Timing Events
(Development/JavaScripts)
...liseconds) The setTimeout() method returns a value - In the statement above, the value is stored in a variable called t. If you want to cancel this setTimeout(), you can refer to it using the ...
Sunday, 17 June 2007

4. PHP - Using Forms
(Development/PHP & MySQL)
...assword is $password"; } ?> The if statement is used to check if the send variable is set. If it is set then the form must have been submitted. The script then ...
Sunday, 10 June 2007

5. PHP - Playing With Strings
(Development/PHP & MySQL)
... some differences you need to know about using these two. If you're using double-quoted strings variables will be expanded ( processed ). Special characters such as line feed ( \n ) ...
Sunday, 10 June 2007

6. PHP - Variable Types
(Development/PHP & MySQL)
Variable Types PHP supports eight primitive types. Four scalar types: boolean : expresses truth value, TRUE or FALSE. Any non zero values and non empty string are also counted as TR
Sunday, 10 June 2007

7. PHP Variables
(Development/PHP & MySQL)
PHP VariablesVariables in PHP are represented by a dollar sign followed by the name of the variable. The variable name is case-sensitive, so $myvar is different from $myVar. A valid v
Sunday, 10 June 2007

8. Installing Apache PHP and MySQL
(Development/PHP & MySQL)
... make and spit out all kinds of warning ( for example if you're trying to use an uninitialized variable ). However, after production you should change the value to E_NONE so PHP ...
Sunday, 10 June 2007

9. Advanced String Handling
(Development/JavaScripts)
How to use some of the javascript methods for taking apart string variables and working with them. This two-part tutorial takes you through charAt, indexOf, and the split method. To get star
Monday, 14 May 2007

10. The Math Object
(Development/JavaScripts)
...Math object. Also, it provides a few constants such as pi. The easiest way to get a value is to define a variable and set its value to a property or function of the Math Object. If you want...
Monday, 14 May 2007

11. The Date Object: with Clocks
(Development/JavaScripts)
... must create what is called an instance of the date object. Think of an instance of the date object as a variable or placeholder that allows us access to the member functions of the date object. W...
Monday, 14 May 2007

12. JavaScript and Frames
(Development/JavaScripts)
...ipts. The first thing you will want to know is "How in the land of JavaScript do I access javascript variables and other things in one frame from another frame? The answer is to use a trick li...
Monday, 14 May 2007

13. JS Rollovers/Hover Buttons
(Development/JavaScripts)
... afterward. I got this script from a free script page, did some formatting for readability, changed some variable names, and added a check for the image object. Here is the code for the HEAD sec...
Monday, 14 May 2007

14. JavaScript Arrays
(Development/JavaScripts)
...They allow you to do some things that are difficult without them. Arrays are usually a group of the same variable type that use an index number to distinguish them from each other. Suppose you w...
Monday, 14 May 2007

15. Browser Detection
(Development/JavaScripts)
... the browser name is Microsoft Internet Explorer and the version is 4 or greater, then we will assign the variable version as 'n3'. Otherwise, it is going to be 'n2.' Then we move on to the rest." ...
Monday, 14 May 2007

16. Confirmation Boxes
(Development/JavaScripts)
...t use to make use of the confirmation box. An easy way to get the value for later use is to assign it to a variable, like this:   var where_to= confirm("Do you really want to go to this page??...
Monday, 14 May 2007

17. Passwords
(Development/JavaScripts)
... to you. Let's get to the details of what is going on with this thing: var password; This creates a variable named "password". var pass1="cool"; This creates a password that will be acc...
Monday, 14 May 2007

18. JavaScript Prompts
(Development/JavaScripts)
...t;\/CENTER>"); //--> </SCRIPT> </BODY> The first thing that happens is that the variable yourname is assigned the value it receives from the user from the prompt. So the...
Monday, 14 May 2007

In a two-part section, we jump into the world of creating variables and functions. Then we look at some javascript operators and conditional statements. Now it's time to get into some really fu
Monday, 14 May 2007

20. Što je PHP?
(Development/Hrvatski tutorijali)
...HP/FI je od početka imao neke od osnovnih funkcionalnosti PHP-a kojeg poznajemo dan danas. Koristio je variable na način Perla, automatsko interperetiranje variabli primljenih iz HTTP formi ...
Saturday, 12 May 2007

<< Start < Prev 1 Next > End >>

When a webpage requires registration
 

Login






Lost Password?
No account yet? Register

Tools

Coming soon...

Syndicate