Jump to content

New to php


jmoore2020

Recommended Posts

hello everyone, I've just started learning php and i have a few questions...

 

How secure is php compared to other available languages?

would you use it for a ecommerce website or to manipulate sensitive information etc.

 

Is is possible for others to view your code?... my concern being for mysql logins

because you enter your user name and password directly in the code.

 

Is there a site that explains common security issues with php and secure coding tutorials.

 

 

Thanks in Advance,

Sincerely Jason  8)

Link to comment
https://forums.phpfreaks.com/topic/72885-new-to-php/
Share on other sites

I'm not sure how advanced you are..  So please take no offence if you are more advanced as I'm just going to explain soemthing just in case you didn't know already.

 

there are basicaly two types of scripting langauges, server side and client side

 

client side is very insecure as the scripts and hence all the source code runs on the client side and the client i.e user has access and ability to manipulate this code, a couple examles of client side scripting langauges are Javascript and Jscript

 

Server side scripting is very secure as the client does not have access to the source code, all they see is the resulting html none of the background processes, and though through holes someone might be bakle to hack into the site, server side langauges are inherantly a lot more secure, example of server side langauges are asp and of course php, and since php is open source I'd trust it a lot more than asp or other commercial software as you know no malicious company have hidden spyware into their programming, like microsoft have a habit of doing

Link to comment
https://forums.phpfreaks.com/topic/72885-new-to-php/#findComment-367619
Share on other sites

I'm not sure how advanced you are..  So please take no offence if you are more advanced as I'm just going to explain soemthing just in case you didn't know already.

 

there are basicaly two types of scripting langauges, server side and client side

 

client side is very insecure as the scripts and hence all the source code runs on the client side and the client i.e user has access and ability to manipulate this code, a couple examles of client side scripting langauges are Javascript and Jscript

 

Server side scripting is very secure as the client does not have access to the source code, all they see is the resulting html none of the background processes, and though through holes someone might be bakle to hack into the site, server side langauges are inherantly a lot more secure, example of server side langauges are asp and of course php, and since php is open source I'd trust it a lot more than asp or other commercial software as you know no malicious company have hidden spyware into their programming, like microsoft have a habit of doing

 

are you talking to me

hmm seems like you just repeat what ive said  ;D

Link to comment
https://forums.phpfreaks.com/topic/72885-new-to-php/#findComment-367625
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.