How can i test PHP Scripts on the portal of my web host.Do i need an FTP program to upload it of do i attach the file (scripts).IF i do that how can i preview it and test its functionality?
Testing PHP Scripts
Collapse
X
-
Tags: None
-
Heya, tochiunamka.
All you have to do is upload the file to your webserver. From there, you should be good to go; just punch the URL into your browser's address bar.
You might have to fix permissions on the file, but if you can get it working on your local system, you shouldn't have to worry about it. -
well, the php file has to be on a machine that has php installed...yes , this would be your web server...upload it the same way you upload other web filesOriginally posted by pbmodsHeya, tochiunamka.
All you have to do is upload the file to your webserver. From there, you should be good to go; just punch the URL into your browser's address bar.
You might have to fix permissions on the file, but if you can get it working on your local system, you shouldn't have to worry about it.Comment
-
You can test It locally by setting up a web server that support php engine on it.Originally posted by tochiunamkaHow can i test PHP Scripts on the portal of my web host.Do i need an FTP program to upload it of do i attach the file (scripts).IF i do that how can i preview it and test its functionality?
If you need to put it to internet try a FTP client (open source) like filezilla
Hope this may helps too.
-AjaxrandComment
Comment