簡體   English   中英

當我在輸入字段中應用代碼時,它顯示白頁

[英]its showing the white page when i am applying the code in input field

<div class="form-group">
<label class="form-label" for="login-email">Email</label>
<input class="form-control" id="login-email" type="email" name="login-email" placeholder="<?php echo get_phrase('Email Here');?>" aria-describedby="login-email" autofocus="" tabindex="1" />
- 當我在輸入占位符中添加這個時,我沒有收到錯誤,它只是顯示一個空白頁。 請在這件事上給予我幫助

get_phrase 在這里不起作用,因為這是 codeigniter 方法。 您可以使用 php ucwords("hello world"); 反而。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM