Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Which tutorial should I pick out of these (member reg, login site) ?

Programming Buddies, Looking at the following links, can you be kind enough to tell me which one I should learn from and which one teaches what method (mysqli, pdo, etc.) and whether they are on php 7 or 5 because only looking for php 7: [url]http

How to pass a variable from php to javascript

Hello reader! There are mane ways to pass a variable from one technology to another technology but if you do want to use PHP, always encode with json_encode before outputting. lets see this quick example <script> var jsvariable = <?php

How to add a PHP page to WordPress?

If you want to create php pages in wordpress or in other way you want to create templates in WordPress then you need to simply create a file in your activated theme and write below code in top of the file. After that you can create a wordpress page

fetching cookie information

Sir, how to fetch cookie information from http request headers?? I have tried google. but it is not answering my question. It is giving a way to SET and then FETCH cookie information, whereas I just want to fetch the already loaded cookie informati

How to hide the selection but still use it in Photoshop?

I am doing some painting work and it involves creating complex selection and that selection highlight distracts me. If there is any way to hide that please let me know. Thanks

How to copy a website from local host to a remote host

Below are few ways by which we can copy a website from local to remote server. Upload all files using FTP such as filezilla or winscp just select all files from directory and upload it to remote host HTML directory for domain. Also another way is y

How to get the POST variable using Javascript

Hello Reader's! If you have desinged the html form in PHP and want to receive the POST variables in JS then there is a method below:- var PostVar = <?php echo $_POST['name'] ?>; Like the way above the var PostVar will get the value from the

How to include a javascript file in another javascript file?

We can include one js file in another js by the following ways:- jQuery.getScript( url [, success ]) This function basically loads a javascript file using a GET HTTP request from the server and then execute it. <./p> Here is an example code

How to destroy user session automatically in PHP if he don't log out

Hello Reader's! If you have to destroy or unset the user's session automatic then the better way is to set with time dependency session_start(); if (!isset($_SESSION['EXPIRES']) || $_SESSION['EXPIRES'] < time()+1800) { session_destroy();

REST in Rails

REST, is REpresentational State Transfer which provides the appropriate way of heterogeneous application-to-application communication. REST consists of principles that define how Web standards, such as HTTP and URIs should be used Five key principl

1 27 363
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: