I am using a UIWebView
to display local php
file, but id shows only "undefined"
why ?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- CALayer - backgroundColor flipped?
- Can php detect if javascript is on or not?
Your PHP file being a local file to the iPhone has no way of being executed for there is no web server set up.
how do you plan to serve the php file in iphone? Unless there is an internal web server, you cannot view a php file from a web view.