Server-side Scripting

ScotWatson

New Member
Messages
9
Reaction score
0
Points
1
I want to start into server-side scripting. On this platform, it appears PHP is the language of choice. I believe this means I have to log into the phpMyAdmin site, but I do not know what Username and Password it is looking for.
 

ScotWatson

New Member
Messages
9
Reaction score
0
Points
1
Thank you. I created a database and it logged me in automatically.

A note for others: I was making this harder than necessary. All that is needed to run a PHP script is to upload a .php file to the public_html folder. phpMyAdmin is only necessary for managing MySQL databases.
 

ctyrd

Active Member
Messages
914
Reaction score
79
Points
28
I want to start into server-side scripting. On this platform, it appears PHP is the language of choice. I believe this means I have to log into the phpMyAdmin site, but I do not know what Username and Password it is looking for.
Server Side Script can be run on shtml. You can even enable SS for html with htaccess.
 
Top