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
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
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
Share on other sites

i believe all server side script is secure ! even if you run the page you on a browser you can only view data that are being echoed but script ? thats imposible

 

Ever put a php file on a server without php installed or configured properly. Nothing is impossible.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.