Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php 不用預先定義變數,正常來說 #50

Open
linroex opened this issue Feb 8, 2016 · 0 comments
Open

php 不用預先定義變數,正常來說 #50

linroex opened this issue Feb 8, 2016 · 0 comments
Assignees

Comments

@linroex
Copy link
Collaborator

linroex commented Feb 8, 2016

一般來說 PHP 沒有預先定義變數的習慣,所以不用這種寫法

<?php
    include __DIR__ . "/../autoload.php";

    $username = '';
    $password = '';
    $password2 = '';
    $email = '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants